
body{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-family: arial;
}

h1, h2, h3{
	margin: 0px;
}

p{
	margin: 0px;
}

ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#container{
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div#header{
	height: 57px;
	border: 1px solid #006600;
	border-bottom-width: 3px;
	background-color: #000000;
	text-align: right;
}

div#header img#logo{
	float: left;
}

div#header h2{
	line-height: 50px;
	padding-right: 10px;
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
}

div#content{
	clear: both;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	padding: 10px 10px 20px;
	background-color: white;
}

div#footer{
	padding: 2px 5px;
	text-align: right;
	border: 1px solid #006600;
	border-top-width: 3px;
	font-size: 0.7em;
	background-color: #000000;
	color: white;
}

div.rightbox{
	float: right;
	width: 170px;
	margin: 0px 0px 5px 5px;
	font-size: 0.8em;
	background-color: #000000;
	color: #00FF00
}

/* NOTE: this extra div is used to still get a border when JS is disabled */
div.box_content{
	border: 1px solid black;
	padding: 10px 10px;
}

div.box_content h3{
	border-bottom: 2px solid #006600;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 1.1em;
}

div.box_content div{
	clear: both;
	padding: 2px 0px;
}

div.box_content label{
	float: left;
	width: 4.5em;
	margin-right: 10px;
	font-weight: bold;
}

div.box_content p{
	float: left; /* <spooky>They all float down here</spooky> */
}

#mot{
	float: right;
	clear: right;
}
