body {
    background: #660000;
    margin: 0px; 
    padding: 0px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

div#newheader {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding: 1ex 1ex 1ex 1ex;
	color: white;
	vertical-align: middle;
	white-space: nowrap;
	font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
}

div#redside {
	position: absolute;
	top: 20ex;
	left: 5px;
	width: 170px;
	z-index: 100;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	color: white;
	text-align: center;
}

div#redside a {
	color: white;
}

div#links {
	padding: 2px 0px 2px 0px;
	text-align: center;
	width: 100%;
	background: #F5F5F5;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	border-top: 5px double lightgray;
	border-bottom: 5px double lightgray;
}


div#links a {
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
	border-right: 1px dotted black;
	border-left: 1px dotted black;
	color: black;
	background: #F5F5F5;
	white-space: nowrap;
}

div#links a:hover {
	color: #F5F5F5;
	background: black;
	white-space: nowrap;
}

div#content {
	margin: 2ex 180px 2ex 180px;
	color: black;
	background: white;
	padding: 2em;
	border: 5px double lightgray;
}

fieldset.rfloat {
	clear: right;
	float: right;
	width: 50%;
	font-size: 14px;
	margin-left: 3em;
	margin-right: 2em;
	border: 3px double lightgray;
	border-top: 3px solid lightgray;
	margin: 1em 0em .25em .25em;
}

img.rf {
	float: right;
	margin: -1em -1em 0em 1em;
}

legend {
	font-weight: bold;
}


div#content h2 {font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;}

dt {font-weight: bold;}
dd {margin-bottom: 0.75em;}
div#content a:link {color: blue;}
div#content a:visited {color: #333;}

