/* CSS Document */

BODY 
{scrollbar-face-color: #0099CC; scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #EAEAFF; 
scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #E6F9FF;
scrollbar-arrow-color: #F1D905;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;}

.news_heading {	
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0099CC;
}
.newsItem {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	border-color:#0099CC;
	border-width:2px;
	border-style:ridge;
	padding:8px;
	background-color:#EAF4FF;
	max-width:550px;
	margin-bottom:15px;
}
.blueText {
	color:#0099CC;
}
.shadedBack {
	background-color:#EAF4FF;
}
.goldText {
	color:#999900;
}
hr {
	color: #CCE4FF;
	border-style: groove;
	border-width:thin
}
#titleBar {
	position:fixed;
	z-index:100;
	width:100%;
}
#mainContent {
	position:relative;
	top:35px;
	z-index:1;
}