body {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
}
div.nav {
	background: url(images/bottomdotback.gif) top right repeat-x;

	float: left;
}
div.nav#wide{
	width: 400px;
}
div.nav#narrow{
	width: 20%;
}
div.content {
	width: 80%;
	float: left;
	background: url(images/bottomdotback.gif) top left repeat-x;
}
.navlink div {
	width: 150px;
	/*height: 34px;*/
	font-style: italic;
	list-style: none;
}
.navlink div {
	padding-left: 25px;
}
.navlink:hover div {
	background: url(images/lancelance.gif) top left no-repeat;
}
.navlink {
	float: left;
	color: #005e93;
	font-size: 16px;
	font-family: Times, Serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 18px;
}
.content-header {
	margin: 8px 0 0 0;
}
.content h2 {
	font-size: 18px;
}
li {
	margin-bottom: 1em;
}
div#footer {
	font-size: 16px;
	color: #CC0000;
	border-top: 3px solid #CC0000;
	margin-top: 8px;
	text-align: right;
}