* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Arial";
	font-size: .75em;
	background-color: #666;
}
div#content {
	width: 770px;
	margin: 0 auto;
}
div#header {
	float: left;
	height: 126px;
	width: 765px;
	background: url('images/headerbg.gif');
	background-repeat: repeat-x;
}
div#headerImage {
	float: left;
	width: 400px;
}
div#main {
	width: 754px;
	background: url('images/bg_154434.png');
	border: 1px solid #fff;
	padding: 7px;
}
div#footer {
	background: #666;
	height: 20px;
	width: 760px;
	color: #fff;
	text-align: right;
	padding: 5px 5px 0px 0px;
}
div#stage {
	font-size: 1.2em;
	line-height: 1.7em;
	width: 723px;
	color: #fff;
	background: #1c1c1c;
	border: 1px solid #fff;
	margin: 5px;
	padding: 7px;
}
div#nav {
	background-color:#990000;
	color: #fff;
	text-align: right;
	padding: 0px 5px 0px 0px;

}
div.full {
}
div.clearFloats {
	clear: both;
}
p.bodyText {
	margin: 5px 0px 10px 10px;
}
div.signatures {
	margin-left: 10px;
	font-size: 1.3em;
	margin-bottom: 1em;
}
div.foot {
	margin: 20px;
	font-weight: bold;
}
p.image {
	text-align: center;
	padding: 10px 0px;
}

a.navlinks {
	color: #fff;
}
.list li {
	list-style-type: none;
	margin-left: 10px; 
	padding: 2px;
}
h1 {
	font-size: 1.3em;
	line-height: 2em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h3.line {
	margin-top: 15px;
	border-top: 1px solid #fff;
}
h1,h2,h3 {
	margin-top: 5px;
	margin-left: 10px;
}
div.right {
	float: right;
	width: 340px;
	text-align: right;
	margin-right: 15px;
}
div.left {
	float: left;
	width: 340px;
}
div#showContainer {
	border: 1px solid #000;
	height: 720px;
	background-color: #eee;
}
h1.dark {
	color: #000;
}
a {
	color: #5f9fff;
}

