body	{ 
	background: #123789; 
	line-height: 20px; 
	font-size: 12px; 
	font-family: verdana, lucida, sans-serif;
}
a:link { color: #123780; text-decoration: none; font-weight: 700; }
a:visited { color: #123780; text-decoration: none; font-weight: 700; }
a:hover { color: #cc0000; text-decoration: underline; font-weight: 700; }
#mainContainer {
	background: white;
	color: black;
        width: 420px;
        float: left;
        padding: 6px 6px 6px 6px;
        margin-right: 6px;
	border: 2px solid black;
}
#navContainer {
	background: white;
	color: black;
	position: absolute;
	left: 472px;
	width: 435px;
	padding: 6px 6px 6px 6px;
	margin-left: 6px;
	border: 2px solid black;
}
#newsContainer {
        background: white;
        color: black;
	position: absolute;
	left: 472px;
	top: 168px;
        width: 435px;
        padding: 6px 6px 6px 6px;
        margin-left: 6px;
	border: 2px solid black;
}
#left { text-align: left; }
#right { text-align: right; }
#footerbr { clear: both; }

#mainContainerWide {
	background: white;
	color: black;
        width: 640px;
        float: left;
        padding: 6px 6px 6px 6px;
        margin-right: 6px;
	border: 2px solid black;
}

.newsHeaderTable {
	width: 100%; 
	border: none;
}

.newsHeaderTable td {
	background-color: #ffff99;
}
