body {
	background-color: #ccc;
	font-family: arial, sans-serif;
	font-size: 9pt;
	margin: 0;
	text-align: center; /* center box div in IE5/Win */
	min-width: 700px; /* keep Gecko from squishing content */
}
ul, li {
	/* reset list display on all browsers */
	margin: 0;
	padding: 0;
}
img { /* IE5/Mac needs this */
	margin: 0;
	padding: 0;
}
div#skipnav {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1px; /* for IE5/Mac's benefit */
	margin-left: -1000px; /* move offscreen */
}
div#box {
	position: relative;
	background-color: #314671;
	width: 700px;
	margin: 0 auto;
	text-align: left; /* center box div in IE5/Win */
}
/* Hide following property from IE5/Mac \*/
div#box {
	padding-bottom: 28px;
}
/* End IE5/Mac hiding */
div#box img.title {
	/* title image */
	position: relative;
	top: 40px;
	left: 32px;
}
div#splash {
	position: relative;
	top: 40px;
	left: 0;
	width: 688px;
	height: 172px;
	background-color: #000;
}
div#splash img {
	float: right;
	
}
div#splash p {
	position: absolute;
	top: 40px;
	left: 0;
	width: 186px;
	text-align: right;
	color: #fff;
	font-size: 1.2em;
}
div#inner {
	position: relative;
	width: 688px;
	background-color: #2c452d;
	background-image: url(../images/greenpattern.gif);
	padding-bottom: 12px;
}
/* Hide following property from IE5/Mac \*/
div#inner {
	top: 28px;
}
/* End IE5/Mac hiding */
div#splash a {
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	color: #e9e4b8;
}
div#splash a:active {
	text-decoration: underline;
}
div#contact {
	right: 500px;
	top: 400px;
	position: absolute;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
}
div#contact address { font-style: normal; }
div#contact .licensed { font-size: 75%;}
div#content {
	position: relative;
	top: 0;
	left: 200px; /* for IE5/Mac's benefit */
	width: 464px;
	background-color: #fff;
	padding: 12px;
}
div#content img {
	margin: 0 0 12px 12px;
	border: none;
}
div#content p {
	line-height: 1.5em;
}
div#content a {
	color: #314671;
}
/*div#content a:hover {
	color: #000;
	background-color: #cdc;
}*/
div#content a:active {
	text-decoration: none;
}
div#nav {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 176px;
	padding: 0 0 40px 0;
	background-color: #425842;
	font-size: 1.1em;
}
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	color: #fff;
	margin: 8px 0 0 0;
	padding: 0;
}
div#nav ul li:nolink { color: #687968;}
div#nav ul li ul li {
	padding: 2px 0 0 48px;
}
div#nav a {
	text-decoration: none;
	color: #fff;
}
div#nav a:hover {
	background-color: #687968;
}
div#nav li:not(.nohover):hover, div#nav li.current {
	background-color: #687968;
}
div#nav a:active {
	text-decoration: underline;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
	color: #314671;
	margin: 0 0 .5em;
}
h4 {
	font-size: 1.1em;
}
p.signature {
	text-align: right;
}
p.warning {
	color: #c00;
	font-weight: bold;
}
p.statblock {
	margin-top: 0;
	font-weight: bold;
	font-size: 0.9em;
}
p.credit {
	font-size: .8em;
	color: #888;
	margin: 0;
}
form {
	background-color: #ececec;
	padding: 10px;
	border: 1px solid black;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 12em;
}
form p {
	margin: 2px 0;
	padding: 0;
}
fieldset {
	border: 1px solid #888;
	margin: 4px 4px 12px;
}
.rightcol {
	float: right;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {display: inline-block;} /* Fixes IE/Mac */
