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

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

#header {
	background-color: #006;
	border-bottom: 1px solid #333;
	background-image:  url(Sturgeon.jpg);
	background-repeat: repeat-x;
	height: 95px;
}

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

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

.tallcap {
	font-size: 30px;
}

#nav {
	float: left;
	margin: 0;
	width: 170px;
	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: #336;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

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

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

#active a:hover {
	background-color: #999;
	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: #AE7439;
	font-size: 125%;
	margin: 0;
	font-weight: lighter;
}

#content h3 {                 /* This is the page subtitle */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	color: #000;
	font-size: 115%;
	margin: 0;
}

#content h4 {                 /* This is the paragraph heading */
	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: #f3f3f5;
	border-top: 1px solid #333;
}

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

.colorcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #c96;
}

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

.question {
	font-style: italic;
	font-weight: bold;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
}

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

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