html, body { margin:0; padding:0; background-color: #333; text-align:center; font-family:verdana,arial,sans-serif; font-size:62.5%; color:#333; }
 #frame { width:740px; text-align:left; margin-left:auto; margin-right:auto; font-size:1.8em; background:#fff; padding:0; border-collapse:collapse; }
#frame td { vertical-align:top; }
#header { height:132px; background-color:#777; border-bottom:1px solid #fff; }
 #leftcol { width:175px; background-color:#2c476c; }
#maincol { padding:20px; width:525px; }
#fmaincol .content { padding:20px; }
#footer { height:30px; background-color:#333; clear:both; color:#adadad; text-align:center; padding:5px; }
#footer a { color:#adadad; }
#leftcol ul { margin:15px 0 0 0; padding:0; list-style-type:none; font-family:Arial, Helvetica, sans-serif; font-size:1.1em; }
#leftcol ul a { font-weight:bold; display:block; padding:5px 3px 5px 25px; width:147px;  background:url('images/nav_bullet.gif') no-repeat left; background-position: 15px; }
#leftcol ul a:link, #leftcol ul a:visited { color:#EEE; text-decoration:none; }
#leftcol ul a:hover { background-color:#036; color:#fff; }
#maincol ul { list-style: url("images/home_bullet.gif"); }
#maincol ul li { margin:0.3em 0 0.3em 0; }
.newsItem { margin:1em 0; padding:1em 0 0 0; background:url("images/home_bullet.gif") no-repeat; background-position:0 1.2em; }
.newsItem a { padding:0 0 0 10px; text-decoration:none; color:#333; display:block; bborder-left:5px solid #fff; }
.newsItem .newsTitle { font-weight:bold; color:#555; }
.newsItem .newsDate { color:#888; }
.newsItem b { color:#369; }
.newsItem a:hover { bborder-left:5px solid #efefef; color:#333; }
.newsItem a:hover .newsTitle { text-decoration:underline; color:#369; }
.newsItem a:hover b { text-decoration:underline; }
form { display:inline; }
a { color:#369; }
a:hover { color:#996e33; }
h1 { font-family:Arial,Verdana,Sans-Serif; font-size:1.6em; color:#996e33; margin:0 0 0.4em 0; }
h2 { font-family:Arial,Verdana,Sans-Serif; font-size:1.45em; color:#996e33; margin:0 0 0.4em 0; }
h3 { font-family:Arial,Verdana,Sans-Serif; font-size:1.3em; color:#996e33; margin:0 0 0.4em 0; }
select { font-size:0.9em; }

/* *** Float containers fix: *** */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-table; }

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix { display:block; }

/* End hide from IE-mac */  

/*printer styles*/ @media print{ 	
/*hide the left column when printing*/ 	
#leftcol { display:none; }
#twocols, #maincol { width:100%; float:none; border:none; }
#maincol .content { width:90%; margin:0; padding:0; }
#footer { width:100%; }
}
