/* CSS Document */
@import "core.css";

.subnav
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #1A2F74;
	padding-top: 5px !important;
}
.subnav a, .currentsubnav a {color:#1A2F74 !important; font-weight: bold; padding-left: 1px;}
.currentsubnav
{
	background-color: #A4B5ED;
	border-bottom: 1px solid #1A2F74;
	padding-top: 5px !important;
}

#middleBox
{
	width: 621px;
	position: relative;
	top: 4px;
	height: 300px;
}
*html #middleBox
{
	top: 0px;
}
#contentBox
{
	background-color:#FFFFFF;
	color: #4C4B4B;
	width: 621px;
}
#contentText
{
	width: 607px;
	height: inherit;
	position: relative;
	left: 7px;
	clear: both;
}