html, body
{
	background-color: #001b35;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
}

html a, body a
{
	color: #80c6ff;
}

html a:hover, body a:hover
{
	color: #d0eaff;
	text-decoration: none;
}

html h1, body h1
{
	color: #80c6ff;
	font-size: 14px;
	font-family: tahoma;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: normal;
}

html h2, body h2
{
	color: #80c6ff;
	font-size: 12px;
	font-family: tahoma;
	text-transform: normal;
	letter-spacing: 5px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

html h3, body h3
{
	color: #fff;
	font-size: 12px;
	font-family: tahoma;
	text-transform: normal;
	letter-spacing: 5px;
	font-weight: normal;
}

#root
{
	width: 720px;
	overflow: hidden;
	margin: auto;
	background-color: #002d59;
}

#header
{
	height: 177px;
	width: 720px;
}

#body
{
	display: block;
	float: left;
	overflow: hidden;
	padding: 0px 20px 0px 20px;
	width: 460px;
}

#bodyContent
{
	display: block;
	clear:both;
	overflow:hidden;
	width:460px;
	padding: 10px 0px 20px 0px;
}

#bodyContent div.header
{
	display: block;
	clear:both;
	overflow:hidden;
	width: 460px;
	height: 12px;
	background-image: url(/art/bodyInteriorHeader.gif);
}

#bodyContent div.middle
{
	display: block;
	clear:both;
	overflow:hidden;
	width:450px;
	padding: 10px 25px 10px 25px;
	background-image: url(/art/bodyInteriorMiddle.gif);
}

#bodyContent div.footer
{
	display: block;
	clear:both;
	overflow:hidden;
	width: 460px;
	height: 12px;
	background-image: url(/art/bodyInteriorFooter.gif);
}

#menu
{
	display: block;
	float: left;	
	width: 200px;
	height: 400px;
	background-image: url(/art/menuBg.gif);
}

#menuWrapper
{
	display:block;
	float:left;
	clear:none;
	padding: 0px 0px 0px 20px;
}

#footer
{
	display: block;
	float: left;	
	height: 144px;
	width: 720px;
	padding: 24px 0px 0px 0px;
	background-image: url(/art/footerBg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #fff;
}