body{
	text-align:center;
    margin:0px;
	padding:0px;
	background:url(./images/body.png) repeat-y center; 
	height:100%;
}

H1{
	font-size: 24pt;
	font-weight: bold;
	margin: 0;
	margin-top:0;
	
}

H2{
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	margin-top:0;
}

h3{
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}

p{
	margin-bottom:5px;
	}

ul{
	text-decoration:underline;
	padding:0;
	}

div.block{
	height:1100px;
	}
	
#container {
   min-height:100%;
   position:relative;
   width:850px;
   margin:0px auto;
   text-align:left;
}


#banner{
	background-color: transparent;
	background-image:url(./images/BlueTopBar1.jpg);
	height:80px;
	}

#header img{
	float:left;
}

#current{
	color:#000; 
	background:url(./images/tab.png) no-repeat right top;
	}
#current2{
	color:#000; 
	background: url(./images/tabcorner.png) no-repeat;
	padding:0 0 0 5px;
	}

.pro16 {
	padding:1px 0 0 2px;
	margin:0;
	list-style:none;
	height:30px; 
	position:relative; 
	background:transparent url(./images/toolbarbackground.png) repeat-x left top; font-size:11px;
	}
	
.pro16 li {
	float:left;
	height:36px;
	}
	
.pro16 li a {
	display:block; 
	float:left; 
	height:35px; 
	line-height:35px; 
	color:#27408B; 
	text-decoration:none; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 5px; 
	cursor:pointer; 
	background:url(./images/liabackground.png) no-repeat;
	}
	
.pro16 li a b {
	float:left; 
	display:block;
	padding:0 60px 0 0; 
	background:url(./images/laibbackground.png) no-repeat right top;
	}
	
.pro16 li.current a {
	color:#000; 
	background:url(./images/hovercorner.png) no-repeat;
	padding:0 0 0 5px;
	}
	
.pro16 li.current a b {
	color:#000;
	background:url(./images/hover.png) no-repeat right top;
	}
	
.pro16 li a:hover {
	color:#000; 
	background: url(./images/hovercorner.png) no-repeat;
	padding:0 0 0 5px;
	}
	
.pro16 li a:hover b {
	color:#000; 
	background:url(./images/hover.png) no-repeat right top;
	}
	
.pro16 li.current a:hover {
	color:#23238E; 
	cursor:default;
	}
	
#content{
	padding-left:20px;
	padding-right:20px;
    padding-bottom:76px;   /* Height of the footer */
	}	
	
#fadeshow1{
	float:right;
	border-style:ridge;
	border-width:7px;
	border-color:1f407e;
	}

#map_canvas{
	float:left;
	border-style:ridge;
	border-width:7px;
	border-color:1f407e;
	}
	
#sponsor{
	border-style:ridge;
	border-width:7px;
	border-color:1f407e;
	height:80px;
	width: 225px;
	}
	
div.side-l {
	float: left;
	width: 320px;
}

div.side-r {
	float: right;
	width: 320px;
	}
	
#season{
	border-style:ridge;
	border-width:7px;
	border-color:1f407e;
	
	}

div.float {
	float: left;
	padding-left:27px;
	padding-bottom:10px;
  }

div.float img {
	border-style:ridge;
	border-width:7px;
	border-color:1f407e;
}

div.float p {
   text-align: center;
   }
   
#galleryrow{
	height:220px;
	padding-bottom:20px;
}

#footer{
	position:absolute;
	bottom:0px;
	width:100%;
    height:76px;   /* Height of the footer */
	background:url(./images/sponsors.png);
	clear:both;
	}