@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #326e71;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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; 
}

.oneColElsCtrHdr #container {
	width: 1182px;  
	border:solid;
	border-color:#83a198;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #FFFFFF; 
	height: 153px;
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #mainContent {
	width: 1182px;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.content {
	width: 937px;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#83a198;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
} 
.oneColElsCtrHdr #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 */
}
h1 {
	font-size: 16px;
	color: #4a8081;
}
h2 {
	font-size: 14px;
	color: #669999;
}
.ad1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 8px;
	padding: 4px 4px 4px 4px;
	width: 200px;
	border: thin solid #83A198;
	font-size: 12px;
}
.ad1text {
	font-size: 12px;
	color: #333333;
}
.form {
	margin-right:6px;
	font-size: 12px;

}
.submit {
	font-size: 10px;
	margin-top: 4px;
	height: 20px;
	outline-color:#FFFFFF;
	background-color: #6d999a;
	color: #FFFFFF;
}
#topnav {
	height: 18px;
	background-color: #83a198;
	text-align:right;
	padding-right: 10px;
	font-size: 10px;
	color: #fff;
	vertical-align:middle;
}
#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}
#topnav a:hover {
	color:#FFCC00;
	text-decoration:none;
}
.outline {
	margin:0;
	height: 2px; 
	line-height: 0px;
	width: 1182px;
	background-color: #83a198;
} 
.oneColElsCtrHdr #border { 
	border-bottom: 3px;
	border-color: #83a198;
}
.rightForm {
	padding-right: 10px;
}
.text {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.style5 {
	font-size: 10px;
	color: #6D999A;
	font-weight: bold;
	padding-top: 4px;
	padding-right:14px;
}
.ad {
	padding: 4px;
	font-size: 10px;
	border:#006633;
	border-style:double;
	border-width:thin;
}