@charset "UTF-8";
.oneColFixCtrHdr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body {
	background: #DEDBCF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	padding: 12px;
	height: 70px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -5000px;
	font-size: 9px;
	line-height: 9px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.allcapsWhite {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #DEDBCF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999966;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 1.4em;
	text-transform: uppercase;
}
/* CSS Document */

.allCaps {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B9B399;
}
.BlockText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #FFF;
	display: block;
	background-color: #B8B39A;
	padding-right: 12px;
	padding-left: 12px;
}
.MedImg {
	padding-right: 12px;
}
h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999966;
	padding-top: 12px;
}
h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	color: #B8B39A;
	text-transform: uppercase;
}
.tanText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #B8B499;
	font-weight: bold;
	display: block;
}
#table1 tr td .tanText a {
	color: #999966;
}
.oneColFixCtrHdr #container #mainContent .tanText a {
	color: #663;
}
.quote {
	font-size: 11px;
	font-weight: normal;
}
.DescriptTag {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #B8B499;
}
.CenterTag {
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #989C69;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #container #footer .CenterTag a {
	letter-spacing: 0.2em;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 0.4em;
	display: inline;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent table tr td .tanText a {
	color: #B8B499;
}
.GeneralTxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #B8B39A;
	display: block;
}
.oneColFixCtrHdr #container #mainContent table tr td .GeneralTxt a {
	color: #663;
}
.resume {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #B8B499;
}
.StatementImg {
	padding-top: 8px;
	padding-right: 12px;
}
.BigThumb {
	padding-top: 16px;
}
