@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #101010;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -293px;
	overflow-y: ;
}
.homepage #container {
	border: 1px solid #C0C0C0;
	background-color: #003366;
	width: 1000px;
	height: 540px;
} 
.homepage #sidebar1 {
	float: left;
	width: 20%;
	background-color: #003366;
	margin-top: 25px;
}
div#sidebar1 ul{
	list-style-type: none;
}
div#sidebar1 li{
	line-height: 35px;
	text-align: left;
}

div#sidebar1 a:link {
	color: #C0C0C0;
	text-decoration: none;
	list-style-type: none;
}
div#sidebar1 a:active {
	color: #C0C0C0;
	text-decoration: none;
}
div#sidebar1 a {
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 18px;
}
div#sidebar1 a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
div#sidebar1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.homepage #sidebar2 {
	float: right;
	width: 20%;
	background-color: #003366;
	margin-top: 25px;
}
.homepage #mainContent {
	background-color: #003366;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
} 
.homepage #footer {
	background-color: #101010;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
	text-align: center;
} 
div#footer a:link {
	color: #C0C0C0;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
div#footer a:visited {
	text-decoration: none;
}
div.split2 div{
	float: left;
	w\idth: 333px;
	font-family: "Century Gothic";
	height: 42px;
	line-height: 42px;
	margin-top: 4px;
	font-weight: bold;
    }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {font-size: 11px}