@charset "utf-8";
/* CSS Document */

.pagecontroller {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	bottom: 0px;
}
#topmenu a{
border-right:1px solid #FFFFFF;
color: #000066;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding:10px 6px;
text-decoration: none;
text-transform: inherit;

}
#topmenu a:hover 
{
color: #CEEAF9;
text-decoration:underline;
background-color:;
}
#topmenu a:active {background-color: #009900}
#a:link {
	color: #009933;
	text-decoration: none;
}

a:visited { 
   text-decoration: none;
	background: none;
	color: #CC3300;
	
    
	
}
a:hover {
	text-decoration: underline;
	color:#005500;
}
a:active {
	text-decoration: none;
	
}

#topmenu li {
display:inline;
}

#header {
	position:absolute;
	left:11px;
	top:5px;
	width:900px;
	height:160px;
	z-index:1;
}

.style130 {
	font-size: x-small;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
as

