﻿/****
banner: #9F0251
left menu: #E0CC97
links: #EC799A
visited: #9F0251

***/
body 
{
	background-color: Silver;
}

#mainContent
{
	margin-left: 5%;
	width: 90%;
	background-color: White;
		
}

#banner
{
	background-color: 	#9F0251;
	color: #E0CC97;
	float: left;
	width: 100%;
	height: 135px;
	font-size: larger;
	font-weight: 700;
}

#torso
{
	float: left;
	clear: both;
	width: 100%;
	background-color: White;
}
#torso h1,h2,h3
{
	text-align:center;
	font-size: medium;
}
#leftMenu
{
	background-color: #E0CC97;
	color: #4D8963;
	float: left;
	width: 10%;
	font-size: smaller;
	padding: 3px 3px;
}
#leftMenu h1, h2
{
	font-size: smaller;
	text-align:center;
}
#leftMenu ul, li
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
}
#leftMenu li
{
	margin-left: 0;
	margin-top: 2px;
	padding: 2px 2px 2px 0;
}
#leftMenu a
{
	text-decoration: none;
	font-weight: bolder;
	padding: 5px 5px 5px 0;
}
#leftMenu a:link
{
	color: #9F0251;
	
}
#leftMenu a:visited
{
	font-style: italic;
	color:   #EC799A;
}

#leftMenu a:hover
{
	background-color: Black;	
	color: #E0CC97;
}

#pageContent
{
	background-color: White;
	float: left;
	width: 87%;
	padding-left: .5em;
}


.dirAddress
{
	float: left;
	width: 40%;
}
.dirAddress h1, h2
{
text-align: left;
font-size: large;
}

.dirMap
{
float: left;
width: 40%;
}