body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image: url(/images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #030301;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

h1, h2, h3, h4, h5, h6, h7, img, form, table, ul, ol {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-image: none;
	list-style-type: none;
}

#header {
	width: 940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 145px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#header .lowerlogo {
	margin-top: 45px;
	margin-left: 20px;
}

* html #header {
	padding-top: 9px;
}



#headlinks {
	float: right;
	display: block;
	width: 320px;
	height: 20px;
	padding-top: 10px;
}
#headlinks a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	margin-left: 5px;
}
#headlinks a:hover {
	color: #547C35;
	text-decoration: none;
}
#headlinks #home {
	background-image: url(/images/icon-home.gif);
	background-repeat: no-repeat;
}
#headlinks #staff {
	background-image: url(/images/icon-staff.gif);
	background-repeat: no-repeat;
}


.submitter {
	color: #FFF;
	background-color: #145490;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #D35C05;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #306292;
	background-color: #EEF0F0;
	border: 1px solid #D35C05;
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headlinks   form {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: left;
}


#menu_wrap {
	background-image: url(/images/bg-nav.gif);
	height: 29px;
}
.small {
	font-size: 11px;
	color: #666666;
}




/* End Green Nav  */


#menu {
	position: absolute;
	bottom: 0px;
	z-index: 1000;
	font-size: 13px;
	left: 16px;

}

#menu ul {
	float: left;
	list-style: none;
	position: absolute;
	z-index: 3000;
}


#menu a {
	display: block;
	color: #2C2535;
	text-decoration: none;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(/images/nav-bg.jpg);
	background-repeat: repeat-x;
	margin-right: 2px;
	float: left;
	font-size: 11px;
	cursor: pointer;
	background-position: left bottom;
	background-color: #B7C0C5;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 2px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
#menu a:hover {
	color: #547C35;
	background-image: none;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#menu :hover > a {
	color: #547C35;
	background-image: none;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}



#menu li {
	padding: 0;
	display: inline;
	position: relative;
	float: left;
		z-index: 3000;
}

#menu li ul {
	left: -999em;
	width: 150px;
	margin: 0;
	z-index: 3000;
}

#menuli li, #menu li li li {
	display: block;
	z-index: 3000;

}

#menu li ul a {
	width: 130px;
	w\idth: 130px;
	display: block;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	float: left;
	font-weight: normal;
	color: #547C35;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B7C0C5;
	border-bottom-color: #B7C0C5;
	border-left-color: #B7C0C5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}
#menu :hover ul :hover  > a {
	background-color: #63869A;
	color: #FFFFFF;
	background-image: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu  li  ul  a:hover {
	font-weight: normal;
	background-image: none;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu  ul  ul  a  {
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	color: #547C35;
}



#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.mfhover ul ul, #menu li.mfhover ul ul ul {
	left: -999em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7C0C5;
}

#menu li.mfhover ul {
	left: auto;
}


#menu li:hover ul, #menu li.mfhover ul {
	left: -1px;
	top: 27px;
}

#menu  li li:hover ul {
	left: 149px;
	top: -1px;
}

#menu #fly {
	background-image: url(/images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*  html  #menu #fly {
	background-image: none;
}




#wrapper {
	background-image: url(/images/bg-info-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	width: 940px;
	float: left;
	margin-bottom: 15px;
}

#leftcol {
	font-size: 11px;
	float: left;
	width: 165px;
	text-align: left;
	background-image: url(/images/bg-left-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#leftcol h1, #leftcol h2, #leftcol h3, #leftcol h4 {
	color: #182B4E;
	font-size: 13px;
	font-weight: bold;
}

#left_box {
	background-color: #90B17C;
	background-image: url(/images/bg-l-boxes.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	width: 145px;
	float: left;
}

#left_image-box {
	background-color: #61859B;
	margin-bottom: 15px;
	float: left;
	width: 165px;
	height: 190px;
	background-image: url(/images/rotate1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#left_image-box img {
	width: 155px;
	overflow: hidden;
	height: 180px;
	margin: 5px;
	float: left;
}




#left_nav_blue {
	float: left;
	width: 165px;
	margin-bottom: 10px;
	background-color: #394656;
	background-image: url(/images/sidenav-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 0;
}

