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

/*

TEMPLATE STYLES

*/
body, div, p, form, h1, h2, h3, h4, ul, ol, li {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#878889;
	background-color:#000000;
	padding-top:100px;
}
a{
	color:#878889;
	text-decoration:none;
}
a:hover{
	color:#CD003A;
	text-decoration:none;
}

td.header {
	height:155px;
}
#centerlayer {
	width:900px;
	margin:auto;
}
img{
	border:0px;
}
#mainnav {
	border-bottom: 1px solid #666666;
}
#subnav {
	border-bottom: 1px solid #666666;
	clear:both;
}
#thirdnav {
	border-bottom: 1px solid #666666;
}
#content{
	margin-top:90px;
}
.MultiBoxTitle a{
	color:#ff0099;
	text-decoration:underline;
}
.footer{
	text-align:right;
	font-size:10px;
	color:#666;
}
.footer a{
	color:#666;
}
