@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

.bottom
{
	clear: both;
}

body
{
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-size: 90%;
	font-family: "arial";
}

img
{
	border: 0;
}

#topCont
{
	width: 100%;
	color: #CCC;
}

#top
{
	margin:auto;
	
	width: 900px;
	height: 30px;
	font-weight: bold;
	font-size: 80%;
	color: #666;
	text-align:right;
	padding-top:10px;
	padding-right:30px;
}

#top a {
	color: #fff;
	text-decoration: none;
}

#top a:hover
{
	color:#0099FF;
	text-decoration: none;
}

#topright
{
	float: left;
	width: 625px;
	height: 34px;
	padding: 16px 25px 0 0;
	text-align: right;
	font-size: 90%;
	color: #fff;
}

#topright a 
{
	color:#0099FF;
	text-decoration: none;
}

#topright a:hover 
{
	color: #FFF;
	text-decoration: none;
}		

#header
{
	margin: 0 auto;
	width: 900px;
	height: 200px;
	background: #000;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 200px;
	background: #000;
}

#headerright
{
	float: left;
	width: 600px;
	height: 200px;
	background: #000;
}


#mainCont
{
	width: 900px;
	margin:auto;
}




#mainmenu
{
	float: left;
	width:auto;
	padding: 15px 0 0 0;
	font-size: 85%;
	font-weight: bold;
	background: #000;
	color:#fff;
	
}

#mainmenu ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
}

#mainmenu a
{
	display: block;
	padding: 7px 0 7px 20px;
	width: 170px;
	text-decoration: none;
	color: #fff;
}

#mainmenu a.active
{
	background: #fff;
	color: #000;
}

#mainmenu a:hover
{
	background:#0099FF;
	color: #FFF;
}

#mainmenu p
{
	margin: 0 20px 15px 20px;
	color: #555;
	line-height: 160%;
	font-size: 110%;
}

#mainmenu p span
{
	color: #222;
	font-size: 125%;
}

#maincontent
{
	float: right;
	width: 650px;
	padding: 15px 25px 0 25px;
	line-height: 140%;
	color:#fff;
}

#maincontent p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#maincontent h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight:normal;
	font-size: 170%;
	color:#0099FF;
	text-indent:5px;
	font-family:Tahoma;
}

#maincontent h2 {
 font-weight:bold;
 font-size:130%;
 margin: 0 0 15px 0;
 text-indent:5px;
}

#footerCont
{
	width: 100%;
	clear:both;
}

#footer
{
	margin: 0 auto;
	width: 900px;
	color: #999;
	font-size: 85%;
	background: #000;
	border-top: 1px solid #CCC;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color:#0099FF;
}

#footerleft
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;
}

#footerright
{
	float: left;
	width: 425px;
	padding: 15px 25px 15px 0;
	text-align: right;
}

maincontent h3 { color:#0099FF;
}
.red {color: #FF0000;
font-size:110%;
}
