@charset "utf-8";
body  {
	width: 100%;
	height: 100%;
	margin: 0; 
	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: #000;
	background-color: #026;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	
}
.twoColFixRtHdr #container {
 /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 780px; 	
	background: #FFFFFF;
	background-image: url(picts/Sep_Back_One.gif);
	background-repeat: repeat-x;
	background-position: 0 120px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0;
	width: 389px;
	height: 118px;
	float: left;
	margin: 0 250px 20px 0;
	border-bottom-width: 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. */
} 

.twoColFixRtHdr #header_img { 
	background: #FFFFFF; 
	padding: 0;
	width: 147px;
	height: 98px;
	float: left;
	margin: 8px 140px 28px -150px;
	border: 2px solid #7F9FC3;
	background-color: #7F9FC3;
} 



.twoColFixRtHdr #mainContent { 
	float: left;
	width: 510px;
	margin: 10px 220px 0 0; 
	padding: 0px 20px 10px 20px; 
	border: 0px solid #000000;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 211px; 
	background: #FFFFFF;
	padding: 0px 8px 0px 10px;
	margin: 35px 0px 0px -219px;
	border: 0px solid #F0F;
}

.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;
}


/* Fonts */


p {
	color:#000;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
}

h1 {
	color:#000;
	font-size: 24px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.4px;
 	word-spacing: 0px;
}

h2 {
	color:#990000;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}


h3 {
	color:#0066FF;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

h4 {
	font: 13px  Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*  Footer */

.twoColFixRtHdr #footer, #footer p, #footer a{
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#FF9;
	line-height: 20px;
	background-color: #026;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.twoColFixRtHdr #footer a:hover{
	color:#DDD;
}

.twoColFixRtHdr #footer_text, #footer_text a{
	margin:10px 0 5px 0;
	color:#966;
	font-size:11px;
	line-height: 13px;
}


/* the end */
