@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 157px;
}
.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: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	min-height: 550px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #7E682C;
}
.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 */
	font-size: small;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.MainHeader {
	position: absolute;
	width: 740px;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bolder;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: 40px;
}
.newsletterbox {
	float: right;
	height: 160px;
	width: 230px;
	border: 4px double #7E682C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.articlesbox {
	float: right;
	height: 15em;
	width: 230px;
	border: 4px double #7E682C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: static;
}
fieldset{
	padding:10px;
	border:1px solid #003366;
	margin-bottom:15px;
width: 450px;
}

.textarea2{
background-color:#F0F0FF;
background-image: none;
border: 1px solid #006666;
margin: 4px;
padding: 6px;
}

input,textarea{
	background-color:#CCCCFF;
	background-image:url(images/newindex/shadeform.jpg);
	border: 1px solid #006666;
	margin: 4px;
	font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-repeat: repeat-y;
}
/*styles the input fields*/
/*styles the form fields*/
label{
	color:#000033;
	font-weight: normal;
}
legend{
padding:0px;/*gives a bit of padding between the border and the test*/
color:#000066;
font:16px bold Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.submitbutton {
	border: 1px solid #003366;
	background-color:#CCCCFF;
}
.menu {
}
ul#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
.promoprogram {
	width: 700px;
	border: thin double #7E682C;
	padding: 10px;
	margin: 10px;
	float: right;
}
.header1 {
height:305px;
}
.indexmain {
	padding-right: 20px;
	padding-left: 20px;
	height: 50em;
	width: 780px;
	position: relative;
}
.spacer1 {
	height: 200px;
	width: 100px;
}
