﻿body 
{
	background-color: #977385;
}
h1 
{
	font-size: large;
	font-family:Comic Sans MS, Verdana;
	margin-top: 0;
}
#banner 
{
	text-align: center; 
	width: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index:100
}
#main 
{
	text-align: center; 
	width: 100%; 
	position: absolute; 
	top: 213px; 
	left: 0; 
	z-index: 50;
}
#map 
{
	position: absolute;
	top: 190px;
	left: 50%;
	text-align: center;	
	z-index: 500;
}
#bannerimage 
{
  width:775px;
  height:213px	
}
.leftcolumn 
{
	background-color: #004040;
	background-image: url(images/left-background.gif);
	padding-left: 13px;
	color: #fafafa;
	
}
.rightcolumn 
{
	background-color: #c0f0f0;
	padding-left: 0px;
	padding-right: 6px;
}
.leftcolumnbottom
{
	background-color: #004040;
	background-image: url(images/left-background-bottom.jpg);
	padding-left: 15px;
	color: #fafafa;
	
}
.rightcolumnbottom
{
	background-color: #c0f0f0;
	padding-left: 0px;
	font-size:small;
}


.leftcolumn a:link,
.leftcolumn a:visited
{
	display: block;
	overflow: visible;
	font-weight: bold;
	padding: 5px 0px 5px 0px;	
	color: #FFF5EE; /*white*/
	background-color: #004040;  /* #444444*/
    border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #000000;
	text-decoration: none;
    font-size: 10pt; /*8pt*/
    font-family: verdana;
    width: 90%;
}
.leftcolumn a:hover 
{
	color: white; /*white*/
    background-color: #196A6A;  /* #888888*/
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
	width: 90%;
}