body {
background: #202020;
color: white;
font-family: "Arial", Sans-serif;
font-size: 67.5%;
}

form {
}

form dl dd {
margin: 0;
padding: 0;
}

form dl dt {
font-size: 1.2em;
font-weight: bold;
margin: 0 0 2px 0;
padding: 0;
}

input.text {
color: #333;
font-size: 1.2em !important;
padding: .3em;
}

	input.long { width: 250px; }
	
legend {
background: #202020;
border: 1px solid #888;
font-size: 1.2em;
margin-top: 10px;
padding: 5px 10px;
}

#banner {
float: left;
}

	#banner h1 {
	font-weight: 100;
	font-size: 2.3em;
	letter-spacing: -1px;
	margin-left: 10px;
	width: 800px;
	}
	
	#banner h1 span {
	color: #cc0000;
	}
		
#bottom {
background: transparent url(content-bottom.png) top left no-repeat;
display: inline;
float: left;
height: 10px;
margin: 0;
padding: 0;
width: 920px;
}

#content {
background: #cc0000 url(content-fade.png) top left no-repeat;
display: inline;
float: left;
margin-left: 10px;
padding: 10px;
width: 880px;
}

	#content h1 {
	margin: 0px 0 10px 0;
	padding: 0;
	}

	#content p {
	font-size: 1.2em;
	line-height: 1.2em;
	}

#footer {
color: #444;
float: left;
font-size: 1em;
margin-left: 10px;
margin-top: 10px;
width: 900px;
}

	#footer a { color: #666; }
	#footer span { color: #cc0000; }

#frame {
float: left;
left: 50%;
margin-bottom: 20px;
margin-left: -450px;
margin-top: 15px;
position: absolute;
width: 900px;
}

#middle {
background: transparent url(content-middle.png) top left repeat-y;
float: left;
display: inline;
margin: 0;
padding: 0;
width: 920px;
}

#nav {
clear: left;
font-size: 1.1em;
float: left;
margin: 10px 0 0 -220px;
text-transform: capitalize;
width: 200px;
}

#nav ul {
margin: 0;
padding: 0;
text-align: right;
list-style: none;
}

#nav ul.main {
margin: 0px 0;
}

#nav ul li {
margin-bottom: 8px;
}
	
	#nav ul li a {
	color: white;
	text-decoration: none;
	}
	
	#nav ul li a:hover, #nav ul li.on a {
	color: #cc0000;
	}

#top {
background: transparent url(content-top.png) top left no-repeat;
float: left;
display: inline;
height: 10px;
margin: 0;
padding: 0;
width: 920px;
}

		.block {
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
		}
		
		.block a {
		color: gold;
		}

		.subnav {
		background: #202020;
		border: 1px solid #888;
		height: 30px;
		font-size: 1.2em;
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
		width: 100%;
		}
		
		.subnav li {
		float: left;
		margin: 6px 5px 0 10px;
		}
		
		.subnav li a {
		color: white;
		font-weight: bold;
		}
		
		.subnav li a:hover, .subnav li a.on {
		color: gold;
		}
		
		.tree {
		list-style: none;
		}
		
		.tree li {
		background: url(folder.png) top left no-repeat;
		font-size: 1.2em;
		font-weight: bold;
		margin: 0 0 2px 0;
		padding-left: 20px;
		}
		
		.tree li.no {
		color: #ccc;
		}
		
		.tree li a {
		color: gold;
		}
		
		/* looks like a table, but it aint */
		
		.table {
		border: 1px solid #ccc;
		margin-bottom: 15px;
		width: 550px;
		}
		
		.table dt {
		background: #333;
		color: white;
		height: 18px;
		overflow: hidden;
		padding: 5px;
		}
		
		.table dd.sub {
		background: #e1e1e1;
		border-top: 1px solid #ccc;
		color: black;
		font-size: 1em;
		font-weight: bold;
		padding: 5px;
		margin: 0;
		}
		
		.table dd.item {
		background: white;
		border-top: 1px solid #ccc;
		color: #444;
		font-size: 1em;
		margin: 0;
		padding: 5px;
		}
		
		.table dd.item a {
		color: #cc0000;
		font-weight: bold;
		margin-left: 10px;
		}
		
		.table p {
		color: white;
		float: left;
		font-size: 1em;
		margin-top: 0px;
		}
		
		.table dt ul {
		float: right;
		font-size: 1em;
		list-style: none;
		margin-right: 10px;
		}
		
		.table ul li {
		float: left;
		margin-left: 10px;
		}
		
		.table ul li a {
		color: gold;
		}
		
		.table dd {
		background: white;
		padding: 4px;
		}

		/* standard table for data */
		
		table {
		background: white;
		border-collapse: collapse;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		border-top: 1px solid #888;
		font-size: 1.2em;
		margin-bottom: 15px;
		width: 100%;
		}
		
		table tr.odd {
		background: #e1e1e1;
		}
	
		table tr td a {
		color: #cc0000;
		font-weight: bold;
		}
				
		table caption {
		background: black;
		border: 1px solid #888;
		color: white;
		margin-left: -1px;
		padding: .5em;
		text-align: left;
		}
		
			table caption a {
			color: gold;
			}
		
		table img {
		border: none;
		}
	
		table td {
		border-bottom: 1px solid #888;
		border-left: 1px solid #888;
		color: #333;
		padding: .5em;
		text-align: left;
		vertical-align: top;
		}
		
		table td.center {
		text-align: center;
		}

		table th {
		background: #990000;
		border-left: 1px solid #888;
		border-bottom: 1px solid #888;
		color: white;
		padding: .5em;
		text-align: left;
		vertical-align: top;
		}

		.warning {
		background: url(error.png) top left no-repeat;
		color: gold;
		font-weight: bold;
		padding: 1px 0 0 22px;
		}