html { 
	overflow: -moz-scrollbars-vertical;
	}

html, body {
	margin:0;
	padding:0;
	background-color:#fff;
}
body {
	font:95%/1.3 Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Main Navigation Styles */

#main_menu ul {
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	display:table; 
	white-space:nowrap; 
	}
	
#main_menu li {
	display:table-cell; 
	margin:0; 
	padding:0;
	}
	
#main_menu a {
	float:left; 
	color:#fff; 
	background: #00281F;
	padding:7px 10px 2px; 
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
/*#main_menu a b {
	float:left; 
	display:block; 
	background:transparent url(right2.gif) no-repeat right bottom; 
	padding:5px 16px 5px 12px;
	} */
	
#main_menu a:hover {
	color:#FFAE28; 
  	background:#00281F; 
	cursor:pointer;
	}
	 
#main_menu  a.current {
  color:#FFAE28; 
  background:#00281F;
  }
	 
#main_menu {
	background-color: #00281F;
	height: 10px;
	width: 800px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9E00;
	}

#sub_menu ul {
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	display:table; 
	white-space:nowrap; 
	}
	
#sub_menu li {
	display:table-cell; 
	margin:0; 
	padding:0;
	}
	
#sub_menu a {
	float:left; 
	color:#fff; 
	background:#FF9E00;
	padding:2px 10px; 
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
/*#main_menu a b {
	float:left; 
	display:block; 
	background:transparent url(right2.gif) no-repeat right bottom; 
	padding:5px 16px 5px 12px;
	} */
	
#sub_menu a:hover {
	color:#00281F; 
  	background:#FF9E00; 
	cursor:pointer;
	}
	 
#sub_menu a.current {
  color:#00281F; 
  background:#FF9E00;
  }
	 
#sub_menu {
	background-color: #FF9E00;
	height: 22px;
	width: 800px;
	display: block;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

#nav_bottom {
	padding-top: 7px;
}

/* Main Navigation Styles Ends */

a.body:link {
	color: #004600;
	text-decoration: none;
}

a.body:active {
	color: #004600;
	text-decoration: none;
}
a.body:visited {
	color: #004600;
	text-decoration: none;
}
a.body:hover {
	color: #FF9900;
	text-decoration: none;
}

.utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005945;
	font-weight: normal;
	text-decoration: none;
}
a.utility:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9E00;
	font-weight: normal;
	text-decoration: none;
}

a.utility:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005945;
	font-weight: normal;
	text-decoration: none;
}
.headGreen {
	font-weight: normal;
	color: #005945;
	text-decoration: none;
}
a.headGreen:hover {
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
a.headGreen:link {
	font-weight: normal;
	color: #005500;
	text-decoration: none;
}
.headGreenBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005945;
	text-decoration: none;
}

a.headGreenBold:link {
	color: #005945;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9933;
	display: block;
	text-align: left;
}

a.headGreenBold:active {
	color: #005945;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9933;
	display: block;
	text-align: left;
}

a.headGreenBold:visited {
	color: #009170;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9933;
	display: block;
	text-align: left;
}

a.headGreenBold:hover {
	color: #FF9900;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9933;
	display: block;
	padding-left: 7px;
	text-align: left;
}
/*.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} */

/* Layout Styles */

#wrapper {
	width: 802px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}

#header, #banner, #maincontent, #footer{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	text-align: center;
}

#maincontent{
	height:600px;
}

#footer {
	background-color: #00281F;
	height: 10px;
	width: 800px;
	display: block;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF9E00;
	}


#content_left {
	float: left;
	width: 450px;
	text-align: left;
	font-size: 0.95em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	
}

#main_header{
	
	color:#00281F;
	
	
}

#big_list{
	
	font-size:1.2em;
	font-weight:bold;
	color:#00281F;
	
	
}

#big_list li{
	
	padding-top:5px;
	margin-left:-25px;
	
	
}

#box_out{
	
	margin-top: 20px;
	background-color:#ffdfc7;
	font-size:0.9em;
	padding:15px;
	border: 2px solid #FF9E00;
}

#box_out h3{
	
	color:#00281F;
	font-size:1.0em;
	
}

#small_list li{
	
	padding:0px;
	margin-left:-25px;
	
	
}

#content_right {
	position:relative;
	padding: 20px 0px 0px 0px;
	float: left;
	width: 300px;
	font-size: 0.85em;
	font-weight: normal;
	
	
	
	
}

#content_footer {
	text-align: left;
	float: left;
	width: 800px;
	display: inline;
	background: #FF9E00;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
/* Body List Style Links */

#content_links {
	width: 325px;
	text-align: left;
}

#content_links li {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	margin: 0px 0px 5px;
	padding: 5px;
	color: #005E00;
	border: 1px dotted #FFAB2D;
	display: block;
}

#content_links li a {
	color: #005E00;
	text-decoration: none;
	display: block;
}

#content_links li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00281F;
	display: block;
}
.ContentList {
	list-style-position: outside;
	list-style-image: url(images/circle.gif);
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.ContentList li {
	padding: 0px 0px 5px;
}

OL {
	list-style-type: circle;
}
OL OL { list-style-type: upper-alpha; }
OL OL OL { list-style-type: lower-alpha; }
OL OL OL OL { list-style-type: lower-alpha; }

.box_border_R {
	display: block;
	border-left: 1px solid #FFCF88;
}

.box_border_L {
	display: block;
	border-right: 1px solid #FFCF88;
}

.image-left {
	padding-right: 5px;
	float: left;
}

.image-right {
	padding-left: 5px;
	float: right;
}

.box {
	border: 1px dashed #FFCF88;
	width: 87%;
	text-align: left;
	margin: 0px;
	padding: 15px;
	float: left;
}
