﻿/* CSS layout */
body {
	background-color:#EEEEF4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
a {	color:#5C5CDD;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#masthead {
	width:780px;
	background-color:white;
}


#container {

	position: relative; 
	width:780px;
	background-color:white;
	overflow:auto;
}

#left_col {
	border: 2px solid #4C4C4C;
	width: 137px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #4C4C4C;
	margin-left: 3px;
	margin-top: 3px;
}

#menus {
	width:100%;
	background-color: #4C4C4C;
}
.menu {
	background-color: #4C4C4C;
	font-size:small;
	font-weight:bold;
	color:white;
	border:1px white;
	border-style:solid;
	text-align:left;
}

.menu a {
	color:white;
}

td.menu:hover{
	background-color:white;
	color:#4C4C4C;
	text-decoration:none;
}

td.menu:hover a {
	color:#4C4C4C;
}
#home_page_content {
	margin-left: 180px;
	margin-right: 143px;
	line-height: 150%;
	background-color: inherit;
	font-weight: bold;
	color: #4C4C4C;
	text-align: left;
	margin-top: 60px;
}
#page_content {
	margin-left: 180px;
	margin-right: 43px;
	line-height: 150%;
	background-color: inherit;
	font-weight: bold;
	color: #4C4C4C;
	text-align: left;
	margin-top: 60px;
}
#r 
{
    position: absolute;
    top:10px;
    right:10px;
    width:100px;
}
#fc {
	position: relative; 
	width:774px;
	background-color:white;
	padding:3px;

}
#footer {
	border: 2px solid #4C4C4C;
	background-color:#ADBD73;

}
.Welcome {
    font-size: 24pt;
    font-style: italic;
    color: #ADBD73;
    position: absolute;
    left: 150px;
    top: 0px;
}
.subtext {
	font-size:8pt;
}

.etc{
	border:thin gray solid;
	padding:5px;
}

h1 {
	margin: 0px;
	display: inline;
	position: absolute;
	left: 400px;
	width: 300px;
	height: 30px;
	top: 5px;
}

.title {
	position: absolute;
	left: 180px;
	font-size: 2em;
	top: 0px;
	height: 30px;
	vertical-align: middle;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #996633;
}
.contact {
	width: 100%;
}
.contact td {
	border: 1px #EEEEF4 solid;
}
.contact td img {
	padding-left: 20px;
    width: 220px;
    height: 150px;
}
.map {
	height: 500px;
	width: 100%;
}

.areaLabelStyle {
	font-size:12pt;
	color:#ffffff;
	}
.section
{
    font-size: medium;
}
.resource
{
    margin-left: 15px;
    font-weight: normal;
    margin-top: 5px;
}
.mp
{
    font-size: x-small;
    margin-left: 10px;
}
.hph
{
    font-size: large;
    font-weight: normal;
    font-family: Tahoma;
    line-height: 150%;
}

#minutes {
	list-style-type:none;
	}
	
#minutes ul{
	list-style-type:none;
	}
	
#minutes li{
	font-size: medium;
	padding-top:15px;
	}
	
#minutes li li{
	font-size:small;
	padding-top:5px;
	}