#PageHeader {
	position: relative;
	height: 60px;
	width: 100%;
	}
#PageHeader a {
	text-decoration: none;
	cursor: pointer;
	}
#SitePanel {
	background-color: #253477;
	position: absolute; left: 0px; top: 0px;
	height: 60px; width: 340px;
	z-index: 1;
	background-image: url(/assets/images/HeaderBackgroundWave.jpg);
	}
#SiteLogo {
	position: absolute; left: 7px; top: 7px;
	height: 46px; width: 48px;
	background-image: url(/assets/images/Seal.gif);
	}
#SiteTitle, #MainSiteTitle, #SubSiteTitle {
	position: absolute;
	font-weight: 600;
	line-height: 1.5em;
	color: #EEEEEE;
	filter: shadow(color:#333333 direction:135 strength:4);
	}
#SiteTitle, #SubSiteTitle {
	font-size: 18px;
	}
#SiteTitle {
	left: 65px; top: 14px;
	}
#MainSiteTitle {
	color: #AFE0FF;
	left: 65px; top: 3px;
	font-size: 12px;
	}
#SubSiteTitle {
	left: 65px; top: 20px;
	}
#HeaderFill {
	height: 60px;
	width: 100%;
	z-index: 0;
	background-image: url(/assets/images/HeaderFillSpots001.jpg);
	background-position: 340px 0px;
	background-color: #c5d8e5;
	background-repeat: repeat-x;
	}
#EmailWarning { font-weight: bold; color: red; width:80%;}

.BlueNormal				{font-family: arial; font-size:  11px; color: "#2D2B67"}

.BlueLink				{font-family: arial; font-size:  11px; color: "#2D2B67"}
.BlueLink:hover {
	font-family: arial; 
	color : #3366FF;
	font-size: 11px;
	text-decoration : underline;
	font-weight: normal;
}
.BlueLink:visited {
	font-family: arial; 
	color : #003399;
	font-size: 11px;
	text-decoration : underline;
	font-weight: normal;
}
.BlueLink:visited:hover {
	font-family: arial; 
	color : #3366FF;
	font-size: 11px;
	text-decoration : underline;
	font-weight: normal;
}

.Logo					{font-family: arial; font-size: 14px; color: "#2D2B67"; font-weight: bold; text-decoration: none;}
.Logo:hover {
	font-family: arial; 
	color : #3366FF;
	font-size: 14px;
	text-decoration : none;
	font-weight: bold;
}
.Logo:visited {
	font-family: arial; 
	color : #003399;
	font-size: 14px;
	text-decoration : none;
	font-weight: bold;
}
.Logo:visited:hover {
	font-family: arial; 
	color : #3366FF;
	font-size: 14px;
	text-decoration : none;
	font-weight: bold;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size: 13px;
	font-weight: normal;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
	font-size: 13px;
	font-weight: normal;
}

.tiText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 11px;
	font-weight: normal;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 13px;
	font-weight: bold;
}

.bold_warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
	font-size: 15px;
	font-weight: bold;
}

.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 10px;
	font-weight: normal;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color : #2D2B67;
	font-size: 19px;
	font-weight: bold;
}

.lgText {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
}

.tHeading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: #2E2A67; 
	font-weight: bold;
}

.tiHeading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}


a  {
	color : #2D2B67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}

a:hover {
	color : #3366FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}

a:visited {
	color : #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}

a:visited:hover {
	color : #3366FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}

a.smLink  {
	color : #2D2B67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:hover {
	color : #3366FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited  {
	color : #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited:hover {
	color : #3366FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}


ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}
