@charset "utf-8";
/* CSS Document */
*{  /* HELPS CENTER EVERYTHING PERFECTLY */
    margin:0;  
    padding:0;  
 }  
#wrapper {
	width:863px;
	margin: 0 auto;
	height:auto;
	padding:10px;
	padding-top:10px;
}
body {
	background-color: #000;
}
#about {
	width:450px;
	float:left;
}
#news {
	width:450px;
	float:left;
	margin-top:20px;
}
#wrapper #content .small { font-size: 10px; }

#content {
margin-top:5px;
}
#rightside {
	width:auto;
	#margin-top:-240px;
}
#rightside2 {
	width:auto;
	margin-top:0px;
}
body,td,th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
a:link {
	color: #2c86e0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2c86e0;
}
a:hover {
	text-decoration: underline;
	color: #2c86e0;
}
a:active {
	text-decoration: none;
	color: #2c86e0;
}
.footer {
	color:#333;
	font-size:8pt;
	font-style:normal;
}
.lightblue {
	color:#7faad5;
}
