body {
	background: #003399 url(images/background_white.gif) left repeat-y;
	margin: 0px;
	padding: 0px;
}
#header {
	position: absolute;
                     left: 0px;
	top: 0px;
	width: 1400px;
	height: 210px;
}
#content {
	position: absolute;
	left: 560px;
	top: 220px;
	width: 700px;
	padding: 10px;
	background: #FFFFFF;
}
#news {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 550px;
	padding: 5px;
	background: #FFFFFF;
}
.content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.news {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 12px;
}
#story {
	border: 4px dotted #CC0033;
	padding: 5px;
}
.faint {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 10px;
}
#copyright {
	border-top: 1px dotted #3366CC;
	padding: 2px 0 5px 0;
}
.title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	line-height: 26px;
}
.bigtitle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3366CC;
	font-weight: bold;
}
a:link, a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #99CC33;
	text-decoration: none;
}


