@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-style: none;
} 

.twoColFixLtHdr #logo {
	width: 243px;
	float: left;
}

.twoColFixLtHdr #header {
	padding: 0;
	background-color: #1F4470;
	float: left;
	width: 712px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -500px;
}
.twoColFixLtHdr #sidebar1 {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #1F4470;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 80px 20px 0px 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #9A141A;
	background-image: url(../images/footer-bkgd.gif);
	background-repeat: repeat-x;
	height: 81px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: x-small;
	text-align: right;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo a:focus {
	outline: none;
}
#footernav {
	font-size: small;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.twoColFixLtHdr #container #footer #footernav a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer #footernav a:hover {
	color: #1F4470;
	text-decoration: underline;
}
#sidebar1  p {
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 #contact {
	font-size: 80%;
	color: #333;
}
.twoColFixLtHdr #container #sidebar1 #contact #frmContact {
	width: 200px;
}
.twoColFixLtHdr #container #sidebar1 #contact #frmContact label{
	display: block;
	font-size: 85%;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 #contact #frmContact fieldset legend {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent h1, h2 {
	font-size: 120%;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent table {
	font-size: 80%;
}

.twoColFixLtHdr #container #mainContent #specials {
	margin: 9px 9px 0 9px;
	padding: 0;
	background-color: #FFF;
}	
div.figure {
  float: auto;
  width: 90%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.odd {
	background-color:#CCC;
}
.even {
	background-color:#A3C2D1;
}
.hover {
	background-color:#1f4470;
	color: #FF9;
}
.twoColFixLtHdr #container #mainContent #spryregion1 table tbody td a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.twoColFixLtHdr #container #mainContent #spryregion1 table tbody .hover td a {
	color: #FF9;
	text-decoration: underline;
}

