body  {
	font: 100% Geneva, Helvetica, Arial, SunSans-Regular, sans-serif;
	background: #036;
	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: 930px;  /* 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: solid 1px #000000; text-align: left; padding: 0; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #headertop { color: #9cf; background: #58595b; width: 930px; height: 25px; margin: 0; padding: 0;  /* 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. */
}
.twoColFixLtHdr #headertop #nav { float: right; color: #9cf; font-size: 12px; width: 650px; padding-top: 5px; padding-right: 10px; text-align: right }
.twoColFixLtHdr #headertop #nav a { color: #99ccff; padding: 2px 10px; text-decoration: none  }
.twoColFixLtHdr #headertop #nav a:visited { color: #99ccff; padding: 2px 10px; text-decoration: none }
.twoColFixLtHdr #headertop #nav a:hover, .twoColFixLtHdr #headertop #nav a:active  { color: white; background-color: #003366; padding: 2px 10px; text-decoration: none }

.twoColFixLtHdr #header { color: #fff; background: #2aa8e5; width: 930px; height: 75px; margin: 0; padding: 0;  /* 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. */
} 
.twoColFixLtHdr #header #nav { color: white; float: right; padding-right: 10px; font-size: 15px; width: 520px; padding-top: 43px; }

.twoColFixLtHdr #flash { color: #fff; background: white; width: 930px; height: 305px; margin: 0; padding: 0 0 10px;  /* 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. */
}
.twoColFixLtHdr #sidebar1 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float: left; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 15px 10px; }
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 365px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer { color: #fff; padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#77b744; width: 930px; height: 44px; }
.twoColFixLtHdr #footer p { color: #fff; margin: 0 0 0 20px; /* 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 */
}
.twoColFixLtHdr #footer a { text-decoration: none; color: white;
}

h1 { color: #77b744; font-size: 18px; font-weight: bold; margin: 0.67em 0; }
h2 { color: #2aa8e5; font-size: 1em; font-family: Geneva, Helvetica, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 130%; text-align: left; margin: 0; }
h3 { color: #fd8b04; font-size: 0.8em; font-weight: bold; text-align: left; margin: 1em 0; }
p { color: #000; font-family: Geneva, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 0.8em; line-height: 130%; text-align: left; }
ul { font-size: 0.8em; text-align: left; list-style-type: disc; margin: 1em 0 1em 20px; }
.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;
}
#address { color: #2aa8e5; font-size: 0.8em; }
a:link { color: #2aa8e5; }
a:visited { color: #58595b; }
a:hover { color: #fd8b04; }
a:active { color: #fd8b04; }
#copyright {
color: #2aa8e5;
font-size: 10px;
text-align: left;
padding: 20px;
width: 910px;
margin: 0 auto;
}
#line { width: 315px; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #036; }
#logos {
margin-left: 15px}
a.window:link, a.window:visited { color: white; text-decoration: none; font-size: 10px; text-align: center; }
a.window:hover, a.white:active {color: #2aa8e5; text-decoration: none; font-size: 10px; text-align: center}

