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: 12px;
    margin: -140px 0px 0px 0px;
   padding: 25px;
   color: #000000; 
   background-color: #FFFFFF; 
   font-weight: normal; 
} 



#header {
position: absolute;
left: 0px;
top: 0px;
width: 1300px;
height: 210px;
}

#content {
position: absolute;
left: 30px;
top: 220px;
width: 700px;
padding: 20px;
background: #FFFFFF;
}

#news {
position: absolute;
left: 800px;
top: 100px;
width: 400px;
padding: 10px;
background-color: #FFFFFF;
}

.content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000099;
	line-height: 14px;
}

.news {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #0000CC;
	text-align: left;
	line-height: 12px;
}

img {
       float: left;
       border: 0px solid #999;
       margin:5px 5px 5px 5px;
       padding: 5px;
}

#story {
	border: 4px dotted #66CC00;
	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;
}



