﻿
body {
	font: "Times new roman", Arial, Helvetica, sans-serif;
	background: #4D4B33;
	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;
	font-family: ArialMT, Arial, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 783px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	

height: 1%;

	margin: 0 auto;
	padding:0;
/* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;
	text-align: left;
	height: auto;
}
.oneColFixCtrHdr #header {
	background: #203143 no-repeat;
	padding: 0 10px 0 20px;
	height: 98px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px 0 10px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */	background: #FFFFFF;
	margin-bottom: 10px;
	height: 472px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */	background: #0F346B;
}
.oneColFixCtrHdr #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;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	width: 97%;
	font-family: ArialMT, Arial, sans-serif;
}
#logo {
	padding: 0px;
	background-image: url('images/affordabletitle.gif');
	background-repeat: no-repeat;
	height: 77px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
#menu {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */margin: 0px;
	color: #FFFFFF;
	font-size: small;
	float: right;
	width: 511px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 65px;
	display:inline;
}
#menubg {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */border-top: 1px solid #FFFFFF;
    padding: 0 0px;
    height: 108px;
	    background-image: url('images/menuBG.jpg');
	    text-align: right;
	    margin-top: 0px;
    width: 782px;
    border-left-color: #FFFFFF;
    border-left-width: 1px;
    border-right-color: #FFFFFF;
    border-right-width: 1px;
    border-bottom-color: #FFFFFF;
    border-bottom-width: 1px;
}
#menu ul {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */margin: 10px 34px 5px 0px;
	padding: 0 0px 5px 0px;
	text-decoration: none;
	float: right;
	width: 528px;
	height: 29px;
	display: inline;
	}
#menuchangeimg {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	float: left;
	width: 130px;
	height: 95px;
	margin-top: 3px;
	display:inline;
}
#menu ul li {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */padding: 0 10px 20px 10px;
	text-decoration: none;
	display: inline;
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 27px;
	background-image: url('images/star_transp2.jpg');
}



#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
h1 {
	border-bottom: 1px solid #C0C0C0;
	font-size: small;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	width: 302px;
}
p {
	width: 756px;
	text-align: center;
	margin-right: 0px;
	font-family: ArialMT, Arial, sans-serif;
	font-size: small;
	line-height: 25px;
	color: #463c3c;
	margin-bottom: 13px;
}
#contentLeft {
	padding: 10px 5px 5px 5px;
	float: left;
	width: 351px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.Bold {
	font-weight: bold;
	font-size: small;
}
.Sidebar_Body {
	color: #463c3c;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: small;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
}
#contentRight {
	margin: 10px 0px 20px 0px;
	padding: 10px;
	float: right;
	width: 372px;
}
.style_3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
a {
	font-family: ArialMT, Arial, sans-serif;
	color: #0F346B;
}
#disclaimer {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */font-size: small;
	font-style: italic;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
}
#disclaimer p {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */font-size: x-small;
	font-style: italic;
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
	font-family: ArialMT, Arial, sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}
h2 {
	font-size: large;
	color: #42422D;
	padding-bottom: 0px;
}
h3 {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: small;
	text-align: center;
	margin: 30px 0px 30px 0px;
	color: #666666;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: normal;
	font-family: ArialMT, Arial, sans-serif;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
}
#contentRight1 {
	padding: 0px;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#contentRight1 p {
	text-align: justify;
	font-family: ArialMT, Arial, sans-serif;
	font-size: small;
	line-height: 25px;
	color: #463c3c;
	width: 100%;
}
#contentRight-home {
	margin: 10px 0px 20px 0px;
	padding: 10px;
	width: 372px;
	float: right;
}
.validatorCalloutHighlight 
{
    background-color: #CCCCCC;
}
