@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: scroll;
	background-image: url(images/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	color:#000;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0756A1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0756A1;
}

a:hover {
	text-decoration: underline;
	color: #5BBC43;
}
a:active {
	text-decoration: none;
	color: #A6D427;
}
#wrapper {
}
#parent {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	border:none;
}
#scrollingsponsors {
	clear: both;
	padding-left: 35px;
	padding-right:35px;
	padding-top: 15px;
	height: 98px;
}
#flashtitle {
	clear: both;
	height: 380px;
}
#menu {
	width:740px;
	height: 50px;
	padding-left: 37px;
	padding-right:37px;
}
#maincontent {
	clear: both;
	width:730px;
	padding-left: 40px;
	padding-right: 40px;
	
	background-color:#FFF;
	margin-top: 25px;
}
#footer {
	margin:auto;
	clear: both;
	height: 148px;
	background-attachment:scroll;
	background-image:url(images/footerback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerContent {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 37px;
	padding-right:37px;
	color:#FFF;
	font-size:11px;
}
h2{
	font-size:17px;
	}
	h2 span {
		font-size:14px;
		color:#333;
		}
li {
	padding-bottom: 10px;
}
.tableborder {
	border: thin solid #62BF40;	
	
	}
