﻿body {
	margin-top:0px
}
.PageFrame {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1024px;
	height: 650px;
}
.PageBG {
	width: 1024px;
	height: 660px;
	background-image: url('../images/HomePage/PageBG.png');
	position: absolute;
	visibility: visible;
}
.LogoUpperLeft {
	margin-left: 0px;
	margin-bottom: 10px;
	width: 352px;
	height: 135px;
	background-image: url('../images/Logo - UpperLeft.png');
	position: absolute;
}
/* ------------------------------------------------------------------------------------------------ */
/* General menu area */
.MenuTable {
	text-align: center;
	width: 100%;
	padding: 0px;
	border-width: 0px;
}
.MenuItem {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
/* ------------------------------------------------------------------------------------------------ */
/* Top menu area */
.MenuAreaTop {
	background-color: #173967;
	top: 92px;
	width: 672px;
	height: 30px;
	margin-left: 352px;
	position: absolute;
	vertical-align: middle;
}
/* ------------------------------------------------------------------------------------------------ */
/* Left menu area */
.MenuLeft {
	margin-left: 12px;
	top: 147px;
	width: 352px;
	height: 100px;
	background-image: url('../images/Menu - Left.png');
	position: absolute;
}
/* ------------------------------------------------------------------------------------------------ */
.SideText {
	margin-left: 12px;
	top: 247px;
	width: 250px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.ContentArea {
	width: 794px;
	height: 451px;
	top: 135px;
	position: absolute;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #173967;
	background-color: white;
	margin-left: 229px;
}
.ContentHeading {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #173967;
	background-color: white;
}
.ContentSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #173967;
	background-color: white;
	text-align: right;
}
.VerticalLine {
	position: absolute;
	background-image: url('../images/VLine.png');
	height: 300px;
	width: 3px;
	margin-left: 450px;
}
.TanBG {
	background-color: #f2e0b5;
}
.BlueBG {
	background-color: #173967;
}
.ErrorMessage {
	font-size: 9pt;
	color: red;
	font-family: Arial;
}
.Required {
	font-size: 8pt;
	color: red;
	font-family: Arial;
}
.SectionHdr {
	font-size: 11pt;
	font-family: Arial;
	background-color: #669933;
	color: white;
}
.Narrative {
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial, Calibri;
}
.SubSecHdr {
	font-size: 12pt;
	color: #669933;
	font-family: Arial, Calibri;
	vertical-align: top;
	text-align: right;
}
.Question {
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.footerlink {
	font-size: 9pt;
	font-family: Arial;
}
.Message {
	font-family: Arial;
	font-size: 10pt;
	color: #0066cc;
}
.BioSecHdr {
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #669933;
}
.Example {
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.LogoFront {
	font-weight: bold;
	font-size: 12pt;
	color: #183a67;
	font-family: 'Times New Roman';
	font-variant: normal;
}
.LogoEnd {
	font-size: 12pt;
	color: #91c942;
	font-family: 'Century Gothic';
	font-weight: bold;
}
.HdrBold {
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.TextInput {
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial, Calibri;
	background-color: #f2e0b5;
}
.Note {
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: #ffff66;
}
.Footer {
	margin-left: 12px;
	width: 1000px;
	height: 30px;
	position: absolute;
}
