body {
    background-color:#e4b870;
	font-family: sans-serif;
}

hr.cleaner {
	clear:both;
	height:1px;
	margin:-1px 0 0 0; padding:0;
	border:none;
	visibility:hidden;
}

p.title {
	background-color:#e4b870;
	color:black;
	font-size:125%;
	font-weight:bold;
	padding:5px;
}

p.small {
	font-size:75%;
}

p.ruleheader {
	font-weight:bold;
}

p.rulesubheader {
	margin-left:25px;
	font-weight:bold;
}

p.error {
	color:red;
	font-style:italic;
}

a.email {
	text-decoration:none;
}

table.news {
	margin-bottom:25px;
	width:99%;
}

table.news th {
	color:white;
	background-color:#378555;
	background:url('/images/green_cell_gradient.gif');
	font-weight:bold;
}

table.news th a {
	color:white;
	font-weight:normal;
}

table.news td {
	color:black;
	background-color:white;
}

#content {
	width:90%;
	margin:1em auto;
	border:1px solid black;
	text-align:left;
	max-width:1024px;
	background:url('/images/bkgr200.gif') top left repeat-y;
}

#header {
	width:100%;
	margin:0; padding:0.25em 0;
	font-size:175%;
	font-weight:bold;
	background-color:#378555;
	color:white;
}

#header span {
    padding-left: 0.5em;
}

#sidebar {
	float:left;
	width:200px;
	margin:0; padding:0;
}

#sidebar-content {
	margin:0; padding:0.5em 1em;
	font-size:80%;
	color:white;
}

#sidebar-content a {
	color:white;
	text-decoration:none;
}

#sidebar-content a:hover {
	color:#e4b870;
	text-decoration:underline;
}

#main {
	margin:0 0 0 200px; padding:0;
}

#main-content {
	margin:0; padding:0.5em 1em;
	font-size:100%;
}
