/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	background-color:#FFFF99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	margin-left: 35px;
	margin-top: 45px;
}
/* top of page, including header, welcome, weather */
#main {
	text-align: center;
}
#weather { 
	padding-left: 120px;
}
/* body content */
#content {
	color: #990000;
	font-weight:bold;
}
#sidebar {
	width: 225px;
	height: 499px;
	float: left;
	font-size: 10px;
}
#sidebar1 {
	width: 225px;
	float: left;
	font-size: 10px;
}
#pics {
	width: 400px;
	height: 400px;
	float: left;
	top: 275px;
	font-size:18px;
	color:#cc0000;
	margin-left: 15;
	margin-right: 30;
	padding-top: 60px;
	padding-left: 15px;
}#map {
	margin-left: 250px;
}
.who {
	list-style:none;
	line-height: 1.7em;
	color: 990000;
}
#foot {
	clear:left;
	text-align: center;
	font-size:10px;
	vertical-align:middle;
	color: #006600;
}
#central {
	margin-left: 285px;
	margin-right:50px;
	color:#990000;
}
#toc {
	background-color: #FFFFCC;
	color:#990033;
	text-align:center;
}
a.nav:link, a.nav:visited {display: block; padding: 2px; border: 2px outset #efb57c; font-size:16px;}
a.nav:focus, a.nav:hover {display: block; padding: 2px; border: 2px outset #efb57c; background-color:#99FFCC; font-size:16px;}
a.nav:link {color:#990000; font-weight: bold;}
a.nav:visited {color:#996600; font-weight: bold;}
a:link {color:#990000; font-weight: bold;}
a:visited {color:#996600; font-weight: bold;}

h2 {
	text-align: center;
}
h3 {text-align: center;
	font-size:12px;
	font-style:italic;
}
.title {font-size: 14px;
}
.whodisc {font-style: italic; font-weight:lighter;}
.geo {font-size: 13px; font-weight: 700;}
.geocap {font-size: 10px;}