body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/cover_bkgd.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}
.oneColFixCtr #container {
	width: 705px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-left: 20px;
	/*margin-top: -21px;*/
	background: #003669 url(../images/inner_content_bkgd.gif) no-repeat;
}
#menubar {
	position: absolute;
	width: 453px;
	height: 47px;
	margin-left: 255px;
	margin-top: -15px;
	z-index: 10;
}
#menutext	{
	position: absolute;
	width: 430px;
	height: 20px;
	margin-left: 263px;
	margin-top: -3px;
	z-index: 15;
	font-size: 10px;
	color: #FFFFCC;
	font-family:"Times New Roman", Times, serif;
}
#menutext a:link, #menutext a:visited	{
	color: #FFFFCC;
	text-decoration:none;
}
#menutext a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}
#maintb	{
	position:relative;
	/*margin-top: 15px;*/
	margin-left: 0px;
	padding-bottom: 10px;
	width: 421px;
	/* margin-top: 20px;
	margin-bottom: 10px;*/
}
#maintb_top	{
	height: 12px;
	background-image: url(../images/inner_maintb_01.gif);
	background-repeat:no-repeat;
}
#maintb_center	{
	padding: 0px 10px;
	background-image: url(../images/inner_maintb_02.gif);
	background-repeat:repeat-y;
	font-size: 12px;
}
#maintb_center p{
	padding-bottom: 5px;
}
#maintb_bottom	{
	height: 14px;
	background-image: url(../images/inner_maintb_03.gif);
	background-repeat:no-repeat;
}

#sectb	{
	position:absolute;
	margin-top: 180px;
	margin-left: 440px;
	width: 234px;
	z-index: 50
}

#sectb_top	{
	height: 12px;
	background-image: url(../images/inner_sectb_01.gif);
	background-repeat:no-repeat;
}
#sectb_center	{
	padding: 0px 10px;
	background-image: url(../images/inner_sectb_02.gif);
	background-repeat:repeat-y;
	font-size: 12px;
}
#sectb_center p{
	padding-bottom: 5px;
}
#sectb_bottom	{
	height: 14px;
	background-image: url(../images/inner_sectb_03.gif);
	background-repeat:no-repeat;
}

#footer {
	width: 685px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #a08545;
	color: #700a14;
	font-size: 12px;
	padding: 10px;
	z-index: 40;
}
#quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #666666;
	text-align: center;
}

a:link.footerlink, a:visited.footerlink	{
	color: #700a14;
	font-weight: bold;
	text-decoration: none;
}
a:hover.footerlink	{
	color: #700a14;
	font-weight: bold;
	text-decoration: none;
}
.section_header	{
	font-size: 14px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color:#700a14; 
	line-height: 22px;
}
,footer	{
	margin-top: 10px;
	line-height: 32px;
}
a.footer {
	color: #700a14;
	text-decoration: none;
}
a.footer:hover {
	color: #700a14;
	text-decoration: underline;
}
li {
	list-style-type: disc;
	list-style-position: inside;
}
.bold {
	font-weight: bold;
}
p {
	padding: 5px;
}
.italic {
	font-style: italic;
}
blockquote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	margin: 15px;
	font-style: italic;
}
.highlight {
	background-color: #A5B1C0;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ol, ul {
	margin: 0px;
	padding: 2px 0px 0px;
	list-style-position: inside;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}
caption {
	font-size: 9pt;
	font-style: italic;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.subHead {
	font-size: 14pt;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color:#700a14; 
	line-height: 22px;
}
