* {
	margin: 0;
	padding: 0;
}

body {
	background: #990000;
	color: #323232;
	font: 14px "Trebuchet MS", Verdana, sans-serif;
}

.separator {
	clear: both;
	width: 800px;
}

a, .link {
	color: #720000;
	text-decoration: none;
	border-bottom: 1px dashed;
	line-height: 20px;
}

a:hover {
	color: #330001;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #B30000;
	line-height: 250%;
}

h3 {
	font-weight: lighter;
	color:#666666;
	line-height: 210%;
	font-size: 20px;
}

h4 {
	font-size: 14px;
	color:#000000;
	margin: 5px 0 -10px 0;
	line-height: 180%;
	font-weight: bold;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

hr {
	clear: both;
	height: 1px;
	visibility: hidden;
}

p, ul {
	margin-top: 10px;
}

#wrapper {
	background: #990000 url("/images/background.gif") repeat-y 0px 0px;
	width: 840px;
	margin: 0px auto;
}

#header {
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	margin: 0px auto;
}

#header a {
	display: block;
	width: 800px;
	height: 100px;
	float: left;
	text-decoration: none;
	border: none;
	line-height: 25px;
}

#header a h1 {
	font-size: 250%;
	font-weight: lighter;
	text-align: center;
	float: left;
	margin: 20px 0 10px 40px;
}

#header a h5 {
	clear: both;
	float: left;
	margin-left: 40px;
}

#mainbody {
	width: 800px;
	margin: 0px auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

#mainbody ul {
	margin-left: 20px;
}

#footer {
	background: transparent url("/images/bgOFF.gif") repeat-x top left;
	border-top: 4px solid #B30000;
	text-align: center;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	font-size: 11px;
	font-weight: bold;
}

#navigation {
	background: transparent url(images/bgOFF.gif) repeat-x top left;
	border-top: 4px solid #B30000;
	width: 800px;
	margin: 0px auto;
	display: block;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 39px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;	
	margin-left: 10px;
	padding: 0;
	width: auto;
}

#navigation ul li {
	
	display: block;
	float: left;
	margin: 0;
	background: none;
	padding: 0;
}
#navigation ul li a {
	background: transparent url(images/bgDIVIDER.gif) no-repeat top right;
	color: #666;
	display: block;
	float: left;
	height: 23px;
	padding: 11px 20px 0 20px;
	text-decoration: none;
	border: none;
	line-height: 15px;
}

#navigation ul li a:hover,#navigation ul li a.current {
	background: #fff url(images/bgON.gif) no-repeat top right;
	color: #B30000;
}

#sub {
	clear: both;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	width: 800px;
	color: #000;
}

#sub ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
	margin-left: 10px;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 220px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}

table {
	border: 1px solid;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}

td, th {
	text-align: center;
	border: 1px solid;
	padding: 3px 10px;
}

.copy {
	float: left;
	padding: 8px 0 5px 20px;
}

.main {
	float: right;
	padding: 8px 20px 5px 0;
}