@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cbd5d2;
	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;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}


/* Container for all the elements */
.thrColFixHdr #container {
	width: 871px;
	background: #cbd5d2;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #72b359;
	float: right;
	height: 20px;
	width: 260px;
	margin-top: 70px;
	margin-right: 30px;
	text-align: right;
}
* html .topnav {
	margin-right: 15px;
	text-align: center;
}
.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.topnav a:hover {
	color: #72b359;
}

/* The footer information */
footer {
	background: #cbd5d2;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
	text-transform: uppercase;
}

/* Misc tags for use in document */
.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;
}
.homeWrapper {
	background-image: url(images/homepage.flat.jpg);
	background-repeat: no-repeat;
	height: 605px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.homeNav1{
	display: inline;
	width: 174px;
	float: left;
	margin-top: 38px;
	margin-left: 378px;
}
.homeNav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #72b359;
	float: right;
	height: 20px;
	width: 260px;
	margin-top: 82px;
	margin-right: 50px;
	text-align: right;
	display: block;
	clear: both;
}
* html .homeNav2 {
	margin-right: 15px;
	text-align: center;
}
.footer {
	width: 900px;
	background-color: #CBD5D2;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
.homeNav2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.homeNav2 a:hover {
	color: #72b359;
}
.homeCopy {
	display: block;
	height: 160px;
	width: 390px;
	margin-top: 10px;
	clear: both;
	margin-left: 0px;
	text-align: left;
	float: right;
	margin-right: 80px;	
}
.homeCopy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #9d0a0e;
}
.homeCopy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1a8c89;
	margin: 0px;
	padding: 0px;
}
.homeCopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
}

#registernow {
	width: 150px;
	height: 41px
	float: left;
	margin: 0px 0px 0px 30px;
}
