body {
	margin-top: 0px;
	background-color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}
a:link {
	color: #018B33;
}
a:visited {
	color: #018B33;
}
a:hover {
	color: #003333;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDFDEB;
	border: solid #000000 1px;
}
#content_left {
	float: left;
	height: 100%;
	background-color: #FDFDEB;
}
/* anchors**************/

#text_left p {
	font-size: 76%;
	padding: 0px 0px 5px 5px;
}
#photo_right img {
	background-color: #FDFDEB;
}
#logo_left img {
	float: left;
	background-color: #FDFDEB;
	padding-bottom: 2px;
}
#banner_right {
	background-color: #FDFDEB;
	height: 51px;
	width: 560px;
}
/* Right Side Navigation in a Horizontal List with a ul */

#nav_banner_right { /* Add style and positioning to the container */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FDFDEB;
	width: 560px;
	height: 51px;
}
#nav_banner_right ul {
	margin: 0;
	padding: 25px 0px 0px 12px; /* sets the top and left padding of ul */
	float:left;
}
#nav_banner_right li {
	display: inline;
	border-right: dotted #666666 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav_banner_right a:link, #nav_banner_right a:visited {
	padding: 0em 1em 0em 1em; /* sets the padding between the borders li */
	color: #018B33;
	text-decoration: underline;
}
#nav_banner_right a:hover {
	color: #0C8DDE;
	text-decoration: none;
}
/* Left Side Navigation in a Vertical List with a ul */

#nav_left { /* Add style and positioning to the container */
	width: 208px;
	font-size:12pt;
	text-align: right;
	background-color: #666666;
	float:left; /*Contain floated list items*/
	clear:both;
}
#nav_left ul { /* Removes bullets and indented margins */
	list-style-type: none;
	padding-top: 3px; /*padding added to the top of the list*/
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav_left li {
	border-bottom: 2px solid #FFFFFF;/* Style the li and add bottom border to li  */
	line-height: 28px;
	float:right;/*This corrects the*/
	width:100%;/*IE 6 white space bug*/
}
#nav_left li a { /* Style the links note a after li rather than a:link*/
	display: block; /* to increase clickable area as default to inline */
	border-left: 12px solid #333;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
}
#navi_left li a:visited { /* Style the links */
	display: block; /* to increase clickable area as default to inline */
	border-left: 12px solid #333;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
}
#nav_left li a:hover {
	background-color: #018B33;
	color: #FFF510;
}
/* End of Left Navigation*/

/* Right Side Navigation in a Horizontal List with a ul */
#nav_right { /* Add style and positioning to the container */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #018B33;
	width: 558px;
	height: 44px;
	border-left: solid #ffffff 2px;
	border-top: solid #ffffff 2px;
}
#nav_right ul {
	list-style-image: url(assets/images/green_arrow.gif);
	margin: 0;
	padding: 13px 0px 0px 12px;
	float:left; /*Contain floated list items*/
}
#nav_right li {
	display: inline;
	border-right: dotted #ffffff 1px;
}
#nav_right a:link, #nav_right a:visited {
	padding: 0em 1em 0em 1em; /* sets the padding between the borders li */
	color: #FFFFFF;
	text-decoration: underline;
}
#nav_right a:hover {
	color: #FFF510;
	text-decoration: none;
}
/* Footer Navigation in a Horizontal List with a ul */

#nav_footer { /* Add style and positioning to the container */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #018B33;
	height: 30px;
	font-variant: small-caps;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-right: 1.5em;
}
#nav_footer ul {
	margin: 0;
	padding: 10px 10px 0px 0px; /* sets the top and left padding of ul */
	float:right; /*Contain floated list items*/
}
#nav_footer li {
	display: inline;
	border-left: solid #ffffff 1px;
}
#nav_footer a:link, #nav_footer a:visited {
	padding: 0em .5em 0em 1.0em; /* sets the padding between the borders li */
	color: #FFFFFF;
	text-decoration: underline;
}
#nav_footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#text_left {
	width: 198px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	clear: both;
	float: left;
}
#footer {
	clear: both;
	background-color: #018B33;
	border-top: solid #333333 1px;
	height: 90px;
}
.img_wpad {
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 110px;
	padding-top: 6px;
}
#content_right {
	width: 560px;
	float: right;
	background-color: #FDFDEB;
}
#text_right {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width: 540px;
}
.img_borderr {
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	float: right;
}
.img_borderl {
	border: 1px solid #333333;
	float: left;
	margin: 5px;
	padding: 10px;
}
.img_border {
	border: 1px solid #333333;
	margin: 5px;
	padding: 10px;
}


#text_right p {
	font-size: 100%;
	text-align: left;
	padding: 0px 0px 5px 0px;
}
.img_title_sidebar {
	padding: 5px 0px 2px 14px;
}
.img_title_main {
	padding: 0px 0px 5px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*form styles*/
form {
	border: 1px dotted #333333;
	padding: 3px 6px 3px 6px;
	}
fieldset {
	margin-top: 0px;
	border: 1px dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 10px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
}
input {
	border: 1px solid #333333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}	
textarea {
	width: 300px;
	height: 150px;
	border: 1px solid;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
td {
	border: 1px solid #006633;
}
#subfooternav a:link, #subfooternav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#subfooternav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF510;
	text-decoration: none;
}