@charset "utf-8";
/* CSS Document */

body  {
	font: 13px/18px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background: #838c91 url(graphics/background.jpg) repeat-x;
	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: 865px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#wrap {
	background-image: url(graphics/background_wrap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}

.twoColFixLtHdr #header {
	background: url(graphics/background_header.gif) no-repeat;
	padding: 0 0px;  /* 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 #headerhome {
	background: url(graphics/background_home.jpg) no-repeat;
	padding: 0 0px;  /* 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 #headeraboutus {
	background: url(graphics/background_aboutus.jpg) no-repeat;
	padding: 0 0px;  /* 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 #headerfacts {
	background: url(graphics/background_facts.jpg) no-repeat;
	padding: 0 0px;  /* 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 #header2008 {
	background: url(graphics/background_2008.jpg) no-repeat;
	padding: 0 0px;  /* 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 #headermediakit {
	background: url(graphics/background_mediakit.jpg) no-repeat;
	padding: 0 0px;  /* 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 #headercontactus {
	background: url(graphics/background_contactus.jpg) no-repeat;
	padding: 0 0px;  /* 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 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* 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 */
	background: #d4d7d9;
	padding: 30px 30px 30px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #c1c5c8;
	font-size: 11px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* 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 */
	background: #00577e;
	padding: 30px 30px 30px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #c1c5c8;
	font-size: 11px;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebarhome {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* 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 */
	background: #ffffff;
	padding: 30px 10px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #c1c5c8;
	font-size: 11px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 244px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #c1c5c8;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px;
	width: 865px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #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 */
	font-size: 11px;
	text-align: left;
}
.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 {
	color: #00577e;
}
#sidebar2 a {
	color: #ffffff;
}
h1 {
	font-size: 21px;
	color: #00577E;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 15px;
	color: #5c6367;
}
.notes {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	vertical-align:bottom;
}
.superscript{
	font-size:9px; 
	vertical-align:top;
} 
.formtable {
	border: 1px solid #5c6367;
	background-color: #d4d7d9;
}
