body {
	font-family: "Trebuchet MS", Arial, sans-serif; margin: 0; padding: 0; background-color: white; min-width: 770px;
}
h1,h2,h3 {
	color: #600; margin: .25em 0;
}
h4,h5,h6 {
	color: #006; margin: .25em 0;
}
h4 {text-transform: uppercase}
#main {
	margin: auto; width: 770px; position: relative; 
}
#header img {display: block;}

#content {
	margin-left: 180px; margin-top: 50px; width: 540px;
	color: #006; font-size: .9em;
}

#footer {
	text-align: center; margin-top: 50px; font-size: 0.75em;
}
#footer table {margin: 1em auto;}
#footer table td {padding: 0 25px;}

#navigation {
	position: absolute; top: 200px; left: 15px; width: 150px;
}
#navigation h3 {margin-left: 1em; font-size: .8em; color: #600; border-bottom: 1px solid #006;}
#navigation ul {margin:0;padding:0;list-style-type:none;}
#navigation li {margin:0;padding:0; border: none}
#navigation li li {padding-left: 1em;}
#navigation a, a.nav {
	color: #006; text-decoration: none; 
	font-weight: bold; font-size: .8em;
	display: block; padding-left: 12px;
	}
#navigation a:hover, a.nav:hover {
	background: url(../images/redbullet.gif) no-repeat left;
}
#navigation form {padding-left: 1em; margin: 0;}
a.nav {
	text-align: right; font-size: 0.8em; margin-left: auto; width: 100px;
}


#feature h2 {
	padding-left: 45px; background: url(../images/icon_house.gif) no-repeat left;
	color: #006; line-height: 40px; vertical-align: middle;
}
#feature td {padding: 0px 4px;}
#feature p {margin: 0;}
#feature img {border: 1px solid black;}

.toc {margin-bottom: 1em;}
.toc li {display:inline; list-style-type:none; padding-right: 1em; margin-left: 1em;}
.toc a {color: #006; font-weight: bold; text-decoration: none;}
.toc a:hover {text-decoration:underline;}

a.top {
	display: block; margin: 1em 0; text-align: right;
	background-color: white; border-top: 1px solid #666; color: #666;
}

/* Style for area info "cells" */
.info {
	width: 220px; height: 175px; margin: 10px; padding: 8px ; float: left;
	text-align: center;
	border-top: 2px solid #999;	border-left: 2px solid #999;
	border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;
}
