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

<!-- 
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
}
a { outline:none; }

#container { 
	width: 915px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #CCC;
	text-align: left; 
} 
#container2 { 
	width: 900px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
} 
#headerlogo { 
	background: #FFF; 
	height:58px;
	padding-left:5px;
	padding-top:16px;
} 
#headermenu { 
	background: url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	height: 35px;
	padding: 0 10px 0 0;  
} 
#headermain { 
	background: url(../images/box.jpg);
	background-repeat:no-repeat;
} 
#headerspacer { 
	background: url(../images/spacer_grey.jpg);
	background-repeat:repeat-x;
	height: 12px; 
} 

#box {
	width: 215px;
	height: 190px;
}
#banners {
	width: 685px;
	height: 190px;
	margin-left: 215px;
}


#sidebar1 {
	float: left; 
	width: 215px; 
	background: #eee url(../images/news_bg.jpg) top repeat-x; 
	padding: 15px 0px 10px 0px;
	line-height: 150%;
}
#sidebar1 p {
	padding:0px 10px 0px 20px;
	
}
#sidebar1 h3 {
	padding-left:20px;
}

#sidebar1 .news_flash { 
	margin:0px 0 5px 7px; border:none; 
}

#homeContent { 
	margin: 0 0 0 230px; 
	padding: 0 20px; 
	line-height: 150%;
}
#mainContent { 
	margin: 0 50px 0 75px; 
	padding: 0 20px; 
	line-height: 150%;
}
#footer { 
	padding: 20px;
	background:#FFF url(../images/footer_logo.jpg) right no-repeat;
	border-top: #CCCCCC solid 3px;
	margin-top:50px;
} 
#footer p {
	margin: 0; 
	padding: 7px 0; 
	font-size: 10px;
	color:#999999;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#666;

}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 { 
	font-size:27px;
	font-weight: bold;
	color: #105293;
	padding-top: 15px;
}
h2 { 
	font-size:18px;
	font-weight: bold;
	color: #999;
	padding-top: 15px;
	line-height: 20px;
}
h3 { 
	font-size:11px;
	color: #EEE;
	padding-bottom: 18px;
	
}
#sidebar1 h3 { margin:0; }
h4 { 
	font-size:18px;
	font-weight: bold;
	color: #105293;
	padding-top: 15px;
}
h5 { 
	font-size:13px;
	color: #069;
	padding-bottom:0;
	margin-bottom: 2px;
	
}
ul {
	font-weight:normal;
	
}
li {
	list-style:disc;
	padding-bottom: 5px;
}
a {
	color:#135DA7;
	text-decoration:none;
}
a:hover {
	color:#135DA7;
	text-decoration:underline;
}	
span.newstitle {
	color:#135DA7;
	font-weight:bold;
	}	
#suggestions {
	height: 100px;
	width:165px;
	margin-left:20px;
}
#suggestion {
	height: 100px;
	width:400px;
}

#send {
	background:#ccc;
	border:#999 solid 1px;
	color: #666;
}

.seethis {
	display: none;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]-->
