body {
	background-image: url(../images/bg.gif);
}

td#whiteCell {
	padding: 8px 8px 0px 8px;
}

td#navigationCell {
	padding: 65px 0px 23px 30px;
}
a.MainNav:link, a.MainNav:visited, a.MainNav:hover {
	font-family: Helvetica, Veradana, Arial;
	font-size: 17px;
	color: #f1e5c8;
	line-height: 19px;
	margin-right: 30px;
	text-decoration: none;
}
a.MainNav:hover {
	color: #ffffff;
}
a.MainNavActive:link, a.MainNavActive:visited, a.MainNavActive:hover {
	font-family: Helvetica, Veradana, Arial;
	font-size: 17px;
	color: #ffffff;
	line-height: 19px;
	margin-right: 30px;
	text-decoration: none;
}

a.subnav:link, a.subnav:visited, a.subnav:hover {
	font-family: Helvetica, Veradana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #7d6a55;
	line-height: 26px;
	text-decoration: none;
}
a.subnav:hover {
	color: #cc0000;
}
a.subnavActive:link, a.subnavActive:visited, a.subnavActive:hover {
	font-family: Helvetica, Veradana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
	line-height: 26px;
	text-decoration: none;
}

td#contentCell {
	padding: 20px;
	background-color: #f1e5c8;
}

td#contentArea {
	font-family: Helvetica, Veradana, Arial;
	font-size: 13px;
	color: #7d6a55;
	line-height: 21px;
	border-left: 1px solid #7d6a55;
	padding-left: 20px;
}

.Heading {
	font-size: 16px;
	font-weight: bold;
}

td#imageDescription {
	font-family: Helvetica, Veradana, Arial;
	font-size: 17px;
	color: #7d6a55;
	line-height: 20px;
	padding-left: 19px;
}
td#imageDescription p {
	margin-left: 19px;
}

/* Shadow Styles */
#shadowRight {
	background-image: url(../images/shadow_right.png);
}
* html table tr td#shadowRight {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow_right.png',sizingMethod='scale');
}
#shadowBottom {
	background-image: url(../images/shadow_btm.png);
}
* html table tr td#shadowBottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow_btm.png',sizingMethod='scale');
}
/* Shadow Styles */