@charset "utf-8";
/* CSS Document */


body{
background:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h3{
	color:#990000;
	border-bottom:thin solid #990000;
	font-size:12px;
	font-weight:bold;
}

h1{
	color:#000;
	font-size:18px;
	font-weight:bold;
}

#wrapper{
width:900px;
margin:0px auto;
}

#header{
	background-color:#666666;
	width:900px;
	height:225px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}

#top{
height:50px;
background-color:#999999;
background-image:url(../images/bkg.jpg);
background-repeat:repeat-x;

}

#divider{
background-color:#000000;
height:10px;
}

#horizontalnav{
	width:900px;
	background-color:#000000;
	height:30px;
}

#bottommenu{
background-color:#CCCCCC;
width:900px;
height:40px;
}

#contentarea{
width:900px;
background-color:#fff;
background-image:url(../images/bkg.gif);
background-repeat:repeat-y;

}

#leftmenu{
	background-color:#000000;
	width:250px;
	float:left;
}

#rightcontent{
background-color:#fff;
width:610px;
float:right;
padding:20px;
padding-bottom:50px;
}

#footer{
	color:#fff;
	text-align:center;
	background-color:#990000;
	height:70px;
	clear:both;
	
}

}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}


.whitelink a{
color:fff;
}

#footer a {color:#fff;} 
#footer a:visited{color:#fff;} 
#footer a:hover{color:#fff;}