body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #660000;
	background-color: #FFFFFF;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #660000;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #660000;
}
h4 {
	font-size: 1.2em;
	font-style: italic;
	color: #660000;
}
h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #660000;
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}
ul {
	font-weight: bold;
	list-style-type: disc;
	margin: 10px;
	text-align: left;
	padding: 10px;
}

table,td {
	border-collapse:collapse;
}
#MainTable {
	width: 800px;
	height: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#Maintd {
	height: 10px;
}
#HeaderTable {
	height: 50px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	width: 800px;
	border: 2px solid #660000;
}
#HeaderTable td {
}
#HeaderCenter {
	text-align: center;
	vertical-align: top;
	width: 650px;
}
#HeaderLeft {
	width: 150px;
}
#ContentTable {
	width: 800px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
}
#ContentLeft {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #660000;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

#FooterTable {
	height: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#FooterTable td {
	background-color: #660000;
	height: 20px;
}
#FooterLeft {
	width: 150px;
	vertical-align: top;
}
#FooterCentre {
	width: 600px;
	vertical-align: middle;
}

#ulTopNav {
	color: #FFFFFF;
	list-style-type: none;
	width: 100%;
	height: 15px;
	display: inline;
	text-align: center;
	list-style-image: none;
}
#ulTopNav li a:link, #ulTopNav a:visited, #ulTopNav a:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline;
	width: 16%;
	float: left;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
#ulTopNav li a:hover, #ulTopNav a.current:link, #ulTopNav a.current:active {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	width: 16%;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	color: #660000;
	height: 20px;
}
#Navtdleft {
	width: 200px;
	background-color: #660000;
}
#InfoTable {
}
#tdInfoTable {
	width: 300px;
	padding: 1em;
}
#SmallTable {
	text-align: center;
	border: 1px solid #660000;
	width: 100px;
}
caption {
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
}
#ContentRight {

	vertical-align: top;
}

