body {
	background-color: #1a0b0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #B6371F;
}

a:hover {
	text-decoration: none;	
}

a:visited {
	color: #B6371F;
}



#navcontainer { width: 200px; }

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #1a0b0f;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #b6371f;
	color: #fff;
}

#navcontainer #navlist #active #current {
	background-color: #b6371f;
	color: #e8b652;
	font-weight: bold;
}

fieldset {
	width: 90%;
	background: #CEC3C7;
	border: #1A0B10 groove 3px;
}

label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding-top: 4px;
}

legend {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #B6371F;
}
