body { 
	color: #000000;
	background-color: #FFFFFF;
}

#container {
	background-color: #FFFFFF;
	/*color: #000000;*/

}

#header {
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 99%;
}

#rule {
	background-color: #D9D919;
	color: #000000;
	position: absolute;
	top: 105px;
	left: 5px;
	width: 99%;
	height: 2px;
}

#logo {
	color: #FFFFCC;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#mainbody {
	background-color: #FFFFFF;
	background-image: url(logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
	position: absolute;
	top: 140px;
	left: 15px;
	width: 97%;
}

#footer {
	font-weight: bold;
	width: 99%;
	height: 20px;
	position: static;
	text-align: center;
	font-size: small;
}

#toplinks {
	background-color: #000000;
	position: absolute;
	top: 108px;
	left: 5px;
	width: 99%;
	height: 30px;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:10px;
	font-weight:bold;
	background:transparent url(nav_bg.png) repeat-x top left;
	font-family:times;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 25px 0 25px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;
}
	
ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;
	float:left;
	margin:0;
}