@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Arial, Helvetica, sans-serif; /* 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: #8F080C;
	margin: 0;
}
.twoColFixLtHdr #container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background-color: #D5E1EC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #711111;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	height: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 768px;
} 
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-nav {
	float: left;
	width: 768px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #201559;
	border-top-color: #333333;
	height: 26px;
}
#header-nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header-nav a {
	font-size: 0.7em;
	color: #D5E1EC;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	height: 15px;
}
#header-nav a:hover {
	color: #FFFFFF;
	background-color: #3A27A5;
}
.twoColFixLtHdr #container #content-holder {
	float: left;
	width: 768px;
}
.twoColFixLtHdr #sidebar1 {
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.twoColFixLtHdr     #sidebar1     img   {
	margin-left: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.side-nav  ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.side-nav  li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.side-nav  a {
	color: #154E85;
	font-size: 0.75em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 125px;
	display: block;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.side-nav    a:hover    {
	background-color: #9AABD3;
	color: #FFFFFF;
}
#content-holder   #sidebar1 .sub:hover    {
	background-color: #9AABD3;
	color: #FFFFFF;
	background-image: url(images/sub2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-holder #sidebar1 .sub {
	padding-right: 5px;
	padding-left: 20px;
	width: 115px;
	background-image: url(images/sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #6666CC;
}
#content-holder #sidebar1 .subhead {
}


.twoColFixLtHdr #mainContent {
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0px;
	width: 556px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #413A7E;
	vertical-align: top;
} 
.twoColFixLtHdr #container #content-holder #mainContent #min-height-control {
	min-height: 400px;
	width: 556px;
}
#mainContent h1 {
	font-size: 16px;
	color: #11406F;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent h2 {
	font-size: 12px;
	color: #8F080C;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent      li       {
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#mainContent ol {
	margin: 0px;
	padding: 0px;
}
#mainContent ol li {
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
#mainContent ol ol li {
	list-style-type: lower-alpha;
	margin-left: 35px;
}
#mainContent ul {
	margin: 0px;
	padding: 0px;
}
#mainContent  a, #mainContent a:visited {
	color: #CC3300;
}
#mainContent a:hover {
	color: #0D79D2;
	text-decoration: none;
}
#mainContent strong {
	color: #333333;
}

#footer  {
	text-align: center;
	font-size: 0.75em;
	background-color: #14215A;
	width: 746px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.5em;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #413A7E;
} 
#footer   ul   {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 0;
}
#footer  li  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
	display: inline;
	color: #415656;
}
#footer  a  {
	color: #9F99D5;
}
#footer   a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img-border {
	border: 1px solid #CCCCCC;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text-color02 {
	color: #865959;
}

table#chart {
	width: 555px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #C2B6B6;
	border-collapse: collapse;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 11px;
}
#chart   .col-01 {
	width: 150px;
}
#chart   .col-02 {
	width: 80px;
}
#chart  .col-03 {

}
#chart  .col-04 {
}
#chart  th {
	text-align: center;
	background-color: #DDDDDD;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}
#chart tr.odd-row {
	background-color: #FFFFFF;

}
#chart td {
	border: 1px solid #D7DFDC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	vertical-align: top;
	text-align: center;
}
#chart  tr:hover {
	background-color: #F0ECE1;
	color: #333333;
}
#chart   .sub-head    {
	background-color: #F3E4A7;
	color: #51504F;
	font-weight: bold;
}
#chart   .sub-head:hover  {
	background-color: #DAD2C0;
}
#chart strong {

}
#mainContent #chart .col1 {
	background-color: #F3E4A7;
}
.logo-holder {
	width: 100%;
	margin-top: 30px;
}
.logo-holder td {
	text-align: center;
	vertical-align: top;
	width: 33%;
	margin-top: 10px;
}
.logo-holder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3px;
}


#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	width: 555px;
	background-color: #CDC9B4;
	margin-bottom: 30px;
}
.form-left-column {
	text-align: right;
	width: 35%;
}
.form-container .form-required-key {
	margin-left: 13px;
	background-color: #E4E2D6;
	height: 12px;
	width: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.form-container   .validation-summary   #vsErrors  ul {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.form-container   .validation-summary   #vsErrors  li {
	background-image: none;
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}
.validation-summary {
	padding-top: 10px;
}
.form-rignt-column   #AddressState {
	margin-top: 2px;
	margin-left: 3px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
}
.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
}
.form-rignt-column .form-required {
	background-color: #E4E2D6;
}
.form-container textarea {
	height: 70px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
}
input.form-submit {
	background-color: #CCCCCC;
	height: 20px;
	width: 60px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
}
input.form-submit:hover {
	background-color: #8F080C;
	color: #FFFFFF;
}

