body
{
	background-color: #f5deb3;
	margin: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.HeaderContainer
{
	background-color: White;
	padding: 0px 0px 0px 0px;
	height: 122px;
	width: 1200px;
	display: block;
	position: static;
	font-family: Arial, Helvetica, Verdana;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/* border: solid thin aqua; */
}

.HeaderUrlImage
{
	margin: 2px 21px 0px 21px;
	width: 136px;
}

.HeaderTitleImage
{
	margin: 0px 10px 0px 10px;
	width: 176;
}

.HeaderTitle
{
	font-size: 40pt;
	letter-spacing: 2pt;
}

.NavigationPanelContainer
{
	background-color: #d2b48c;
	padding: 5px 5px 5px 5px;
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 200px;
	font-size: x-small;
	/* border: solid thin maroon; */
}

.NavigationMainPageLink
{
	background-color: #f5deb3;
	width: 100%;
	padding: 5px 4px 5px 4px;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
}

.RegularLink, .NavigationLink
{
	font-size: x-small;
}

.NavigationLink
{
	padding: 5px 0px 5px 0px;
	text-indent: 15px;
}

.NavigationHR
{
	color: Olive;
	height: 3px;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.FooterContainer
{
 	display: block;
	position: static;
	/* width: 100%; */
	width: 200px;
	font-size: xx-small;
	text-align: center;
	letter-spacing: 2pt;
	margin: 10px 0px 10px 0px;
}

.PageContainer, .HomePageContainer
{
	display: inline;
	position: absolute;
	top: 150px;
	left: 205px;
	height: 100%;
	width: 1000px;
	padding: 25px 5px 5px 5px;
	/* border: solid thin blue; */
}

.HomePageContainer
{
	text-align: center;
	background-color: White;
}

.HomePageText
{
	margin: 20px 0px 20px 0px;
	line-height: 40px;
	letter-spacing: 2pt;
	font-size: medium;
	font-weight: bold;
}

.HomePageText .Title
{
	margin: 50px 0px 50px 0px;
	line-height: 50px;
	letter-spacing: 3pt;
	font-size: large;
}

.PageText, .TableText
{
	font-size: x-small;
}

.PageText .Title, .TableText .Title
{
	margin: 30px 0px 30px 0px;
	line-height: 30px;
	letter-spacing: 2pt;
	font-size: medium;
	font-weight: bold;
}

.PageText .SubTitle, .TableText .SubTitle
{
	letter-spacing: 1pt;
	font-size: small;
}

.PageText .Footnote, .TableText .Footnote
{
	font-size: xx-small;
}

.PageText .Instructions
{
	font-style: italic;
}

.PageText .Indent
{
	text-indent: 5px;
}

.PageText .List
{
	list-style-type: circle;
}

.TableText .ColumnHeading
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	margin: 1px 3px;
	color: #000033;
	padding-top: 1px;
	background-color: #cccc99;
}

.PageImageContainer
{
	/* width: 150px; */
}

.PageImage
{
	width: 150px;
}

.PageImageTitleContainer
{
	/* height: 350px;
	width: 350px; */
}

.PageImageTitle
{
	width: 350px;
}

.PageImageSubTitleContainer
{
	/* height: 200px;
	width: 200px; */
}

.PageImageSubTitle
{
	width: 200px;
}

.SectionHeading
{
	font-size: small;
	color: #660000;
	letter-spacing: 1pt;
	margin: 2px 5px 2px 5px;
	padding: 2px 5px 2px 5px;
	background-color: #ff9933;
	width: 100%
}

.AlertSectionHeading
{
	font-size: medium;
	color: #660000;
	letter-spacing: 1pt;
	margin: 2px 5px 2px 5px;
	padding: 2px 5px 2px 5px;
	background-color: #ffd700;
	width: 100%;
}

.showSection
{
	visibility: visible;
}

.hideSection
{
	visibility: hidden;
}
