* { 
	margin: 0; padding: 0; 
}

body { 
	background: url(../images/bluegrad.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-bottom: auto;
	margin-top: auto;

}

p {
	padding: 10px;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
}
.centerdiv {
	margin: 0 auto;
}

.footballs {
	width: 90px;
	text-align: center;
	float: right;
}
.footballs img {
	clear: both;
}
.header {
	background: url(../images/header.gif) no-repeat #FF9933;
	height: 67px;
	clear: both;
	padding-bottom: 10px;
}
#title{
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	
	text-align: right;
	font-size: 14px;
	color:#333333;
	font-weight: bold;
}
.maindiv {
	background-color: #FF9933;
	text-align: left;
}

.content {
	padding: 10px;
}

.cont-width {
	width: 800px;
}

.main {
	margin-top: 20px;
}

.footer {
	color: #FFFFFF;
	text-align: right;
}
.top {
	background-color: #FF9933;
	width: 760px;
	float: left;
	height: 20px;
	text-align: right;
}
.navigation {
	
}
a.navlink:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.navlink:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.navlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.navlink:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


.navcell {
	border-right: 0.5px solid #FF9933;
	border-left: 0.5px solid #FF9933;
	background-color: #FFFFFF;
	width: 80px;
	padding: 5px 0 5px 0;
}
.navcell:hover {
	background-color: #0066CC;
}
.lastnavcell:hover {
	background-color:#000000;
	border-right: none;
}

.footer {
	margin: 10px auto auto;
	border: none;
	text-align: right;
	font-size: 0.8em;
	color: #000000;
}


a.footlink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.footlink:visited {
	color: #000000;
}
a.footlink:hover {
	color: #FF9933;
}

