html,body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;	
	color: #333;
	background-color: #010F33;
}

body a
{
	color: #800000;
	text-decoration: none;
}

body a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

#root
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#headerWrapper, #middleWrapper, #footerWrapper
{
	width: 100%;
}

#header, #middle, #footer
{
	width: 1000px;
	margin: auto;
}

#menu, #body, #footer
{
	padding-top: 20px;
}

#menu, #body, #bodyleft, #bodyright, #footer
{
	padding-bottom: 20px;
}

#headerWrapper
{
	background-image: url(/art/headerBg.gif);
	background-repeat: repeat-x;
}

#header
{
	height: 160px;
}

#header .light
{
	height: 28px;
}

#header .dark
{
	height: 104px;
}

#middleWrapper
{
	background-color: #AAA;
}

#middle
{
	background-color: #FFF;
}

#menu
{
	width: 175px;
}

#content
{
	width: 790px;
}

#body
{
	width: 100%;
}

#splitBodyWrapper
{
	width: 100%;
}

#bodyleft
{
	width: 475px;
}

#bodyright
{
	width: 300px;
}

#footerWrapper
{
	background-color: #010F33;
}

#footer
{
}