body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dcbe9c;
	font-size: 14px;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dcbe9c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#nav {text-align:right;}
#nav ul{padding-right: 14px; padding-top: 0; margin-top:5px;}
#nav li{display:inline; padding-left: 25px; padding-top:0;}




#inner {width: 725px; margin-left: 20px;}


.blogbox {width: 275px; background-color: #ffffff; border: 1px solid #3e7640; float: left;}
.blogboxhead {color: #3e7640; height: 30px; background-image: url(images/headrep.gif); background-repeat: repeat-x; line-height: 27px; padding-left: 10px; font-weight: bold;}
.blogboxhead a {color: #3e7640;}
.blogboxcont {color: #58595b; font-size: 12px; padding: 10px; line-height: 16px; vertical-align: middle;}
.blogboxitem {vertical-align:middle; overflow:hidden;}

.thoughtbox {width: 700px; background-color: #ffffff; border: 1px solid #3e7640; }
.thoughtboxhead {color: #3e7640; height: 30px; background-image: url(images/headrep.gif); background-repeat: repeat-x; line-height: 27px; padding-left: 10px; font-weight: bold;}
.thoughtboxcont {color: #58595b; font-size: 12px; padding: 10px; line-height: 16px; vertical-align: middle;}
.thoughtboxitem {vertical-align:middle; overflow:hidden;}

.featurebox {width: 219px; height: 316px; border: 1px solid #3e7640; background-color: #ffffff; overflow:hidden;}
.featureboxholder{float:left; width: 240px; padding-bottom: 20px;}
.featureboxhr {background-color: #ffffff; height: 3px; margin:0; padding:0;}
.featurebox img {border-bottom: 3px solid #ffffff;}
.featureboxcont {padding: 10px; color:#58595b; font-size: 12px; }

h1{font-size: 16px; color: #3e7640;}
h2{font-size: 14px; padding-top: 0; margin-top: 0;}


.maintext {float:left; padding-left: 10px; width:400px; font-size: 12px; line-height: 160%; }


#foot {text-align: center; padding-top: 30px; font-size: 12px; line-height: 200%; color: #3e7640;}



/* BLAUG */
#sidebar {float:right; width: 240px; background-color: #ffffff; margin-top: 20px; color: black;}
#sidebar a {color:black;}
#content {float:left; width: 500px; }



#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	padding-left: 10px; 
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.post {background-color: #ffffff; padding: 14px; margin-top: 20px; color:black;}
.post a{color: black;}


a:link {
	color: #3e7640; text-decoration: none;
}
a:visited {
	color: #3e7640; text-decoration: none;
}
a:hover {
	color: #3e7640;
}
a:active {
	color: #3e7640; text-decoration: none;
}

