/* CSS Document */

BODY { background-color: #003300;
       padding: 0; 
	   margin: 0;
	   background-image: url("images/siteart/background.gif");  }
	   
/*Text Stylings*/   
.tabletext td{
vertical-align: top;
/*min-width: 50px;*/
padding-left: 5px;
padding-right: 5px;
}
H1 {  font-size: 18px;
      font-family: 'verdana', arial, sans-serif;
	  color: #003300;
	  padding-right: 80px;
	  padding-left: 80px; 
	  padding-top: 10px;
	  padding-bottom: 5px; }
	  
H2 {  font-size: 16px;
      font-family: 'verdana', arial, sans-serif;
	  color: #003300;
	  padding-right: 80px;
	  padding-left: 80px; 
	  padding-bottom: 5px; }
	  
.sponsors { padding-left: 95px;
			padding-right: 80px;
		    line-height: 20px; }
	  
.text  {   font-size: 14px;
           font-family: 'times', times new roman, serif;
	       color: #000000;
	       padding-right: 80px;
	       padding-left: 80px; 
		   padding-top: 5px;
		   padding-bottom: 5px; 
		   line-height: 20px;}
		   
.tabletext  {   font-size: 14px;
           font-family: 'times', times new roman, serif;
	       color: #000000; 
		   line-height: 20px;}
		   
.tablepadding	{
		   padding-top: 0px;
		   padding-bottom: 0px;
	       padding-right: 80px;
	       padding-left: 80px; 	
}
	   
.intext a:link, .intext a:visited, .intext a:hover
{  font-size: 14px;
   font-family: 'times', times new roman, serif; }

.intext a:link { color: #006633; }
.intext a:visited { color: #006633; }
.intext a:hover { color: #AAAAAA; }

.bottomtext
{ 	font-size: 10px; 
	font-family: 'verdana', arial, sans-serif; 
	color: #D6C8B3;
	padding-top: 5px; padding-bottom: 5px; 
}
	
.footer a:link, .footer a:visited, .footer a:hover
{	font-size: 10px; 
	font-family: 'verdana', arial, sans-serif; 
	padding-top: 5px; padding-bottom: 5px; 
	text-decoration: none;
}

.footer a:link { color: #D6C8B3; }
.footer a:visited { color: #D6C8B3; }
.footer a:hover { color: #FFFFFF; }

/*From A List Apart CSS Menu www.alistapart.com*/
/*  Horizontal nav */

#menu {
	margin: 0;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #D6C8B3;
	width: 70px;
	height: 2em;
	border-top: 0px solid #ccc;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #ccc;
	border-right: 0px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
	color: #003300;
	text-decoration: underline;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    11px;   
	font-family:   Trebuchet, Arial, sans-serif;    
	voice-family: "\"}\"";   
	voice-family: inherit;      
	}

html>#menu ul li a  {
	font-size: x-small;   
	} 

#menu ul li#three a	{
	width: 120px;
	}

#menu ul li a:hover {
	color: #004400;
	background: #ECE6DE;
	}

#menu a:active	{
	background: #ECE6DE;
	color: #004400;
	}

body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a {
	background: #c30;
	border: 1px solid #c30;
	color: #fff;
	font-weight: bold;
	}
	
/*End Menu CSS*/

