/*
Layout developed by David Makar @ 544 Productions
CSS developed by James Wheeler
*/

body {
	background-color: #D24A2F;
	font-family: Georgia;
	text-align: center;
}

.pagecontainer {
	border-style: solid; border-width: 15px; border-color: #3169AD;
	width: 700px;
	min-height: 500px;
	background-color: white;
	margin-left: auto; margin-right: auto;
	padding: 8px;
	text-align: left;
	overflow: auto;
}

.head {width: 100%;}
.body {margin-top: 10px;}

span.note {font-size: 8pt;}

a:link {color: #448844;}
a:visited {color: #448844;}
a:hover {color: #66BB66;}
a:active {color: #448844;}

a.menu:link {color: red; text-decoration:  none;}
a.menu:visited {color: red; text-decoration:  none;}
a.menu:hover {color: black; text-decoration:  none;}
a.menu:active {color: red; text-decoration:  none;}
#map {
	float: right; margin-right: 10px;
}
#map iframe{
	border-style: solid; border-color: #3169AD; border-width: 5px;
}

.menuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}


.center {text-align: center;}