﻿html		{
		overflow:auto;
		background-color:#001c00;
		
                }

#navigation ul {
	list-style-type: none;
	width: 100%;
	line-height:1;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-size:small;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color:#000000;
	background-color:teal;
}
#navigation a:hover {
	background-color: grey;
	
}

#navigation {
	background-color: #000000;
	margin: 0;
	padding: 0;
	margin-left:10px;
}


h1		{
                
                color:teal;
                }

body		{
		overflow:auto; 
		font-family: sans-serif;
		margin: 0;
		padding: 0;
		/* centered for older IE because standard css (...margin-left:auto; margin-right:auto) center doesn't work */
                text-align:center;
		}
		
#masthead	{
                font-size:3em;
  		color:#000000;
		background-color:#000000;
		text-align:left;
                overflow:hidden; 
                width:784px; 
                height:125px; 
                margin-left:auto; 
                margin-right:auto;
		
		}

#mainText	{
                 background-color:#000000; 
                 color:teal;
                 overflow:hidden; 
                 width:770px; 
                 margin-left:auto; 
                 margin-right:auto; 
                 padding-left:7px;                  
                 padding-right:7px;
		 /* Counters center in body for IE */
                 text-align:left;
		 }

#foot		{ 
                background-color:#000000;
		text-align:center;
		font-size:smaller;
		color:teal;
                margin-left:auto; 
                margin-right:auto; 
                overflow:hidden; 
                height:25px; 
                width:784px;
		}
		


a		{ 
                text-decoration:none;
                color:teal;
		font-weight:bold;
		}
		
a:hover		{ 
                color:white;
                }





ul		{
                list-style:none;
                }

h2		{
                text-align:center;
                color:teal;
                }



 
td             {color:teal;}

img            {border: none;}
