﻿body
{
	font-family: @Arial Unicode MS;	
	color: #636363;
	background-color: #ffffff;
}

#mainWrapper
{
	width: 900px;
	height: auto;
	/*border: 1px solid #000000;*/
	margin: auto;
	padding: 10px;	
}

#header
{
	/*border: 1px solid #000000;*/
	width: 100%;
	height: 20px;
}
#header .table
{
	float: right;
	font-size: 10px;
}
#header a
{
	text-decoration: none;
}
#header a:Hover
{
	text-decoration: underline;
}
#banner
{
	width: 100%;
	height: 75px;
	/*border: 1px solid #000000;*/
		
}
#navBar
{
	width: 100%;
	height: 30px;
	border: 1px solid #448CCB;
	margin: 2px 0px 10px 0px;
	background-image: url(../images/nav_grad_blue.gif);
	font-family: @Arial Unicode MS;
}
#nav 
{
	margin:0;
	padding:0;
	background:transparent url(nav_bg.jpg) 0 0 repeat-x;
	float:left;
	width:100%;
}
#nav li 
{
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link, #nav a:visited
{
	color:#0071BC;
	padding:5px 30px 5px 30px;
	float:left;
	width:auto;
	border-right:1px solid #448CCB;
	text-decoration:none;

}

#nav a:hover 
{
	color:#fff;
	background:#9EBEE1;
}


#leftAd
{
	/*border: 1px solid #000000;*/
	width: 160px;
	height: 600px;
	float:left;
	margin: 0px 10px 0px 0px;
}
#contentWrapper
{
	/*border: 1px solid #000000;*/
	width: 60%;
	height: auto;
	float:left;
}
#contentWrapper .banner
{
	/*border: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	width: 98.5%;
	height: 40px;
	padding: 0px 5px 0px 5px;
	font-family:BIRTH OF A HERO;
	font-size: 40px;
	color: #448CCB;
	padding: 0px 10px 0px 10px;
}
#contentWrapper .content
{
	/*border: 1px solid #000000;*/
	width: 98%;
	height: 92%;
	margin: 0px 5px 5px 5px;
}
#rightBoxWrapper
{
	/*border: 1px solid #448CCB;*/
	width: 18%;
	height: auto;
	float:right;
	vertical-align: top;
	margin: 5px 0px 5px 0px;
	padding-right: 2px;
}
#rightBoxWrapper .banner
{
	/*border-bottom: 1px solid #448CCB;*/
	width: 95.8%;
	height: 45px;
	padding: 0px 5px 0px 5px;
	/*background-image: url(../images/right_grade_blue.gif);*/
	background-color: #A1A1A1;
	color: #ffffff;
	font-size: 40px;
	font-family:BIRTH OF A HERO;
}
#rightBoxWrapper .content
{
	/*border: 1px solid #000000;*/
	width: 95%;
	height: 92%;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 5px;
}
#footer
{
	/*border: 1px solid #000000;*/
	width: 100%;
	height: 20px;
	float:left;
}
#footer .table
{
	text-align:center;
	font-size: 10px;
}
#footer a
{
	text-decoration: none;
}
#footer a:Hover
{
	text-decoration: underline;
}