@charset "utf-8";
/* CSS Document */

body{
background-image:url(../images/background2.gif);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
}

#container{
width:720px;
margin:0 auto;
}

#header{
width:720px;
float:left;
}

#sponsorhead{
background-color:#FFFFFF;
width:720px;
height:65px;
float:left;
overflow:hidden;
}

#sponsorfoot{
border:#235995 solid 2px;
background-color:#FFFFFF;
width:718px;
height:100px;
float:left;
overflow:hidden;
}

#content{
background-color:#ffffff;
width:720px;
float:left;
min-height:500px;
}
#footer{
background-color:#a8a8a8;
width:720px;
float:left;
padding-bottom:10px
}

#homecontent{
background-color:#596688;
width:720px;
float:left;
min-height:500px;
}

#nav{
width:720px;
height:26px;
background-color:#676766;
float:left;
padding-left:25px;
}

#homemaincontent{
color:#FFFFFF;
font-size:12px;
}

#maincontent{
margin-left:10px;
margin-right:10px;
color:#000000;
font-size:14px;
}

#footerNav ul {
margin:0;
padding:0;
text-align:center;
}

#footerNav li {
	display: inline;
}

#footerNav a:link, #footerNav a:visited {
	padding-left:20px;
	overflow: hidden;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

#footerNav a:hover, #footerNav #active {
	text-decoration:underline;
}

img{border:0;}

#homemaincontent a{
color:#FFFFFF;
text-decoration:none;}
