@charset "utf-8";
body {
	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: #666666;
	background-image: url(grey-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EEEEEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	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. */
}
#header #headerimg {
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 273px;
}
#header #menubar {
	height: 30px;
	text-align: center;
	padding-top: 15px;
	background-color: #EAEAEA;
	font-size: 12px;
}
#menubar a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#menubar hover {
	text-decoration: underline;
}
#header #address {
	background-image: url(logo.jpg);
	height: 100px;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding-right: 0px;
	vertical-align: middle;
	padding-top: 0px;
}
#headerimg #menuwraper {
	padding-top: 10px;
	padding-left: 14px;
	width: 240px;
	float: left;
}
#headerimg #menuwrapper {
	padding-top: 5px;
	padding-left: 0px;
	width: 800px;
	float: left;
}
#headerimg #flash {
	padding-top: 0px;
	width: 543px;
	float: right;
	padding: 0px;
}
#menuwraper #menu a {
	color: #666666;
	text-decoration: none;
}
#menuwraper #menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 17px;
	color: #666666;
	width: 230px;
	background-image: url(bluearro.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.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 {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#wraper #bluefourty {
	background-color: #E3F1FD;
	padding: 10px;
	float: left;
	width: 60.5%;
}
#wraper #whitesixty {
	width: 35%;
	float: right;
	padding: 5px;
	padding-top: 15px;
	text-align: left;
	font-weight: bold;
}

#mainContent #pagecontent {
	padding: 10px;
	text-align: left;
}

#browbbold {
	color: #734E0D;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
}
#wraper #greenseventy {
	background-image: url(greenbar.jpg);
	height: 39px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	width: 63%;
	float: left;
}
#wraper #orangethirty {
	background-image: url(orangebar.jpg);
	height: 39px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	width: 265px;
	float: right;
	padding-right: 30px;
}







#wraper #seventy {
	text-transform: capitalize;
	font-weight: normal;
	padding-top: 10px;
	width: 500px;
	float: left;
}
#wraper #thirty {
	text-transform: capitalize;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	width: 240px;
	float: left;
	padding-right: 30px;
}













.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #EAEAEA;
	font-size: 11px;
}
#footer a {
	color: #13314D;
	text-decoration: none;
	font-weight: bold;
}
#mainContent h1 {
	color: #215589;
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 15%;
	text-align: center;
}

.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
