body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #000000;
}
a {
	color: #b50303;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	color: #FFFFFF;
	font-size: 24px;
}
#header a {
	color: white;
	text-decoration: none;
}
#menu {
	background: url(images/grad-gray.gif) #313031;
	margin-top: 10px;
}
#content {
	margin-top: 10px;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	padding: 1px 10px 10px 10px !ie;
}
#footer {
	margin-top: 10px;
	padding: 6px 20px 6px 20px;
	color: white;
	background: url(images/grad-gray.gif) #313031;
}

ul#navlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	float: left;
	color: #FFFFFF;
	background: url(images/grad-gray.gif) #313031;
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #9c9a9c;
}
#navlist a:hover, #navlist #current a {
	color: black;
	background: url(images/grad-silver.gif) #ced3d6;
}

.blockgray, .blockblue, .blocksilver {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	clear: both;
}
.blockgray {
	color: white;
	background: url(images/grad-gray.gif) #313031;
}
.blocksilver {
	background: url(images/grad-silver.gif) #ced3d6;
}

.error {
	color: #b50303;
}
.nowrap {
	white-space: nowrap;
}
