body {  
	background: url(headerbkgd.jpg) #E3D7C3 repeat-x;
	margin: 0px;
	padding: 0px;
	}

H1 {	
	font: normal normal 22pt/27pt Arial, Helvetica, sans-serif;
	color: #330000;
	}

H2 {	
	font: normal bold 16pt/18pt Arial, Helvetica, sans-serif;
	color: #330000;
	}

H3 {	
	font: normal bold 14pt/16pt Arial, Helvetica, sans-serif;
	color: #330000;
	}

H4 {	
	font: normal bold 10pt/12pt Arial, Helvetica, sans-serif;
	color: #330000;
	}

H5 {	
	font: normal bold 10pt/12pt Arial, Helvetica, sans-serif;
	color: #330000;
	}

a { text-decoration: none}
a:link { color: #bb4E25}
a:hover {  text-decoration: underline}
a:visited {  color: #bb4E25}
a:visited:hover {  text-decoration: underline}

#HeaderLeft {
	position: absolute;
	left:0px;
	top: 0px;
	width: 300;
	height: 120px;
	z-index: 2
	}

#HeaderRight {
	position: absolute;
	right:0px;
	top: 0px;
	width: 340;
	height: 120px;
	z-index: 1
	}

.Content {
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	z-index: 3
	}

.Content td {
	font: normal normal 10pt/12pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: top;
	text-decoration: none; 
	}

.Content th {
	text-align: center;
	vertical-align: top;
	}