body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: #4f2f12;
	overflow: hidden;
}

table#main_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

td.verticalDivider {
	width: 4px;
	padding: 0px 0px 0px 0px;
}

td#logo {
	height: 118px;
	width: 128px;
	background-image: url("../img/logo.gif");
}

td#logo a {
	display: block;
	height: 100%;
	width: 100%;
}

td#headerImg {
	width: 560px;
	padding: 0px 0px 0px 0px;
	background-image: url("../img/hd_home.gif");
}

td.horizontalDivider {
	height: 5px;
	vertical-align: top;
}

td.horizontalDivider div {
	width: 100%;
	height: 1px;
	color: #4f2f12;
	background-color: #4f2f12;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
}

a.menuItem {
	margin: 20px 0px 0px 0px;
	display: block;
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-align: right;
	padding: 3px 16px 3px 3px;
	text-decoration: none;
	color: #4f2f12;
}

a.menuItemSelected {
	margin: 20px 0px 0px 0px;
	display: block;
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-align: right;
	padding: 3px 16px 3px 3px;
	text-decoration: none;
	background-color: #4f2f12;
	color: white;
}

a.menuItem:hover {
	background-color: #4f2f12;
	color: white;
}

div.subMenu {
	background-color: #c2b9a7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #c2b9a7;
}

a.subMenuItem {
	margin: 10px 0px 10px 0px;
	display: block;
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-align: right;
	padding: 3px 16px 3px 3px;
	text-decoration: none;
	color: #4f2f12;
}

a.subMenuItemSelected {
	margin: 10px 0px 10px 0px;
	display: block;
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-align: right;
	padding: 3px 16px 3px 3px;
	text-decoration: none;
	color: white;
}

a.subMenuItem:hover {
	color: white;
}

.selected {
	 color: white;
}

td#content_cell {
	text-align: center;
	vertical-align: bottom;
	background-color: #ffffff;
	width: 560px;
}

iframe#content_frame {
	width: 560px;
	height: 460px;
	border: none;
	background-color: #ffffff;
}

#description {
	padding: 0px;
	width: 100%;
	height: 400px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

p {
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-align: left;
	margin: 2px 62px 0px 0px;
	line-height: 1.5em;
}

p a {
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #4f2f12;
}

p a:hover {
	text-decoration: underline;
}

