body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	background-color: #000000;
}
a:link {
	color: #F5551E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F5551E;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
#wrapper {
	width:800px;
	margin: auto;
}
#topbar {
	width:800px;
	height: 134px;
	background-image: url(../topbarvideo.gif);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	padding-top: 12px;
}
#content {
	width: 800px;
	padding-top: 10px;
}
#footer {
	width: 800px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#signoff {
	float: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5551E;
	margin: 0px;
	background-color: #3D3D3D;
	line-height: 22px;
	padding-left: 5px;
}
