body {	font-family: verdana, helvetica, arial, sans-serif;	margin: 0;	padding: 0;
    	color: white;
     font-size: 81%;
     background: right bottom  repeat-x black fixed;
}

a {
	text-decoration: underline;
	color: #bcc0fc;
}

a:hover {
	text-decoration: none;
	color: rgb(150,0,0);
}

a:visited {
	text-decoration: none;
	color: #bcc0fc;
}

.header {
	text-indent: 5px;
}

.header h1 {
	text-align: left;
	color: white;
	top: 0;
	left: 0;
	border-bottom: thin solid rgb(150,0,0);
	border-left: thin solid rgb(150,0,0);
	border-right: thin solid rgb(150,0,0);
	padding: 5px;
	position: absolute;
	background: rgb(34,2,0);
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
}

.menu {
	font-size: 100%;
	text-align: right;
	font-size: larger;
	position: absolute;
	vertical-align: top;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-right: 5px;
	border-bottom: thin solid rgb(150,0,0);
	border-left: thin solid rgb(150,0,0);
	border-right: thin solid rgb(150,0,0);
	background: rgb(34,2,0);
	padding: 5px 10px 5px 5px;
}

.menu a {
	text-decoration: none;
	color: rgb(200,0,0);
}

.menu a:hover {
	text-decoration: none;
	color: rgb(250,0,0);
}

.menu a:visited {
	text-decoration: none;
	color: rgb(200,0,0);
}

.body {
	padding: 5px;
	margin-top: 55px;
}

.section {
	border: thin solid rgb(150,0,0);
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	background: rgb(050,0,0);
	padding-top: 0;
	margin-bottom: 2ex;
}

.sectionhead {
	font-size: 140%;
	border-bottom: thin solid rgb(100,0,0);
	text-align: left;
	border-color: rgb(150,0,0);
	padding: 0;
	background: repeat-y url(/images/sectionheadbg.png) rgb(34,2,0);
}

.section p {
	padding-right: 5px;
	padding-left: 5px;
}
.footer {	border-color: gray;	border-top-style: solid;	border-width: thin;	font-size: 70%;
	text-align: center;
	bottom: 0;
	position: absolute;
	width: 100%;
	background: rgb(050,0,0);
	border-bottom-width: 1px;
	vertical-align: bottom;
}

.menu a#active {
	font-weight: bolder;
}


