@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #cfd2d7;
	margin: 15 0 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
}
.thrColFixHdr #container {
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	border: 1px solid #666666;
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.thrColFixHdr #top_nav {
	background-color: #4d6187;
}
.thrColFixHdr #news {
	float: left;
	width: 220px;
	cursor: default;
	background-color: #EDEDED;
}

.thrColFixHdr #news ul {
	list-style: none; 
	margin: 0;
	padding: 0px; 
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.thrColFixHdr #news li {
	padding: 13px 15px 15px;
	background-color: #CCCCCC;
	background-image: url(../images/menu_fill.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
}

.thrColFixHdr #news li a{
	color: #FFFFFF;
}

.thrColFixHdr #news li a:hover{
	cursor: hand;
}

.thrColFixHdr #newsHolder {
	padding: 0px;
	margin-bottom: 10px;
	width:200px;
}
.thrColFixHdr #newsTitle{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/newsTitleBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px;
}
.thrColFixHdr #newsContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 8px 8px 8px 12px;
}

.thrColFixHdr #flashBanner {
	height: 252px;
	padding: 1px;
	border: 1px solid #000000;
	clear: both;
}

.thrColFixHdr #mainContent {
	margin: 0 0 0 220px;
	width: 760px;
	padding: 10px;
	background-image: url(../images/content_top.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
} 
.thrColFixHdr #contentHolder {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #545b8c;
	border-right: 1px solid #545b8c;
	border-bottom: 1px solid #545b8c;
	border-left: 1px solid #545b8c;
	background-color: #FFFFFF;
	float:none
}
.thrColFixHdr #contentTitle{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/newsTitleBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px;
}
.thrColFixHdr #contentText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 8px;
}


.thrColFixHdr #footer {
	background:#FFFFFF url(../images/bottom_bar.gif) repeat-x bottom;
	height: 50px;
} 
.thrColFixHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
