html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-repeat:repeat;
	background-position:center top;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

input {
	color:#666666;
	font-size:10px;
	margin-top:2px;
	border-style:solid;
	border-color:#aeaeae;
	border-width:1px;
	/*padding:2px 0 0 0 0;*/
}

input {
	border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #aeaeae solid');
}

select, option {
	border-width:1px;
	border-style:solid;
	border-color:#aeaeae;
	color:#666666;
	font-size:9pt;
}

select {
	border-style:solid;
	font:10px verdana ;
	color:#666666; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}


ul,li {
	margin-left:10px;
	padding-left:0px;
}





.nav2 {
	/*width:758px;*/
	border-collapse:collapse;
}
.nav2 th {
	display:none;
}
.nav2 td {
	padding:0 0 0 0;
	white-space:nowrap;
	text-align:left;
	vertical-align:middle;
	height:28px;
	padding-right:1px;
}
.nav2 td a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:0;
	font-size:10px;
	line-height:normal;
	padding:3px 2px 3px 2px;
	color:#ffffff;
	background-color:#006699;
	height:28px;
	vertical-align:bottom;
}
.nav2 td a:hover {
	color:#006699;
	background-color:#ffffff;
}

.nav2 .this a, .nav2 .this a:hover {
	color:#94a6cc;
	display:block;
}

.hide {
	display:none;
}

.this a {
	cursor:default;
	font-weight:bold;
	/*font-weight:bold;*/
}

.container {
	margin:0 auto;
	width:100%; 
	text-align:center;
	height:0 auto;
}

.content_container {
	width:1024px; 
	margin:0 auto;
	text-align:left;	
	background-repeat:no-repeat;
	background-position:top;
	min-height:366px;
  	height:auto !important;
  	height:366px;
}

.header {
	color:#ffffff;
	font-size:20px;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align:bottom;
	text-align:center;
	width:358px;
	padding-top:10px;
}

.content_home {
	/*
	min-height:200px;
  	height:auto !important;
  	height:200px;
	*/
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.content {
	min-height:450px;
  	height:auto !important;
  	height:450px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.content a{
	color:#2384c3;
	text-decoration:none;
}

.content a:hover{
	text-decoration:underline;
}

.subheader {
	color:#7b7878;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:20px;
}

.home_news {
	padding-top:10px;
	padding-left:2px;	
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.home_news a{
	color:#ffffff;
	text-decoration:none;
}

.home_news a:hover{
	text-decoration:underline;
}

.home_subheader {
	color:#666666;
	font-size:17px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	padding-left:5px;
	font-weight:bold;
} 

.home_subcontent {
	padding-left:14px;	
	padding-bottom:20px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*width:95%;*/
	text-align:left;
}

.home_subcontent a{
	color:#e23e00;
	text-decoration:none;
}

.home_subcontent a:hover{
	text-decoration:underline;
}

.footer {
	position:absolute; 
	/*top:840px; */
	padding-top:40px;
	left:50%; 
	margin-left:-400px; 
	text-align:left;
	color:#8e8c8c;
	font-size:10px;
	font-weight:bold;
}

.footer_links {
	color:#2384c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	font-weight:normal;
	padding-left:20px;
}

.footer_links a{
	color:#2384c3;
	text-decoration:none;
	padding:1px;
}

.footer_links a:hover{
	text-decoration:none;
	background-color:#2384c3;
	color:#ffffff;
}




