
html { height: 100%; margin-bottom: 1px; }

body {
	text-align: center;
	background-color: black;
}

.clsFW {
	width: 800px;
}

a.clsNav {
	padding-bottom: 0px;
	text-decoration: none;
	color: white;
	font-size: 13pt;
	font-family: arial, sans, serif;
}

a.clsNav:hover {
	color: white;
	text-decoration: underline;
}

a#curPage {
	color: white;
	text-decoration: underline;
}

td.clsPadLR {
	padding-left: 12px;
	padding-right: 12px;
}

td.clsPadL {
	padding-left: 12px;
	padding-right: 0px;
}

td.clsPadR {
	padding-left: 0px;
	padding-right: 12px;
}

#dvTop {
	text-align: left;
    padding-top: 10px;
	padding-bottom: 0px;
}

#dvNav {
	background: black;
	text-align: right;
}

#tblNav {
	border-style: none;
	border-collapse: collapse;
	background: black;
	display: inline;
}

#dvMid {
	background: black;
	color: white;
	text-align: left;
	padding-top: 30px;
	font-family: arial, sans, "sans serif";
}


#dvBtm {
	padding-top: 100px;
	color: white;
	font-size: 10pt;
	font-family: arial, sans, "sans serif";
}


#Logo {
	border: 0;
	display: block;
}

#MainImage {
	width: 790px;
	border-style: solid;
	border-width: 5px;
	display: block;
}