body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#c1b583;
	color: #000;
}

#pageframe {
	width: 750px;
	margin: 18px auto;
	background-color: #fff;
	color: #000;
	border: 3px solid #152D19;
	text-align: left;    /* Cancels the text-align center above which is needed to center the pageframe block */
}

#header {
	background-color: #000;
	border-bottom: 1px solid #746838;
	background-image:  url(Header2.jpg);
	height: 100px;
}

#header h1 {
	margin: 0px 0px 0px 0px;
	padding: 55px 5px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 1px;
}

#header h2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	font-style: italic;
	color: #fff;
	background-color: #000;
 	background-image:  url(stripe3.gif);
}

#nav {
	float: left;
	margin: 0;
	width: 160px;
	padding: 30px 10px;
}

#nav ul {
	margin: 0;     /* This and the one below remove standard list left indendation */
	padding: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#nav a {
	display: block;     /* To achieve a roll-over */
	padding: 5px;
	width: 150px;        /* Setting width here in nav a makes the entire block active */
	color: #fff;
	background-color: #51492A;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

#nav a:hover {
	background-color: #2A4551;
	color: #fff;
}

#active a {
	display: block;
	color: #fff;
	background-color: #B9AA6E;
	width: 150px;
	padding: 5px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

#active a:hover {
	background-color: #B9AA6E;
	color: #fff;
}

#content {
	margin-left: 190px;
	border-left: 1px solid #333;
	padding: 25px;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000;
	line-height: 140%;
	margin-top: 0;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #152D19;
	font-size: 120%;
	margin: 0px 0px 20px 0px;
}

#content h3 {                 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CA0215;
	font-size: 90%;
	margin: 0px 0px 10px 0px;
}

#content h4 {                 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 0.3em;
	color: #AA0000;
	margin-top: 1.5em;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	text-align: center;
	background-color: #FFFFDF;
	border-top: 1px solid #333;
}

#footer p {
	font-size: 75% ;
}

#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000;
	line-height: 140%;
}

#content li {
	margin-top: .7em;
}

#content tr {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000;
	}
	
.boxright {
	float: right;
	width: 160px;
	margin: 0px;
	padding: 5 px;
}

.boxbody2 {            /* This is the blue box on any page */
	margin: 0px;
	padding: 10px;
	background-color: #FFFFDF;
	color: #000;
	line-height: 140%;
	border-top: 2px dashed #51492A;
	border-bottom: 2px dashed #51492A;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
}
