@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/home-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a   { color: #191970; text-decoration: none }
a:hover   { color: #191970; text-decoration: underline }
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#page #masthead {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 131px;
	width: 980px;
	margin-top: 10px;
	text-align: center;
}
#page #masthead h1 {
	display: none;
}
#page #masthead h2 {
	display: none;
}
#page #nav {
	float: left;
	width: 157px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
}
#page #nav a {
	color: #000000;
	padding-right: 19px;
	display: block;
	margin: 0px;
}
#page #nav a:hover {
	color: #C23832;
	text-decoration: none;
}
#page #nav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-image: url(images/graybox.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	text-align: right;
}
#page #nav p:hover {
	background-image: url(images/redbox.gif);
}
#page #nav .current {
	background-image: url(images/redbox.gif);
}
#page #content {
	margin-left: 214px;
	width: 600px;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
}
#page #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
#page #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.dropcap {	float: left;
	font-family: "Old English", Georgia, serif;
	font-size: 300%;
	line-height: 0.85em;
	margin-right: 0.05em;
	margin-bottom:-0.25em;
	font-style: italic;
}
#page #content .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 50px;
}
