body {
	margin: 0px 0px 20px 0px;
	background-color: white;
  color: #660000;
	text-align: center;
  font-family: "Times New Roman", serif;
	}

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: medium;
	text-align: center;
	}

#container {
	line-height: 140%;
  margin: 0;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	}

#banner {
  background-color: #9abc9a;
  padding: 0px;
  }

#notbanner {
  background-color: #9abc9a;
  padding: 0px;
  }

#banner h1 {
	margin-top: 20px;
  font-size: xx-large;
  font-weight: bold;
  }

#banner p {
  font-size: large;
  font-weight: bold;
  }

#center {
  float: left;
  width: 100%;
  background-color: #ffffff;
  border: 10px solid #ffffcc;
}

.content {
	padding: 15px 15px 5px 15px;
	}

#right {
	float: right;
	width: 200px;
	}

.content p {
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	font-size: x-small;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
  margin: 10px;
	}

#calendar {
 	line-height: 140%;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	font-size: small;
	text-align: left;
	line-height: 150%;
	/*list-style-type: none;*/
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.noprint {
display: none;
  }
.greenish {
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px;
  background-color: #ffffcc;
  border: 2px solid #9abc9a;
  }