body {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	background-color: #000;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1 {
	display: block;
	margin: 0px;
	padding: 3px;
	clear: both;
}

h2 {
	display: block;
	width: 100%;
	margin: .5em 0em;

	font-family: Copperplate Gothic Light, arial;
	font-size: 15px;
	color: #efefef;
	text-align: center;

	padding-bottom: 3px;
	background-image: url("./webobjects/hu.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#frame {
	width: 950px;
	padding: 10px;
	margin: 0px auto;
}

#header {
	width: 700px;
	height: 80px;
	margin: 0px;
	text-align: center;
}

#nav {
	width: 250px;
	margin: 0px;
	margin-bottom: 1em;
	float: left;
}

#nav > img {
	margin: .25em 0em;
}

#nav > div {
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}

.readmore {
	float: left;
	margin: 0px 2px 2px 0px;
}

.start {
	background-color: #efefef;
	border-color: #9c9c9c;
}

.start hr {
	color: #9c9c9c;
	background-color: #9c9c9c;
}

.stop {
	background-color: #f96;
	border-color: #f30;
	background-image: url("./webobjects/stop.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.stop hr {
	color: #f30;
	background-color: #f30;
}

.caution {
	background-color: #ff6;
	border-color: #ff0;
	background-image: url("./webobjects/exclamation.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.caution hr {
	color: #ff0;
	background-color: #ff0;
}

.go {
	background-color: #9f9;
	border-color: #0f3;
	background-image: url("./webobjects/checkmark.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.go hr {
	color: #0f3;
	background-color: #0f3;
}

.sub {
	text-align: center;
}

#main {
	width: 685px;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 1em;
	text-align: left;
	float: right;
}

#main > div {
	padding: 4px;
	border-width: 1px;
	border-style: solid;
}

.quote {
	margin: 3px;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-left-width: 3px;
	border-color: #000000;
	background-color: #dfdfdf;
	font-size: 12px;
	font-color: #333;
}

.dropbox {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.dropbox input {
	width: 15px;
	font-size: 15px;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #efefef;
}

.dropdownhide {
	display: none;
}

.dropdownshow {
	display: show;
}

.displaybox {
	margin: 0px;
	margin-left: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 12px;
	font-color: #333;
}

.spacer {
	clear: both;
}

.comments {
	margin: 0px;
	margin-bottom: 3px;
	margin-right: 33px;
	float: right;
}

.feed_headline {
	margin-top: 1em;
}