body {
	font-family: Verdana, sans-serif;
	background: #85ADB7;
	padding: 2em;
	margin: 0;
	font-size: 10px;
}
#header {
	width: 100%;
	height: 192px;
	background-color:#c0d5da;
	background-image:url(images/headerback.gif);
	background-repeat:repeat-x; 
}
#content {
	width: 750px;
	/* you might consider going to pixel-based fixed width, or %-based
	margins instead. Horizontal size of window increases as text pref increases
	so if older ppl increase text size, they they have to scroll
	horizontally as the #content div expands in width */
	background-color: #FFFAF0;
	border: 2px solid #07193C;/* removed 'single' - causes Firefox and
	opera to ignore border; 'single' is default*/
	padding: 1em 0;
	margin: auto;
	color: #07193C;
	line-height: 100%;
	background-image:url(images/headerback.gif);
	background-repeat:repeat-x;
}

#menubar {
	background-color: #07193C;
	width: 100%;
	height: 2em;
	padding-top: .5em;/* vertically centers links in horizontal menubar */
	}

a {
	text-decoration: none;
}
a:hover {
	color: #07193C;
	font-weight: bold;
	}
a:link {
	color: #2D616F;
	font-weight: bold;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a:link.blue {color:#003366; }
p.address {
	font-size: 125%; font-weight: bold; line-height: 125%;
}

#nav a {
	color: #FFFAF0;	
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	background: #07193C;
}

#nav img {
	border: none;
	margin: 0 .5em -2px 0;
}

#nav li#first {
	margin-left: 1em; /* moves top nav 1em right to move away from left edge */
}
#nav li li#top {
	margin-top: 10px; /* moves top nav 1em right to move away from left edge */
}
#nav li li a {
	display: block;
	font-weight: normal;	
	color: #FFFAF0;
	padding: 0.4em 10px;/* add to vertical padding to separate drop-down
	menu items vertically */
	text-align: left;/* text-align:center causes column-crunching */
	background: #07193C;
	width: 8.5em;/* have to give this a width or IE chokes */
}

#nav li li a:hover {
	/*padding: 0.2em 5px; this was causing the links to jump around on hover*/
	background-color: #5C8A96;/* change the dropdown link hover color here */
	}

#nav li {/* added #nav selector to separate top-level from drop-down li elements */
	float: left;
	width: 16%;
	/*width: auto; causes inconsistency in width of dropdown li -- use percentage instead*/
	position: relative;
	text-align: center;
	cursor: default;
/*	background: #07193C url(menusquare.gif) top left no-repeat;
*/	/*border-width: 1px 0;
	border-left-width: 1em;*/
	
	}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	background-color: #5C8A96;
	/*padding: 0.5em 0 1em 0; makes the drop-down ul look funny*/
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	clear: left;
	border: 0;
	width: 8em;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
}
h1, h2, h4 { color: #07193C;  font-family: " Georgia", "Times New Roman", serif; padding-left: 8px; line-height:1.25em;}
 }

h3 { color: #07193C;  font-family: " Tahoma", san-serif; font-size: 12px; font-variant: small-caps;
 }
h5 { line-height:120%;}

