@charset "utf-8";
body  {
	margin: 0;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #06063f url(Images/woid_foot.jpg) bottom center no-repeat;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.thrColElsHdr #container {
	width: 985px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
} 
.thrColElsHdr #header {
	padding: 0 10px;  
} 
.hleft { 
	background: url(Images/logo_left.jpg) top left no-repeat; 
	width: 225px;
	height: 136px;
}
.hright { 
	background: url(Images/logo_right.jpg) top right no-repeat;
	width: 225px;
	height: 136px; 
}
.hmid {
	background: url(Images/logo_bg.gif) top left repeat-x;
	text-align: center;
	width: auto;
	height: 136px;
	overflow: hidden;
}
.hb {
	background: #343456 url(Images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
	border-bottom: solid 1px #292944;
	border-top: solid 1px #87879E;
	text-align: center;
	font-size: 9px;
	color: #BBBBDD;
}

.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColElsHdr #sidebar1 {
	float: left;
	width: 175px;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
}

.thrColElsHdr #sidebar2 {
	float: right;
	width: 162px;
	text-align: left;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 187px;
	background-color: #2F2F4F;
	width: 585px;
	text-align: left;
	font-size: 1.2em;
	padding: 20px;
} 

.cont { 
	background: #5A5F71 url(Images/cell.gif) top left repeat-x; 
	width: 175px; 
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
}

.ts { 
	background: url(Images/ts.gif) top left no-repeat; 
	height: 27px; 
	width: 175px; 
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #EDEDED;
}
.bs { 
	background: url(Images/bs.gif) top left no-repeat; 
	height: 27px; 
	width: 175px; 
}

.tc { 
	background: url(Images/tc.gif) top left no-repeat; 
	height: 27px; 
	width: 582px; 
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #EDEDED;
}
.bc { 
	background: url(Images/bc.gif) top left no-repeat; 
	height: 27px; 
	width: 582px; 
}

.thrColElsHdr #footer {
	padding: 0 10px;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}

.thrColElsHdr #newsfeed {
	width: 546px;
	font-size: 75%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: scroll;
	 scrollbar-arrow-color: #5E5E77;
     scrollbar-3dlight-color: #666677;
     scrollbar-darkshadow-color: #404459;
     scrollbar-face-color: #999999;
     scrollbar-highlight-color: #666677;
     scrollbar-shadow-color: #404459;
     scrollbar-track-color: #999999;
	height: 250px;
	border-width: 1px;
	border-left: solid 1px #777796;
	border-right: solid 1px #4C4C75;
	border-top: solid 1px #6C6C8C;
	border-bottom: solid 1px #59597F;
	background: #5A5F71 url(Images/cell.gif) top left repeat-x;
	padding: 6px;
} 

A:link { text-decoration: none; color: #9999DD; }
A:visited { text-decoration: none; color: #9999DD; }
A:active { text-decoration: none; color: #9999DD; }
A:hover { text-decoration: underline; color: #B1B5D6; }

.ad { color: #AAAACC; font-size: 9px; }