/*
   Main CSS Page
   Author: Heather Ackerman
   Date:   11/10/09

   Filename:         style.css
   Supporting files: 
   
*/
*	
{
padding: 0px; margin: 0px;
}


body 	
{
font-family: sans-serif;
background-color:  #FFFF00;
}
td 
{
padding: 0 0 15px 0
}
td img
{
border: 0px none;
padding: 0 0 0 5px
}

table a
{	
text-decoration: none;
font-weight: bold;
color: #00008B;
}

table a:hover
{	
text-decoration: underline;
color: #0000FF;
}

h2
{
padding: 10px 0 10px 10px;
}

td
{
text-align: center
}

#heading 	
{			
background-repeat:no-repeat;
background-color: #FFFFFF;
}

#heading img 	
{			
padding: 10px 20px 10px 20px;
text-decoration: none;
border: none;
}

#container	
{
width: 70em;
background-color:#7FFF00 ;
margin: 10px auto 10px auto;
padding: 10px;
}

#navigation			
{			font-variant:small-caps;
			background-color:  	#000; 
			font-weight: bold;
			padding: 5px 10px 0 25px;
			color:#EEEE00;
			font-family: sans-serif
}
#navigation a	
{			color:#EEEE00; 
			text-decoration: none; 
			padding: 0 .4em 0 .4em;
} 
#navigation a:hover	
{			text-decoration: underline;
			color:#FFFF00;
}

#navigation2			
{			font-variant:small-caps;
			background-color:  	#000; 
			font-weight: bold;
			padding: 5px 10px 5px 35px;
			color:#EEEE00;
			font-family: sans-serif
}
#navigation2 a	
{			color: #EEEE00; 
			text-decoration: none; 
			padding: 0 .4em 0 .4em;
} 
#navigation2 a:hover	
{			text-decoration: underline;
			color:#FFFF00;
}


#main_content 
{
	font-size: x-large;;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	text-align: center; 
}


#main_content ul
{
	font-size: x-large;;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	text-align: left; 
	padding: 0 0 0 300px;
}


#main_content h2 
{
	font-family: Times New Roman,Times, serif;
	text-align: center;
}

#main_content a
{	
padding: 10px 0 0 0;
}



#map
{
padding: 10px 0 20px 150px;
}

#footer
{			clear: both;
			background-color: #FFFFFF; 
			border-top: 1px solid black;
			margin: auto;
			text-align: center;
			font-weight: bold;
}

#footer a
{			color: #39F;
			text-decoration: none;
}


#footer a:hover
{			text-decoration: underline;
			color: #3CF;
}

address
{		
background-color: #FFFFFF; 
border-top: 1px solid black;
text-align: center;
font-weight: bold;
}
