﻿body 
	{
		font-family: Arial, Verdana, Helvetica;
		font-weight: normal;
		background-color:#FFFFd6;
		font-size:1em;
		max-width:800px;
	}
h1, h2 
	{
		color:Black;
	}
	
.map
{
	 text-align:center;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:5px;
	 margin-bottom:5px;
	}
	
a
	{ font-size: 9pt; 
	  color: #990000; 
	  text-decoration: underline;
	} 
a:link     
	{ font-size: 9pt; 
	  color: #990000; 
	  text-decoration: underline; 
	  }
a:visited  
	{ font-size: 9pt; 
	  color: #990000; 
	  text-decoration: underline; 
	  font-weight: normal;
	  }
a:hover	
	{ font-size: 9pt; 
	  color: #3268B5; 
	  text-decoration: underline; 
	  font-weight: normal;
	  }

ul,li 
	{
		font-size:1.2em
	}

.title     
	{ font-size: 1.5em; 
	  color: #990000; 
	  font-weight: bold; 
	  font-style: normal; 
	  text-decoration: none;
	  text-align:center;
	  padding-bottom:1px;
	  }
	  
.mainpage
		{
		margin-left:10%;
		margin-right:10%;
		text-align:center;
		background-color:#FFFFd6;			
			}

.panel
          {
               text-align: center;
               background-color:White; 
               width:70%;
               margin-left:auto;
               margin-right:auto;
          }

.directions
		{
			font-size:1.5em;
			padding:10px;
			padding-top:25px;
			
			}
.image    
          {
               padding:20px;
          }