@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #53C9EC;
	margin: 0px;
	padding: 0px;
}
.headertable {
	background-image: url(images/blue_header_bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 197px;
	width: 942px;
}

.bodytable {
	background-color:#FFFFFF;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 942px;
}



/*NAVIGATION LINKS*/


.nav {
	width: 150px;
	height: auto;
	float: left;
	clear: right;
	padding: 0px;
}

.nav h1 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	display: block;
	
}

.nav a {
	text-decoration: none;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: normal;
	display: block;

}

.nav a:hover {
	background: #53c9ec;
	color: #000000;	
	margin: 0px;

}

.nav p {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;

}

.nav img {
	padding-left: 10px;

}

/*BODY COPY*/

.bodycopy {
	font: Arial, Helvetica, sans-serif;
	height: auto;
	float: left;
	
}

.bodycopy h1 {
	color: #3cb64b;
	font-size: 18px;
	line-height: 21px;
	
}

.bodycopy h2 {
	color: #f79422;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	
}

.bodycopy h3 {
	color: #f79422;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	
}

.bodycopy h4 {
	color: #f79422;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	
}

.bodycopy p {
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	
}

.bodycopy img {
	float: left;
	padding-right: 5px;
	
}

.bodycopy a {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	
}


.bodycopy li {
	font-size: 12px;
	line-height: 15px;

}


/*SPONSORSHIP TABLE*/


.sponsors {
	width: 455px;
	height: auto;
	float: left;
	clear: right;
	padding: 0px;
}

.sponsors img {
	padding: 5px;

}


/*FOOTER*/

.footer {
	background-color:#FFFFFF;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 942px;
}

.footer p {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ee2e2a;	

}

.footer a {
	text-decoration: none;
	color: #ee2e2a;
	font-weight: normal;
	
}

