@charset "utf-8";
/* CSS Document */
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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#container {
	width: 780px;  /* 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;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	background-color: #FFFFFF;
	float: left;
	width: 780px;
}

#header {
	background: #ffffff;
	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. */
	height: 140px;
	width: 780px;
}
#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 */
}
#head1 {
	float: left;
	width: 310px;
	height: 140px;
	text-align: center;
}
#head2 {
	float: left;
	position: relative;
	width: 290px;
	text-align: center;
	height: 125px;
	margin-top: 15px;
	vertical-align: middle;
}
.text12n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text14n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.text14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text16n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text16nu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.text16b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text16bred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
#head3 {
	float: left;
	height: 107px;
	width: 180px;
	text-align: center;
	margin-top: 33px;
}

#mainContent {
	clear: both;
	float: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #e2ffc6;
	text-align: left;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.text18b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.text18bwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#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 */
}
#footer a{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a{
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link, a:active, a:visited{
	color:#006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

a:hover{color:#C00; text-decoration:underline;}
a.red24:link, a.red24:active, a.red24:visited
{
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: underline;
}
a.red:link, a.red:active, a.red:visited
{
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
a.link12:link, a.link12:active, a.link12:visited
{
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/* Headings */
h1 {font: normal 200% Arial, Helvetica, sans-serif;}
h2 {font: normal 175% Arial, Helvetica, sans-serif;}
h3 {font: normal 150% Arial, Helvetica, sans-serif;}
h4 {font: normal 125% Arial, Helvetica, sans-serif;}
h5 {font: normal 100% Arial, Helvetica, sans-serif;}
h6 {font: normal 80% Arial, Helvetica, sans-serif;}
.imgbottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.form_element {
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: small;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	font-family: verdana;
	background-color: #FFFFFF !important;
}

.form_submit {	border-right: #666666 1px solid; border-top: #666666 1px solid; font-size: xx-small; border-left: #666666 1px solid; border-bottom: #666666 1px solid; font-family: verdana}
body         { font-family: Verdana; font-size: 10pt }p            { font-size: 10pt }
td           {
	font-size: 10pt;
}
input:focus, textarea:focus{
background-color: lightyellow;
}
.floatleft {
	float: left;
}
.indent30 {
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
