BODY {
	background:url(images/bkgd.jpg) #F1E6DD repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	color: Maroon;
}
P{
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #000;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0.3em 0;
	margin: 0;
	clear: both;
}
.indented {
	padding-left: 3.0em;
	display:block;
}
H1{
	color : #339;
	font-size : 1.5em;
	font-weight : bold;
	text-transform: uppercase;
	text-align : center;
	font-family : Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0.2em 0;
}
H2{
	color : #339;
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
	font-family : Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0.2em 0;
}
H3{
	color : #339;
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
	font-family : Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	margin: 0;
	padding: 0.2em 0;
}
H4{
	color : #339;
	font-size : 1.1em;
	font-weight : bold;
	text-align : left;
	font-family : Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	margin: 0;
	padding: 0.2em 0;
}
.Title {
	font-family: "Monotype Corsiva","Courier New", Courier, monospace;
	font-size: 2em;
	padding: 0;
}
.subhead {
	font-family: "Monotype Corsiva", "Courier New", Courier, monospace;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #339;
	text-transform:uppercase;
}
.highlight{
	font-weight:bold;
	color:#339;
}
.accented_highlight{
	color: #339;
	font-style:italic;
}
.left {
	position: relative;
	float: left;
	padding-right: 1.0em;
	clear: both;
}
.right {
	position: relative;
	float: right;
	padding-left: 1.0em;
	clear: both;
}

A:link {
	font-weight: bold;
	color: #339;
}
A:active {
	color : #900;
}
A:visited {
	color : #393;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00f;
	font-size: 0.9em;
	font-weight: 800;
	list-style-image:url(images/blip.gif);
}
li {
	padding-bottom: .3em;
}
.nav {
	font-family :Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	font-size: 1.0em;
	color : #FFF;
	text-decoration : none;
	padding-bottom: 0.7em;
}
.nav_title {
	font-size: 1.5em;
}

#click {
	text-align: center;
	font-size: .7em;
}
#menu {
	position:absolute;
	top: 1em;
	left: 0;
	text-indent: 1em;
	background-image:url(images/NavTop3.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
	width: 190px;
	padding-top: 140px;
	/*height: 866px;*/
	height: 900px;
}
#content {
	position: relative;
	top: 1em;
	left: 250px;
	padding-right: 20em;
	color: #00f;
}
#footer {
	position: absolute;
	top: 600px;
	left: 600px;
	font-size: .6em;
	width: 100em;
}
.copyright {
	clear: both;
	float: right;
	font-size: .6em;
	padding: 1em;
}
