* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: arial;
	font-size: 11px;
	/**background: url(images/back.gif);**/
}

#content_wrapper {
	position: relative;
	top: 0px;
	width: 752px;
	min-height: 610px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/main_bg2.gif) center repeat-y;
	clear: both;
	z-index: 1;
}

* html #content_wrapper {
	height: 610px;
}

#wrapper {
	position: relative;
	top: 0px;
	background: transparent;
	min-height: 100%;
	width: 100%;
	clear: both;
	z-index: 4;
	margin-right: auto; 
	margin-left: auto; 
}

* html #wrapper {
	height: 100%;
}

a:link, a:visited {
	color: #00277F;
}
a:active {
	color: #ff9900;
}

#top_space {
	line-height: 266px;
}

#bottom_space {
	line-height: 39px;
}

#header {  
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/header2.jpg) center no-repeat;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 191px;
	z-index: 22;
}

#header_bg {  
	position: absolute;
	top: 0px;
	left: 0px;
	/**background: url(images/header_bg.gif);**/
	width: 100%;
	height: 191px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 21;
}
#subheader {
	z-index: 20;
	position: absolute;
	top: 191px;
	left: 0px;
	background: url(images/subheader_bg.gif);
	width: 100%;
	height: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

* html #subheader {
	height: 1px;
}
#subheader_bg {
	position: relative;
	background: url(images/subheader2.gif) center no-repeat;
	width: 752px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

#subheader_text {
	position: absolute;
	top: 20px;
	left: 212px;
	height: 20px;
	width: 523px;
	padding-left: 30px;
	text-align: left;
	background: url(images/green.jpg) no-repeat center left;
	font: large trebuchet ms,arial,sans-serif;
}

#nav {
	background: transparent;
	z-index: 6;
	top: 251px;
	left: 1px;
	position: absolute;
	width: 195px;
	height: auto;
	clear: none;
}

/**#footer_bg {
	position: relative;
	bottom: 0px;
	left: 0px;
	background: url(images/footer_bg.gif) repeat-x;
	width: 100%;
	height: 39px;
	z-index:7;
}**/

#footer_bg {
	position: relative;
	bottom: 0px;
	left: 0px;
	background: url(images/footer_bg2.gif) repeat-x;
	width: 100%;
	height: 30px;
	z-index:7;
}

#footer {
	padding-top: 5px;
	padding-left: 212px;
	background: url(images/footer.gif) no-repeat;
	width: 540px;
	height: 34px;
	z-index:7;
	font-size: xx-small;
	color: #00277f;
	margin-left: auto;
	margin-right: auto;
}

ul#navlist {
	width: 195px;
	padding: 0px;
	border-bottom: 1px solid #a2b0cf;
	margin-top: -1px;
	font: bold 13px arial;
}

ul#navlist li {
	margin: 0px;
	border: 0px;
	border-top: 1px solid #a2b0cf;
	display: block;
	width: 160px;
	padding: 7px 0px 7px 35px;
}

ul#navlist li#current {
	list-style: none;
	margin: 0px;
	border-top: 1px solid #a2b0cf;
	display: block;
	width: 160px;
	padding: 7px 0px 7px 8px;
	border-left: 27px solid #d7e1f6;
	background: #fof2f7;
}
	
ul#navlist li a {
	text-decoration: none;
}

ul#navlist ul {
	width: 195px;
list-style-type: none;
margin-left: -35px;
}
	

ul#navlist ul li {
	width: 160px;
	padding: 9px 0px 9px 35px;
	border: none;
	font: 10px arial;
	line-height: 0px;
}

ul#navlist ul li#sub_current {
	list-style: none;
	display: block;
	width: 160px;
	background: #f5f7ff;
	border-top: 1px solid #dae5f8;
	border-bottom: 1px solid #dae5f8;
	border-left: 27px solid #dae5f8;
	padding-left: 8px;
	padding-bottom: 8px;
	margin-top: 1px;
	margin-bottom: 1px;
}
tr {vertical-align:top;
}



/* Fix IE. Hide from IE Mac \*/
* html ul#navlist ul li { 
	float: left; }
/* End */

