#GlobalHeader {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 750px;
}
.GlobalHeaderTable
{
	background-color: #B0C0D8;
	width: 750px;
}
#NavBarHoverDiv
{
	background-color: #B0C0D8;
	/* background-color: #740375; */
	padding: 3px;
	color: White;
	font-size: 0.8em;
	width: 330px;
	position: absolute;
	top: 20px;
	left: 92px;
	z-index: 100;
	visibility: hidden;
	overflow: visible;
}
#NavBarHoverDiv span
{
	padding-left: 5px;
	color: Black;
	font-weight: bold;
}
#Banner{
	position : absolute;
	left : 100px;
	top : 40px;
	width : 650px;
}

#GlobalNavBar{
	position: absolute;
	left: 0px;
	top: 35px;
	width: 100px;
	background-color : #B0C0D8;
}

#ContentArea
{
	position : absolute;
	width : 635px;
	left : 112px;
	top : 62px;
	color: #494949;
	background-color: White;
	padding: 5px;
}
#TwoColumn_LeftHandColumn
{
	float: left;
	width: 390px;
	margin-right: 5px;
	padding: 5px;
}
#TwoColumn_RightHandColumn
{
	float: right;
	width: 215px;
}
#ContentArea p
{
	color: #494949;
	/* color: #4d4e4e; */
	font-family: Arial;
	font-weight: normal;
	font-size: 0.8em;
}
#ContentArea td
{
	font-size: 0.9em;
}
#ContentArea a
{
	font-weight: bold;
}
#ContentArea h2
{
	color: black;
}
#ContentArea ul
{
	color: black;
}
#ContentArea li
{
	color: #4d4e4e;
	font-family: Arial;
	font-weight: normal;
	font-size: 0.8em;
}
.SubMenuTD
{
}

#subMenuDiv
{
	line-height: 15px;
	background-color: #740375;
	margin-bottom: 10px;
}
#subMenuDiv a
{
	color: White;
	font-size: 8pt;
}
#subMenuDiv .SubMenuLink
{
	color: White;
	font-size: 8pt;
}

#subMenuDiv .selectedSubMenuItem
{
	padding: 2px;
	display: inline-block;
	border: solid 1px white;
	color: White;
}

.SubMenuHoverText{
	font-size : 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #272727;
}
