/* 
 *
 *   This style sheet is for the structural layout of the site splash page
 *
 *
 *   History: 
 *      30 May 04: File created. (DFriedberg)
 *
 */

body {
   margin: 0;
   padding: 0;
   font-family: arial, helvetica, sans-serif;
   font-size: 14px;
   color: black;
   background: white;
   }

#wrapper {
   margin: 0 auto;
   padding: 0;
   }
   
#masthead {
   margin: 0 auto;
   padding: 0;
   width: 800px;
   color: #ffffff;
   background: #ffffff;
   }    

#footer {
   margin: 0 auto;
   padding: 0;
   width: 800px;
   font-size: 10px;
   line-height: 30px;
   text-align: center;
   }

#event {
	margin: 0 auto;
   	padding: 0;
	width: 800px;
   	clear: both;
   	text-align: center;
   	}

#event a { color: red; }

#contents {
   margin: 0 auto;
   padding: 0;
   width: 800px;
   }

#contents ul#menu {
   margin: 0; 
   padding: 0; 
   list-style: none; 
   }

#contents ul#menu li {
   display: inline;
   margin: 0; 
   padding: 0; 
   list-style: none; 
   }

#contents ul#menu li a {
   display: block;
   float: left;
   margin: 0;
   padding: 0;
   background-repeat: no-repeat;
   background-position: 0px 0px;
   text-indent: -10000px;
   text-decoration: none;
   }

#contents ul#menu li a:hover {
   background-position: 0px -75px;
   }

a#splash_aboutus {
   width: 120px;
   height: 75px;
   } 

#splash_contactus {
   width: 99px;
   height: 75px;
   } 

#splash_board {
   width: 139px;
   height: 75px;
   } 

a#splash_calendar {
   width: 138px;
   height: 75px;
   } 

a#splash_help {
   width: 139px;
   height: 75px;
   } 

a#splash_grants {
   width: 76px;
   height: 75px;
   }  

a#splash_news {
   width: 89px;
   height: 75px;
   } 




