@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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: #000000;
	background-color: #fff;
}
.oneColFixCtrHdr #container {
	width: 895px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #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;
}
td {
	color: #1C256A;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-bottom: 0;
	height: 200px;
	width: 895px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #fffff0;
	text-align: center;
	border: thin none #0000FF;
	display: inline;
	text-transform: uppercase;
	width: 895px;
	position: absolute;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: middle;
	padding-top: 7px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #1C256A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #FFF;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: 0px;
	border: thin solid #990100;
}
.title {
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	font-size: 10pt;
	color: #1C256A;
}
.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 */
}
#nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;


}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;



}
#nav a:hover, a:active {
	text-decoration: underline;
	font-style: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;




}

#footer a:link {
	color: #1C256A;
	text-decoration: none;


}
#footer a:visited {
	color: #1C256A;
	text-decoration: none;



}
#footer a:hover, a:active {
	text-decoration: underline;
	color: #1C256A;




}
#td a:link {
	color: #1C256A;
	text-decoration: none;


}
#td a:visited {
	color: #1C256A;
	text-decoration: none;



}
#td a:hover, a:active {
	text-decoration: underline;
	color: #1C256A;




}

a:link {
	color: #FFF;
	text-decoration: none;


}
a:visited {
	color: #FFF;
	text-decoration: none;



}
 a:hover, a:active {
	text-decoration: underline;
	color: #FFF;
}

.burgandy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	font-weight: bold;
}
h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #BB8C32;
	text-transform: capitalize;
	text-align: center;
	background-color: #FFF;





}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #E0D793;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #9A0201;
	padding-top: 5px;
	padding-bottom: 5px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
}
.redlist {
	color: #BB0104;
	text-align: left;
	font-weight: normal;
}

</style>

