body { 
	margin:0; 
	padding:10px 0 0 0;
	font-size:10px;
	font-size:0.8em;
	font-family:arial; 
	background:#ddeff9 url("images/bg.gif") repeat-x;
}

a, a:link {  color:#0000ff;  }
a:visited {  color:#800080;  }
a:hover, a:active {  color: #ff0000;  }


#container { 
	width:890px; 
	overflow:visible; 
	margin:auto; 
	padding:0 0 15px 0;
	background:#fff;
}

#header {
	width:890px; 
	height:80px;
	margin:0; 
	padding:0;
	background:url("images/header_bg.gif") repeat-x;
	text-align:center;
}

#header #logo {  
	width:200px; 
	height:65px; 
	margin:0; 
	padding:5px 0 0 20px; 
	float:left; 
	background:url("images/header_left.gif") no-repeat;
}

#header #logo h1 {  
	margin:0; 
	padding:7px 0 0 0; 
	display:block; 
	font:bold 2em times new roman,tahoma;
}

#header #logo h1 a {  
	color:#043464; 
	text-decoration:none;
}

#header #logo h2 { 
	margin:0; 
	padding:0 0 0 5px; 
	font:bold 0.7em verdana;
	color:#043464;
	letter-spacing:5px;
}


#header #topad { 
	width:470px; 
	margin:0; 
	padding:5px 15px 0 0; 
	float:right; 
	height:60px; 
	color:#97bded;
	font:italic bold 3em times new roman;
	background:url("images/header_right.gif") no-repeat right top;
}
#header #topnav { 
	width:870px; 
	height:7px;
	margin:auto; 
	padding:0;
	font-size:1px;
	background:#335566;
}

#main_nav {
	width:870px;
	padding:0 10px 5px 10px;
}


#main { 
	width:863px;
	margin:0; 
	padding:7px 0 7px 7px;
	text-align:left;
	background:#def0f9;
}


#main #nav { 
	width:170px;
	overflow:visible; 
	padding:0 0 5px 0;
	margin:0;
	float:left;
	display:block;
}

#main #nav #linkunit {
	padding:0;
	height:95px;
	margin:0 0 5px 0;
	display:block;
	text-align:center;
	background:#fff;
	border:1px solid #c4e4fc;
}


#main #nav #menu { 
	margin:0; 
	padding:5px;
	background:#fff;
	border:1px solid #c4e4fc;
}


#main #nav #menu a { 
	margin:0; 
	padding:0 5px 0 5px;
	text-decoration:none;
	line-height:1.5em;
}


#main #nav #menu a:active, #main #nav #menu a:hover { 
	color:#ff0000;
	background:#fdf4a4;
}

#main #right {	
	width:360px; 
	overflow:visible; 
	margin:0; 
	padding:0 0 0 3px; 
	float:right; 
}

#main #right #ad {	
	width:340px; 
	overflow:visible; 
	margin:0; 
	padding:5px; 
	background:#eff8fd;
	border:1px solid #c4e4fc;
}

#content { 
	float:left;
	width:300px; 
	overflow:visible; 
	margin:0 0 0 5px; 
	padding:5px 10px 10px 10px; 
	text-align:left;
	background:#eff8fd;
	border:1px solid #c4e4fc;
}



#content h1 { 
	margin:0 0 0 -5px; 
	padding:3px 5px 2px 5px; 
	font:bold 1.5em trebuchet ms,tahoma;
	color:#649cd4;

}

#content h2 { 
	margin:5px 0 0 0; 
	padding:0; 
	font:bold 1em trebuchet ms; 
	color:#649cd4;
}

#content p { 
	margin:5px 0px 7px 0px;
	padding:0;
	font-size:1em; 
	line-height:1.5em;
	text-align:justify; 
	color:#222222;
}

#content ul { 
	font-size:1em;
	line-height:1.4em; 
	color:#000; 
	margin:0; 
	padding-left:20px; 
	padding-bottom:15px; 
	list-style-type:none;
}

#content ul li { 
	margin-top:7px;
}

.clear { 
	clear:both; 
	margin:-1px; 
	padding:0;
	height:0; 
	width:0; 
	font-size:0;
}


#footer { 
	width:860px;
	overflow:visible; 
	margin:0 10px 0 10px;
	padding:7px 0 0 10px; 
	height:23px;
	text-align:left;
	font:bold 0.8em verdana;
	color:#8da3ab;
	background:#335566;
}

#footer a { 
	text-decoration:none;
	color:#8da3ab;
}

#footer a:hover { 
	text-decoration:none;
	color:#ff0;
}



