@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #edf7d5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 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;
}
.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.green {
	color: #338760;
}
.oneColFixCtr #container {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtr #footer {
	width: 792px;
	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. */
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #8EC077;
}

.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 772px;
	margin: 0px;
	background: url(/images/shared/tree_bg.gif) no-repeat right bottom;
}

#header  {
	position: relative;
	margin-bottom: 10px;
}

#sideNav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 222px;
	background: #cfe988;
	background: #cfe988 url(/images/shared/nav_footer.png) no-repeat left bottom
	/*	background: #e5f3c1;*/
}

#sideNav .green {
	min-height:260px;
	position: relative;
	background: #cfe988;
	/* background: #e5f3c1 url(/images/shared/nav_bg.png) no-repeat; */
}
#sideNav .green ul {
/*	clear:both; */
}

#sideNav #navFooter {
	margin: 0px;
	padding: 0px;
	width: 222px;
	min-height:66px;
}


#bodyContent {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 538px;
}
#bodyContent h1 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #006938;
}
#bodyContent p {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #636463;
	margin: 0px;
	padding: 0px 0px 15px;
}
#bodyContent p.footnote {
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	color: #636463;
	margin: 0px;
	padding: 0px 0px 15px;
}
#bodyContent a {
	text-decoration: none;
	color: #338760;
}
#bodyContent a:hover {
	text-decoration: underline;
	color: #338760;
}
#bodyContent ul, #bodyContent ol {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #636463;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px;
}
#bodyContent ul ul, #bodyContent ol ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#bodyContent ul.pdf {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px;
}
#bodyContent ul.pdf li {
	background: url(/images/shared/pdf_icon.gif) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	height: 21px;
}
#bodyContent li {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #636463;
	margin: 0px;
	padding: 0px 0px 5px;
}


#bodyContent #col1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
}
#bodyContent #col2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 170px;
}
#bodyContent #col2 .quote {
	font: normal 19px/25px Georgia, "Times New Roman", Times, serif;
	color: #338760;
	margin: 0px;
	padding: 50px 20px 0px 0px;
}
#bodyContent #col2 .signature {
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #338760;
	text-align: right;
	margin: 0px;
	padding: 10px 20px 0px 0px;
}

#bodyContent #LoginDo .submit {
	background: #8EC077;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
	width: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	border-style: none;
	cursor:pointer;
	
}
#bodyContent #LoginDo #user, #bodyContent #LoginDo #pass  {
	width:100px;
	margin-right:10px;
	font: 11px/11px Arial, Helvetica, sans-serif;
}


#searchGroup {
	float: none;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	width: 205px;
}
#searchGroup form{
	margin: 0px;
	padding: 0px;
}
#searchGroup #cse-search-box {
	margin: 0px;
	padding: 0px;
}
#searchGroup #cse-search-box #q {
	width: 165px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #8EC077;
	height: 20px;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #999999;
	display: inline-block;
	float: left;
}
#searchGroup #cse-search-box .submit {
	background: #8EC077;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
	width: 25px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: block;
	border-style: none;
	cursor:pointer;
	float: left;
}
#searchGroup ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: none;
}
#searchGroup li {
	display: block;
	margin: 0px;
	padding: 5px 15px 0px 0px;
	float: left;
	width: auto;
	background-color: none;
}
#searchGroup li a{
	display: block;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	background-color: none;
}
#searchGroup li a:hover{
	text-decoration: underline;
}


#bodyContent #col2 p.welcome {
	font-size: 11px;
	line-height: 13px;	
}

#bodyContent #col1 p.intro {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;		
}
