@charset "utf-8";
 
body  {
	font: 100% 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: #333333;
	background-color: #343743;
}
.twoColFixLtHdr #container {
	width: 992px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #585B6B;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F4F4F2;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 992px;
	background-color: #CCCCCC;
} 
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 307px;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	background-color: #E2DFD6;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar1 img {
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent  #sidebar1 h3 {
	font-size: 12px;
	background-color: #D7D7D7;
	color: #011BA6;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #C7C7C7;
}

.twoColFixLtHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E9E4;
	margin: 0px;
	width: 992px;
	min-height: 420px;
} 
.twoColFixLtHdr #container #mainContent li {
	font-size: 12px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.twoColFixLtHdr  #container  #mainContent  ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#footer  {
	text-align: center;
	font-size: 0.75em;
	background-color: #5C6276;
	float: left;
	width: 982px;
	color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	line-height: 1.5em;
} 
#footer   ul   {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 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: #999999;
}
#footer  a  {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer   a:hover  {
	color: #011BA6;
	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: 8px;
	border: 1px solid #CCCCCC;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img-border1 {
	border: 1px solid #CCCCCC;
}

.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;
}
#mainContent h1 {
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent h2 {
	font-size: 0
..85em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #990000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #A98C8B;
}
#mainContent  h3 {
	font-size: 0
..85em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	color: #011BA6;
	font-weight: bold;
}
#mainContent strong {
	color: #990000;
}

#mainContent p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 0px;
}
#mainContent   a, #mainContent  a:visited, #sidebar1 a, #sidebar1:visited {
	color: #0033FF;
}
#mainContent  a:hover, #sidebar1 a:hover {
	color: #CC0000;
	text-decoration: none;
}
.header-element {
	width: 992px;
	float: left;
}
#header-nav {
	float: left;
	width: 992px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #011BA6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#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: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}
#header-nav a:hover {
	color: #FFFFFF;
	background-color: #071763;
}
#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #B6B6B6;
	margin-left: 20px;
	width: 952px;
	background-color: #E2DFD6;
	margin-bottom: 30px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0px;
}
.form-left-column {
	text-align: right;
	width: 39%;
}
.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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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-container .form-required-key {
	margin-left: 13px;
	background-color: #F7EAC1;
	height: 12px;
	width: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.form-rignt-column .form-required {
	background-color: #F7EAC1;
}

.form-container textarea {
	height: 70px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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: #990000;
	color: #FFFFFF;
}
.form-spacer {
	height: 25px;
}
table.chart-wide2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	border: 1px solid #B6B6B6;
	border-collapse: collapse;
	width: 952px;
	font-size: 12px;
}
.twoColFixLtHdr #container   #mainContent table.chart-wide2 ul {
	margin-left: 0px;
}
.chart-wide2    td   {
	border: 1px solid #E2E2E2;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.chart-wide2      .col-03 {
	width: 33%;


}
.chart-wide2       .col-05 {
	width: 20%;


}
.twoColFixLtHdr #container #mainContent .chart-wide2 h2 {
	padding: 3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	color: #333333;
	background-color: #E2DFD6;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent .chart-wide2 .center-display {
	text-align: center;
	width: 722px;
}


table.chart-wide         .alt-row:hover         {
	color: #003366;
	background-color: #CCCCCC;

}
.td-top  {
	vertical-align: top;
}
table.chart-wide {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	border: 1px solid #B6B6B6;
	border-collapse: collapse;
	width: 952px;
	font-size: 12px;
}
.chart-wide    .col-01 {
	background-color: #E2DFD6;
	width: 20%;
	color: #333333;
	border-top-color: #666666;
}
.chart-wide    .col-02 {


}
.chart-wide     .col-03 {
	width: 476px;


}
.chart-wide   td, .chart-wide-static td {
	border: 1px solid #B6B6B6;
	vertical-align: top;
	padding: 5px;
}
.chart-wide       tr:hover       {
	color: #0033FF;
	background-color: #F7EAC1;

}
table.chart-wide .alt-row   {
	background-color: #ECECF1;
	color: #467299;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BFC9D0;
	border-collapse: separate;
}
.alt-background {
	background-color: #ECECF1;
}

table.chart-wide .label-row {
	padding-bottom: 15px;
}
.PanelText {
	font-size: 11px;
	color: #5083b0;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}
table.chart-wide-static {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 610px;
}
#mainContent .blue-text {
	color: #011BA6;
}
.presentation {
	float: right;
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #F2F2F2;
	border: 1px solid #DEDEDE;
}
.presentation img {
	margin-top: 15px;
	border: 1px solid #999999;
}
