html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #444 url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #BCBCBC;
	font: normal 1.2em Verdana,Arial,sans-serif;
	align: justify;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 64px;
}

.links {
	color:#8090A0;
	}


/* --------------------------------
   Headings, titles
----------------------------------- */
.style1 {color: #993300}
.style2 {color: #993300;
		 text-decoration:underline;	
	}
.bold {
	font-weight:bold;
	}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}



/* --------------------------------
   Navigation
----------------------------------- */
#about a {
		display:block;
		height:38px;
		width:134px;
		background: url("images/aboutbtn.gif") 0 0 no-repeat;

		}
	#about a:hover {	
		background-position: 0 -39px;
		}

#mission a {
		display:block;
		height:38px;
		width:94px;
		background: url("images/missionbtn.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#mission a:hover {	
		background-position: 0 -39px;
		}
		
#schedule a {
		display:block;
		height:38px;
		width:106px;
		background: url("images/schedulebtn.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#schedule a:hover {	
		background-position: 0 -39px;
		}

#bene a {
		display:block;
		height:38px;
		width:131px;
		background: url("images/benebtn.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#bene a:hover {	
		background-position: 0 -39px;
		}
#sponsors a {
		display:block;
		height:38px;
		width:95px;
		background: url("images/sponsorsbtn.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#sponsors a:hover {	
		background-position: 0 -39px;
		}

#press a {
		display:block;
		height:38px;
		width:83px;
		background: url("images/pressbtn.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#press a:hover {	
		background-position: 0 -39px;
		}
		
#directions a {
		display:block;
		height:38px;
		width:104px;
		background: url("images/directionsbtn.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#directions a:hover {	
		background-position: 0 -39px;
		}
#contact a {
		display:block;
		height:38px;
		width:153px;
		background: url("images/contactbtn.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#contact a:hover {	
		background-position: 0 -39px;
		}

#letter a {
		display:block;
		height:54px;
		width:300px;
		background: url("letter-click.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
	#letter a:hover {	
		background-position: 0 -54px;
		}
		
#entry a {
		display:block;
		height:54px;
		width:300px;
		background: url("images/2010entryform.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#entry a:hover {	
		background-position: 0 -54px;
		}		

#Saturday
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#999999;

}

#Saturday:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#990000;
  }
  
#Sunday
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#999999;

}

#Sunday:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#990000;
}  
/* --------------------------------
   Main
----------------------------------- */

#main {
	background-image:url(images/index_10.gif);
	background-repeat:repeat-y;
	color: #737373;
}
.line{
	border-bottom-color: #990000;

}

/* --------------------------------
   tables
----------------------------------- */
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;}
#menu{position:absolute;}
