body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	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;
}
#container {
	width: 800px;
	background-color: #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. */
}
.headerleft {
	float: left;
	width: 291px;
}
.headerright {
	float: right;
	width: 509px;
}
.topbtns {
	background-color: #a8de04;
	padding-top: 5px;
	width: 291px;
}
.mainpadding {
	padding-left: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bottomnav {
	float: left;
	padding: 5px;
	background-color: #ffffff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009cff;
	width: 547px;
	color: #000000;
}
.bottomnav a:link {
	color: #009cff;
	text-decoration: underline;
}
.bottomnav a:hover {
	text-decoration: none;
}
.bottomnav a:visited {
	color: #a8de04;
}
.copyright {
	float: right;
	background-color: #009cff;
	padding: 5px;
	color: #ffffff;
	font-size: 10px;
}
.breadcrumb {
	float: left;
	font-size: 10px;
}
.email {
	float: right;
	padding-right: 5px;
}
a:link {
	color: #009cff;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #a8de04;
}
.contactleft {
	float: left;
	/*margin-right: 10px;*/
	width: 40%; /* 250px */
}
.contactright {
	float: right;
	width: 50%; /* 250px */
	margin-right: 20px;
}
.container2 {
	width: 800px;
	background-color: #FFFFFF;
}
label {
  	width: 80px;
  	text-align: right;
  	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formerror {
  	border: 1px solid #9b060c;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b060c;
	padding: 5px;
	font-weight: bold;
}
.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 80px;
	font: bold smaller sans-serif;
}
.error {
	color: #FF0000;
}
.mylink {
	font-size: 10px;
}
