@charset "utf-8";
body
{
	background-color: #333333;
	font-size: 0.9em;
	font-family: Arial, Times New Roman, Calibri;
}
html { overflow-y: scroll; height:100%; }
a:link { color: #FFF; text-decoration: underline; }
a:visited { color: #FFF; text-decoration: underline; }
a:active { color: #FFF; text-decoration: underline; }
a:hover { color: #FFF; text-decoration: underline; }

.mainClass
{
	width: 800px;
	margin: auto;
}
.nav, .sub_menu
{
	color: #000;
	float: left;
	cursor: pointer;
	font-size: 1.1em;
	margin-left: 5px;
}
.nav:hover, .sub_menu:hover
{ color: #42007D; }
.nav:active, .sub_menu:active
{ color: #42007D; }
.sub_menu
{ color: #FFF; }
.sub_menu a:active { color: #42007D; text-decoration: none; }
.sub_menu a:link { color: #FFF; text-decoration: none; }
.sub_menu a:visited { color: #FFF; text-decoration: none; }
.sub_menu a:hover { color: #42007D; text-decoration: none; }

#nav
{
	height: 20px;
	background-color: #FFF;
	padding-bottom: 2px;
}
#titleBar
{
	height: 30px;
	background-color: #42007D;
	font-size: 1.6em;
	padding-left: 44px;
	width: 756px;
	color: #FFF;
	font-weight: bold;
}
#subMenu
{
	height: 20px;
	background-color: #F95602;
	padding-left: 40px;
	width: 760px;
}
#headerHolder
{ height: 130px; width: 800px; background-color: #FFF;}

#headerLeft
{

	width: 591px;
	float: left;
}

#headerRight
{
	float: left;
	width: 209px;
	margin-top: 23px;
}

#footer
{
	background-color: #F95602;
	height: 20px;
	text-align: center;
	padding-bottom: 2px;
	color: #FFF;
	font-size: .9em;
}
#content
{
	background-color: #999999;
	padding-top: 20px;
	text-align: center;
}#content #default_right .button {
	color: #F60;
}

