@charset "utf-8";
.ContentPara {
	font-size: small;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.ContentHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: large;
	color: #000066;
	border-left-color: #000066;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}




.oneColFixCtr #container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #211A11; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4F4132;
}
.FooterInfo {
	color: #FFFFFF;
	font-size: x-small;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F0F0F0;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}

.oneColFixCtr .ContentHeader a:link {
	color: #000066;
	text-decoration: underline;
}
.oneColFixCtr .ContentHeader a:visited {
	color: #000066;
	text-decoration: underline;
}
.oneColFixCtr .ContentHeader a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.oneColFixCtr .ContentHeader a:active {
	color: #0000CC;
	text-decoration: underline;
}

.oneColFixCtr .FooterText a:link {
	color: #FFFFFF;
}
.oneColFixCtr .FooterText a:visited {
	color: #9C8265;
}

.oneColFixCtr .FooterText a:hover {
	color: #4F4132;
	text-decoration: underline;
}
.oneColFixCtr .ContentPara a:link {
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtr .ContentPara a:visited {
	color: #000066;
	text-decoration: underline;
}

.oneColFixCtr .ContentPara a:hover {
	color: #000066;
	text-decoration: underline;
}
.Announce {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr .ContentPara .Announce a:link {
	color: #000066;
	text-decoration: underline;
}
.oneColFixCtr .ContentPara .Announce a:hover {
	color: #999999;
	text-decoration: underline;
}
.oneColFixCtr .ContentPara .Announce a:visited {
	color: #666666;
	text-decoration: underline;
}
