h1 {font:Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: #FF9900; line-height: 160%;}
td {color: #666666; font: 12px  Arial, Verdana, Helvetica, sans-serif;}
a:link {color: #2A64E8; text-decoration: none;}
a:visited {color: #2A64E8; text-decoration: none;}
a:hover {color: #2A64E8; text-decoration: underline;}
a.mainnav:link {color: #668EFF; text-decoration: none; font: bold 12px Arial, Verdana, Helvetica, sans-serif;}
a.mainnav:visited {color: #668EFF; text-decoration: none; font: bold 12px Arial, Verdana, Helvetica, sans-serif;}
a.mainnav:hover {color: #668EFF; text-decoration: underline; font: bold 12px Arial, Verdana, Helvetica, sans-serif;}
a.bottomnav:link {color: #94A62F; text-decoration: none; font: 10px Verdana, Arial, Helvetica, sans-serif;}
a.bottomnav:visited {color: #94A62F; text-decoration: none; font: 10px Verdana, Arial, Helvetica, sans-serif;}
a.bottomnav:hover {color: #94A62F; text-decoration: underline; font: 10px Verdana, Arial, Helvetica, sans-serif;}
p {color: #666666; font: 12px  Arial, Verdana, Helvetica, sans-serif; }
.small1 {color: #CCCCCC; text-decoration: none; font: 10px Verdana, Arial, Helvetica, sans-serif;}
.red {color: #FF0000; line-height: 160%;}
body {
	background-color: #789EFF;
	background-image: url("images/pagebg.jpg");
	background-repeat: repeat-x;
	margin: 0px;
}
.container {
	width: 400px;
	background: #FFFFFF;
	margin: 10px;
	border: 1px solid #FF9900;
	padding: 5px;
	text-align: center;
}
.container2 {
	width: 300px;
	background: #FFFFFF;
	margin: 10px 10px 40px 30px;
	border: 1px solid #FF9900;
	padding: 3px;
	text-align: center;
}
#map {
width: 450px;
height: 160px;
border: 1px solid rgb(200,200,200);
}
#maplg {
width: 480px;
height: 180px;
border: 1px solid rgb(200,200,200);
margin: 10px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}