body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	background-color: #000033;
}

#mainbox {	
	font-family:Verdana, Helvetica, sans-serif;
	margin:10px;
	width: 925px;
	height: 380px;
	border: solid 5px #cccccc;
	background-color:#ffffff;
}

.whitetext{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:500;
	color:#FFFFFF;
	margin-left: 10px;
	margin-right: 10px;	
}

.blacktext{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:500;
	color:#000000;
	padding-left:10px;
}

.redtext{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#ff0000;
}

#maintext {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

#maintext a:link {
	color: #000000;
}
#maintext a:visited {
	color: #000000;
}
#maintext a:hover {
	color: #666666;
}
#maintext li {
	line-height:20px;
}


#menu {
	font-size:11px; font-weight:600;
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #666666;
	text-decoration: none;
}
#menu a:active {
	text-decoration: none;
}

#booter {
	width: 925px;
	height: 15px;
	font-size:11px;	
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;	
}

#booter a:link {
	color: #999999;
	text-decoration: none;
}
#booter a:visited {
	color: #999999;
	text-decoration: none;
}
#booter a:hover {
	color: #ffffff;
	text-decoration: none;
}
#booter a:active {
	text-decoration: none;
}


/*Menu*/

#slantedmenu{
font-size:10px;
font-weight:600;
height:22px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}