/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 000000;
	margin-top: 0px;
}

a:link {
	color: #642979;
	text-decoration: none;
}

a:visited{
	color: #642979;
	text-decoration: none;
}

a:hover {
	color: #642979;
	text-decoration: underline;
}

a:active {
	color: #642979;
	text-decoration: none;
}

.HeaderText {
	font-size:16px;
	color: #642979;
}

.footerNav {
	font-size: 11px;
	color: #642979;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

#footerNav {
	position:relative;
	/*left: 288px; */
	top:0px;
	width:600px;
	height:30px;
	z-index:2;
}

.TopNav {
	color: #642979;
	text-decoration: none;
	font-weight: bold;
}

.TopNavActive {
	font-size:13;
	color:#e93934;
	font-weight:bold;
	text-decoration:none;
}

.SubNav {
	color: #642979;
	text-decoration: none;
	font-weight: bold;
}

.SubNavActive {
	font-size:13;
	color:#e93934;
	font-weight:bold;
	text-decoration:none;
}

.bullet {
	font-size: 14px;
	color: #F7DB6E;
}

#HomePageCopy {
	position:relative;
	width:373px;
	height:298px;
	left: 175px;
	top: 35px;
	z-index:1;
}

#InternalPageCopy {
	position:relative;
	width:475px;
	height:auto;
	left: 20px;
	top: 20px;
	z-index:1;
}

#SideNavigation {
	position:relative;
	width:175px;
	height:auto;
	left: 20px;
	top: 0px;
	z-index:1;
}

#TopNavigation {
	position:relative;
	width:420px;
	height:20px;
	left: 75px;
	top: 0px;
	z-index:1;
}

#HomeFooterNavigation {
	position:relative;
	width:360px;
	height:90px;
	left: 180px;
	top: 0px;
	z-index:10;
	text-align:right; 	
}

#InternalFooterNavigation {
	position:relative;
	width:360px;
	height:90px;
	left:158px;
	top: 0px;
	z-index:10;
	text-align:right; 
}
