@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	margin:10px; /* 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: #383A5A;
	background-image: url(site_design/mainbodygradient.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 100px;
	background: #D2D5CE url(site_design/headergraphics/headetcentered_900.jpg) no-repeat right;
	margin-bottom: 0px;
	bottom: auto;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21pt;
	font-style: normal;
	color: #535586;
}
.oneColFixCtrHdr #mainContent {
	padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(site_design/mainbodygradient.jpg);
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}



.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: -30px;
	text-align: center;
	background-color: #D2D5CE;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #535586; font-size:10pt
}
.style4 { font-family:Verdana, Arial, Helvetica, sans-serif; color: ##383A5A; font-size:12pt
}



a:link {
	color: #43456B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #43456B;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}
.oneColFixCtrHdr #container #mainContent #sherri image {
}
.oneColFixCtrHdr #container #mainContent #sherri image {
	height: auto;
	width: 80%;
}

a:active {
	text-decoration: none;
	color: #43456B;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #535586;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
}
.textfield {
	border: 1px solid #43456B;
	background: #E6EADB;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #535586;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
}
.style3 .oneColFixCtrHdr #container #mainContent img {
	border-style: none;
}
.images {
	border-style: none;
}