#left_nav_blue h3 {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	font-size: 14px;
	padding-top: 10px;
}
#left_nav_blue h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#left_nav_blue  ul {
	list-style: none;
	float: left;
	width: 165px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7C0C5;
	z-index: 0;
}
#left_nav_blue  li{
	width: 165px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7C0C5;
}
#left_nav_blue li a{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	color: #B7C0C5;
	padding-right: 10px;
	width: 145px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#left_nav_blue  li  a:hover{
	color: #FFFFFF;
	background-color: #5D8346;
}	
#left_nav_blue #show a {
	color: #FFFFFF;
	background-color: #63869A;
}
#left_nav_blue #show a:hover {
	background-image: none;
	background-color: #5D8346;
	color: #FFFFFF;
}

#left_nav_blue    #show   ul    {
	border-bottom-style: none;
	z-index: 100;
}
#left_nav_blue     #show  ul li  {
	border-top-color: #B7C0C5;
		z-index: 0;
}


#left_nav_blue  #show  ul  a  {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #829FB0;
	padding-top: 4px;
	padding-bottom: 4px;
}


#maincol {
	width: 500px;
	background-image: url(/images/bg-content-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	padding: 30px;
	float: left;
}
#maincol .inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #172B4E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #16336D;
	border-right-color: #28519C;
	border-bottom-color: #3665C0;
	border-left-color: #28519C;
	background-color: #E0EDF5;
}
#maincol .buttons {
	font-size: 12px;
	font-weight: bold;
	background-color: #274F99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5682D1;
	border-right-color: #1E3E7C;
	border-bottom-color: #17346E;
	border-left-color: #1E3E7C;
	color: #FFFFFF;
}

* html #maincol {
	padding-left: 15px;
	font-size: 16px;
}

#maincol p {
/*	padding-left: 15px; */
	font-size: 14px;
	line-height: 20px; 
}

#maincol a {
	color: #65972F;
	text-decoration: none;
}
#maincol a:hover {
	color: #61859B;
}
#maincol h1 {
	font-size: 24px;
	color: #3D2E5A;
	padding-bottom: 1px;
}
#maincol h2 {
	color: #65972F;
/*	margin-bottom: -10px;  */
	font-size: 16px;
	margin-top: 10px;
}
#maincol h3 {
	font-size: 14px;
	color: #182B4E;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: -8px;
}
#maincol ul {
	padding-left: 20px;
	list-style-image: url(/images/arrow-green.gif);
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
#maincol li {
	padding-bottom: 5px;
	padding-left: 15px;
}

#maincol hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ACCC7A;
	border-right-color: #ACCC7A;
	border-bottom-color: #ACCC7A;
	border-left-color: #ACCC7A;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	padding-bottom: 12px; */
}

#maincol   img {
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid #6E85B0;
	float: right;
}
#maincol ol {
	left: 20px;
	top: 5px;
	bottom: 10px;
}






#rightcol {
	width: 190px;
	float: right;
	padding-top: 30px;
	padding-left: 0px;
	font-size: 11px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#right_box {
	background-color: #AABECA;
	background-image: url(/images/bg-right-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 165px;
	margin-bottom: 10px;
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right_box a {
	color: #3B5973;
	text-decoration: none;
	display: inline;
}
#right_box a:hover {
	color: #2E2550;
}

#right_box  h1, #right_box h2, #right_box h3, #right_box h4 {
	color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 13px;
}
#right_box p {
	margin: 0px;
	padding-bottom: 5px;
}

#right_box img {
	border: 1px solid #D97D09;
}
#right_seach {
	margin-bottom: 10px;
	width: 185px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#search {
	background-image: url(/images/bg-search.gif);
	font-size: 11px;
	color: #2A2D2E;
	height: 16px;
	width: 138px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#go {
	height: 21px;
	width: 39px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: left;
}


#footer {
	width: 920px;
	clear: both;
	background-image: url(/images/base.jpg);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 8pt;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #96C0E0;
}
em a, a em   {
	font-style: normal;
	background-image: url(/images/arrow-double.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	text-transform: capitalize;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
