body {
	margin: 0px 0px 20px 0px;
	background-color: #aacd64;
	}

a {	
	
	font-weight: bold;
	}

a:link {
	color: #006400;
	}

a:visited {
	color: #800000;
	}

a:active {
	color: #008000;
	}

a:hover {
	color: #ffd700;
	}

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

#banner {
	font-family: "DejaVu Sans", Verdana, Geneva, Arial, sans-serif;
	color: white;
	background-color: #779930;
	
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #696969;
	border-right: 2px solid #696969;
	height: 42px;
	}

#banner h1 {	
	font-size: xx-large;
	font-weight: bold;      
	}
#banner a.title {
	color: #ffd700;
}

#banner h2 {
	font-size: x-small;
	}

#banner h3 {
	font-size: x-small;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: absolute;
	right: 5px;
	top: 5px;
}
#banner a {
	color: #bbbbbb;
	text-decoration: none;
	}

#banner a:hover {
	color: #006400;
	}

#left {	
    position: absolute;
	left: 0px;
	top: 73px;
	
	width: 155px;
	background-color: #aacd64;
	overflow: hidden;
	}

#center {
	margin-left: 155px;
	border-left: 1px solid #696969;
	border-right: 2px solid #696969;
	}

#error {
	color: red;
	margin-bottom: 30px;
}

#comment { 
	border: 2px solid #eee8aa;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}

#commentform {
	background-color: #eee8aa;
	padding-left: 20px;
}
.content {
	padding: .5cm 1.00cm .5cm 1.25cm;
	background-color: #fafad2;
	color: #333333;
	font-family: "DejaVu Sans", Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
  	line-height: 150%;
	}

.sidebar {
	padding: 15px;
	}

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

.content h2 {
	color: #333333;
	font-family: "DejaVu Sans", Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	border-bottom: 1px solid #006400;
	text-align: right;
	font-style: italic;
	margin-bottom: 10px;
	padding: 3px;
	}

.content h3 {
	color: #333333;
	font-family: "DejaVu Sans", Verdana, Geneva, Arial, sans-serif;
	font-size: large;	
	text-align: left;
	font-weight: bold;	
	margin-bottom: 10px;
	
	}

.content h4 {
	color: #006400;
	font-family: sans-serif;
}

.content h5 {
	color: #666666;
	font-family: sans-serif;
}
.content p {
	text-align: left;
}

.content p.posted {
	color: #003366;
	font-family: "DejaVu Sans", Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
	padding-bottom: 40px;
	border-bottom: 2px solid #006400;
	}



.content blockquote {
	background-color: #eee8aa;
    padding: 2px 4px 2px 4px;
	border-left: 1px solid #744B00;
    margin: 0cm .15cm 0cm 1.5cm;
}
.content p.commenthead {
	background-color: #eee8aa;
    padding: 2px 4px 2px 4px;
}

.content img {
    padding: 0px 2px 0px 2px;
    border: 0px;
}

.sidebar h2 {
	color: #223322;
	font-family: "DejaVu Sans", Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #336633;
	text-align: left;
	font-weight: bold;	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

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

.sidebar li {
	color: #223322;
	font-family: "DejaVu Sans", Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;	
	margin-top: 5px;
	list-style-type: none;
	}

.sidebar img {
	border: 0px solid #666666;
	}


