@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1001px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navbar {
	background-color: #3098DA;
	width: 986px;
	float: left;
	padding-left: 15px;
	margin: 0px;
}
#logo {
	height: 119px;
	width: 426px;
	margin-top: 20px;
}
.img {
	border: 4px solid #3098DA;
}
#leftcol {
	width: 435px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#rightcol {
	width: 500px;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/banner.jpg);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	width: 971px;
}
.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;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 960px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #7EC242;
	font-weight: normal;
}
h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #86C542;
	font-weight: normal;
	text-decoration:none;
}
h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration:none;
}
.nav   ul   li  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 16px;
}
.nav {
}
.nav a  {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #7EC242;
	text-decoration: none;
}
#nextext {
	padding-bottom: 15px;
}
.nextbutton {
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #999999;
	margin: 0px;
	font-weight: normal;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #3098DA;
	font-weight: normal;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
ul   li  {
	color: #3098DA;
	list-style-type: circle;
	line-height: 24px;
	margin-bottom: 20px;
}
.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3098DA;
}
#nextbox {
	text-align: right;
	vertical-align: middle;
	margin-bottom: 10px;
}
.bighead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3098DA;
}
.oneColFixCtrHdr #footer {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #3098DA;
	width: 981px;
	height: 50px;
	margin-bottom: 55px;
}
.oneColFixCtrHdr #footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 7px;
}
.email {
	font-size: 12px;
	color: #FFFFFF;
}
.email a {
	font-size: 12px;
	color: #FFFFFF;
}

.test {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #67A54B;
	line-height: 20px;
}