body, td, input, select, textarea { font-family: trebuchet MS, verdana, helvetica, sans-serif; font-size: 12px; color:#333333 }
//body, td, input, select, textarea { font-family: Courier New, Courier, mono; font-size: 10px; color:#333333 }

a { color: #008061; text-decoration: underline; }
a:hover, a:active { color: #333333; text-decoration: underline; }
a:visited { color: #008061; text-decoration: underline; }

h1 { font-size: 18px; line-height: 20px; font-weight: bold; color: #364a39; }
h1.green { font-size: 18px; line-height: 20px; font-weight: bold; color: #1f733f; }
h1.grey { font-size: 18px; line-height: 20px; font-weight: bold; color: #666666; }
h1.black { font-size: 18px; line-height: 20px; font-weight: bold; color: #333333; }
h2 { font-size: 16px; font-weight: bold; color: #364a39; margin-top: 30px; }
h3 { font-size: 12px; font-weight: bold; color: #681F0B; }
.textbody {	font-size: 11px; line-height: 14px; }
.textsm { font-size: 10px; }
.textxsm { font-size: 8px; color: #351916; }

.button { background: #cccccc;
	padding: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-variant : small-caps;
	border : 1px solid #aaa;
	height: 20 px;
}


.footer { font-size: 9px; color: #666666; }
a.footer { color: #008061; text-decoration: underline; }
a.footer:hover, a.footer:active { color: #333333; text-decoration: underline; }
a.footer:visited { color: #008061; text-decoration: underline; }

.adminlink { font-size: 14px; color: #ffffff; font-weight: bold; }
a.adminlink { color: #ffffff; text-decoration: underline; font-weight: bold; }
a.adminlink:hover, a.adminlink:active { color: #999999; text-decoration: underline; font-weight: bold; }
a.adminlink:visited { color: #ffffff; text-decoration: underline; font-weight: bold; }

.red { color: #BE4733; }
.green { color: #85A500; }
.blue { color: #000099; }
.white { color: #FFFFFF; }
.grey { color: #999999; }

//these styles are for the nested list sub-navigation
#navcontainer { 
 	margin-left: 30px;
	margin-bottom: 30px;
	}
	
#navcontainer strong {
	margin-left:1px;
	display: block;
	padding: 5px 10px;
	width: 141px;
	color: #45604a;
	background-color: #cbe3d3;
	}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: trebuchet MS, verdana, arial, Helvetica, sans-serif;
	}

#navcontainer li { 
	margin: 0; 
	}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #fff0a8;
	background-color: #45604a;
	text-decoration: none;
	border-top: 1px solid #fff0a8;
	border-left: 1px solid #fff0a8;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	font-weight: bold;
	font-size: .8em;
	background-position: 0 0;
	}

#navcontainer a:hover {
	color: #45604a;
	background-color: #fdeea7;
	text-decoration: none;
	border-top: 1px solid #45604a;
	border-left: 1px solid #429766;
	border-bottom: 1px solid #fff0a8;
	border-right: 1px solid #fff0a8;
	background-position: 0 0;
	}

#navcontainer ul ul li { 
	margin: 0; 
	}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #45604a;
	background-color: #d4e8dc;
	text-decoration: none;
	font-weight: normal;
	background-image: url(/images/vertical06.jpg);
	background-repeat: no-repeat;
	}

#navcontainer ul ul a:hover {
	color: #45604a;
	background-color: #fff0a8;
	text-decoration: none;
	background-image: url(/images/vertical06a.jpg);
	background-repeat: no-repeat;
	}
	
// end of sub-nav nested list styles



/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;    }
	