body {
	background-color: #FEFCA9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

table, tr {
	margin: 0px;
	padding: 0px;
}

.body {
	color: black;
	font-family: Times New Roman;
	font-size: 15px;
	text-decoration: none;
	text-align: justify;
}

.bodycenter {
	color: black;
	font-family: Times New Roman;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
}

.dancebody {
	color: black;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
	text-align: justify;
}

.dancebodycenter {
	color: black;
	font-family: Times New Roman;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
}

.bodyleft {
	color: black;
	font-family: Times New Roman;
	font-size: 16.5px;
	text-decoration: none;
	text-align: left;
}

.bodyright {
	color: black;
	font-family: Times New Roman;
	font-size: 16.5px;
	text-decoration: none;
	text-align: right;
}

.address {
	color: black;
	font-family: Garamond;
	font-size: 16px;
	text-decoration: none;
	font-style: none;
	font-weight: bold;
	text-align: center;
}

.bodyheader {
	font-family: Garamond;
	font-size: 34px;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

a {
	font-family: Garamond;
	font-size: 16px;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Tahoma;
	font-size: 34px;
	letter-spacing: -1.5;
	color: #F38615;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: relative;
}

.menuItem {
	position: relative;
}

.menuLink {
	text-decoration: none;	
	color: #525252;
}

.menuLinkOpen {
	color: #056A9E;
	font-family: Garamond;
	font-size: 15px;
	text-decoration: none;	
	font-weight: bold;
}

.subMenu {
	position: relative;
	visibility: hidden;
}

.subMenuTable {
	position: absolute;
	top: -40px;
	left: 150px;

	border: 1px solid gray;
	border-top-width: 3px;
	border-top-color: #00CCCC;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	background-color: #FFFF99;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;

	opacity: .9;
}


.subMenuItem {
	margin: 0px;
	border: 0px;
	width: 160px;
	font-size: 17px;

	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;

	display: block;
	
}

.subMenuItemTd {
	margin: 0px;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:11px;
	
}


.subMenuItem:link, .subMenuItem:visited, .subMenuItem:active {
	color: black;
}

.subMenuItem:hover {
	color: white;
	background-color: #FF8800;
	cursor: hand;
}

.hr {
	margin: 3px;
	height: 1px;
	width: 194px;
	background: #999999;
}

#menuSpacer {
	width: 181px;
	height: 1px;
}

#separatorSpacer {
	width: 7px;
	height: 1px;
}

.supportBox {
	background-color: #3896C7;
}

#domainPanel {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	float: right;
	margin-right: 1em;
	margin-top: 60px;
}

H2 {
	color: #3896C7;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
}

.tableHeader {
	color: #3896C7;
	font-family: arial;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.tableData {
	color: #000000;
	background-color: #dddddd;
	font-family: arial;
	font-size: 14px;
	text-align: center;
}

.tableLink {
	color: #000000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.pageLink {
	color: #000000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;	
}

.formLabel {
	color: #3896C7;
	font-family: arial;
	font-size: 17px;
	font-weight: bolder;
	text-align: left;
}

.formData {
	color: #000000;
	background-color: #dddddd;
	font-family: arial;

	font-size: 14px;
	text-align: center;
}
