body {
	background-color: #666;
	margin-top: 30px;
	font-family: "Lucida Grande";
	font-size: 9pt;
}

a, a:visited, a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: #A00;
}

.footer a, a:visited, a:active
{
	color: #777;
	text-decoration: underline;
}

.container {
	max-width: 700px;
	width: 700px;
	margin: 0 auto;
}

.header {
	background: url(header.png) no-repeat;
	width: 700px;
	height: 75px;
}

.nav {
	background: url(navbg.png) no-repeat;
	width: 695px;
	height: 26px;
	margin-left: 1px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

.navitem {
	margin-left: 0px;
}

.navitem_next {
	margin-left: -5px;
}

.content {
	background-color: white;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	max-width: 695px;
	margin-left: 1px;
	margin-right: 2px;
	padding: 20px;
	min-height: 375px;
}

.thecontent {
	opacity: 100;
}

.footer {
	background-color: white;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 695px;
	margin-left: 1px;
	color: #777;
	text-align: center;
	font-size: 8pt;
}
