body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
.menuCell {
	font-variant: small-caps;
	color: #666666;
	padding-top: 8px;
	padding-left: 0px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.locationCell {
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	color: #006600;
	font-variant: small-caps;
	text-transform: none;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 18px;
	font-weight: bold;
}
.pageCell {
	padding-left: 25px;
	padding-right: 10px;
}



.contentTable {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.contentTableCell {
	padding-top: 10px;
}

.contentShadow {
	filter:shadow(color:gray, strength:5, direction:135);
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.logoCell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	margin: 0px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
.contentsText {
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	overflow: scroll;
	height: 300px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contentsTextNoREsize {
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.strapLineCell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;

	padding-bottom: 30#;
	padding-left: 10px;
	text-align: left;
	width: 150px;
	padding-bottom: 20px;
}
.logoTable {
	background-color: #EDEBD5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #403F2B;
	border-right-color: #403F2B;
	border-bottom-color: #403F2B;
	border-left-color: #403F2B;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.solid {
	background-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 60%;
}
.contentsCell {
	width: 1000px;
	padding-right: 0px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


.logoTableCell {
	background-color: #EDEBD5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D7B55;
	border-right-color: #7D7B55;
	border-bottom-color: #7D7B55;
	border-left-color: #7D7B55;
}
.solidBottom {
	background-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
}
li {
	padding-bottom: 1ex;
}
ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited{
	text-decoration:none;
	color: #666666;
}
a:active{
	text-decoration:none;
	color: #666666;
}
a:hover{
	text-decoration:underline;
	color: #000000;
}
