body {
	background: #003399 url(images/background_white.gif) left repeat-y;
	margin: 0px;
	padding: 0px;


}

table { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 14px;
   margin: -20px 0px 20px 10px;
   padding: 0px;
   color: #339900; 
   background-color: #FFFFFF; 
   font-weight: normal; 
} 

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1200px;
	height: 222px;
}

#news {
	position: absolute;
	left: 1100px;
	top: 0px;
	width: 300px;
	padding: 10px;
	background-color: #FFFFFF;
}

#content {
	position: absolute;
	left: 50px;
	top: 223px;
	width: 1000px;
	padding: 10px;
	background-color: #FFFFFF;
}

#story {
	border: 4px dotted #66CC00;
	padding: 5px;
}

.news {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-align: left;
	line-height: 14px;
}

.content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}
.faint {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
}
.title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}
.bigtitle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
}
#copyright {
	border-top: 1px dotted #CCCCCC;
	padding: 2px 0 5px 0;
}
a:link, a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #99CC33;
	text-decoration: none;
}

