/* CSS Document */

/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #114477;
	margin: 0px;
	padding: 0px;
}
h2 {
	FONT-WEIGHT: bold;
	TEXT-TRANSFORM: uppercase;
	color: #8ac7e3;
	font-size: 105%;
}
h3 {
	font-size: 105%;
	color: #CC6600;
}
a {
	color: #CC6600;
	text-decoration: none;
}
td {
	color: #ffffff;
}
.sideText {
	COLOR: #999999;
	font-size: 75%;
	padding: 0 3px 3px 3px;
}
.time {
	COLOR: #999999;
	font-size: 80%;
	font-weight: bold;
}
.fade {
	COLOR: #999999;
	font-size: 70%;
}
/***********************************************/

/* Layout Divs                                 */

/***********************************************/



#maincontainer {
	background-color: #114477;
}
#header {
}
#leftBar {
	float: left;
	width: 25%;
	padding: 0px 5px 10px 20px;
}
#content {
	float: right;
	width: 70%;
	text-align:left;
	font-size: 80%;
	color: #ffffff;
	padding: 0px 0px 10px 0px;
}
#frontNews {
	font-size: 80%;
}
#footer {
	clear: both;
	font-size: 80%;
}
/***********************************************/

.sideBox {
	background: #476F96 url(images/cornerB.gif) no-repeat bottom right;
}
#leftBar h3 {
	background: #336699;
	border-bottom: 1px solid #E0D0B1;
	padding: 0 3px 1px 3px;
}
#content a {
	border-bottom: 1px dotted #c30;
}
.indent {
	padding-left:10px;
}
