@charset "utf-8";
/* CSS Document */

html {
	background:url(images/body_bg.gif);
	width:100%;
	height:100%;
	}
	
body {
	width:960px;
	margin:auto;
	padding:0;
	min-height:100%;
	_height:100%;
	position:relative;
	border:1px solid #8CAAC2;
	}

p {
	margin:7px 0 4px 0;
	}
	
.header {
	background:url(images/header.jpg) 0 0 no-repeat;
	width:960px;
	height:206px;
	}
	
.body_top {
	height:21px;
	background:#36516F;
	width:960px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.body_top a {text-decoration:none; color:#C3D8E9; font-size:14px; font-weight:bold}
.body_top a:hover {color:#FF6600;} 
	
.main_content {
	width:735px;
	margin-top:3px;
	float:right;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:35px;
	}
	
.column_left {
	width:210px;
	padding:0 5px;
	float:left;
	margin-top:3px;
	padding-bottom:35px;
	}
	
.footer {
	width:960px;
	height:32px;
	position:absolute;
	bottom:0;
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.infobox {
	width:210px;
	border:1px solid #8CAAC2;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ffffff;
	margin-bottom:5px;
	margin-top:5px;
	}

.infobox p {
	padding:0 3px;
	}
	
.infobox a {
	text-decoration:none;
	padding-left:5px;
	color:#36516F;
	font-weight:bold;
	}
	
.infobox a:hover {
	color:#FFCC00;
	text-decoration:none;
	}
	
.infobox_heading {
	width:210px;
	background:url(images/left_bg.gif) 0 1px;
	color:#36516F;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:25px;
	line-height:24px;
	}
	
.newsletter {
	width:190px;
	}
	
.HeadTitle {
	width:200px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	}
	
.spacer {
	clear:both;
	width:100px;
	font-size:0.000001em;
	height:1px;
	}