body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bg-color{
	background-color: #816F59;
}
.top{
	background-color: #FEF5DF;
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #75071D;
}
.bottom{
	background-color: #C6BF8B;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #816F59;
}
.footer{
	font-size: 10px;
	text-align: center;
}
.footer a{
	color: #000000;
}
.footer a:hover{
	color: #7B1316;
}
.footer a:visited{
	color: #000000;
}
.footer a:visited:hover{
	color: #7B1316;
}

.slogan{
	font-size: 16px;
	text-transform: uppercase;
	color: #674A3B;
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
}
.content-bg {
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	color: #7B1316;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/bg-h1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 15px;
	vertical-align:bottom;
}
h2 {

	color: #7B1316;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:5px;
}
.navigation {
	font-weight: bold;
	text-transform: uppercase;
	color: #544A3A;
	padding-right: 10px;
	padding-left: 10px;
}
.navigation a{
	color: #544A3A;
	display: block;
	width: 100%;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #77151D;
}
.navigation a:hover{
	color: #ffffff;
	background-color: #7B1316;
}
.navigation a:visited{
	color: #544A3A;
}
.navigation a:visited:hover{
	color: #ffffff;
}
.subnavigation {
	font-weight: bold;
	text-transform: uppercase;
	color: #544A3A;
	padding-left: 10px;
	font-size: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.subnavigation a{
	color: #544A3A;
	display: block;
	width: 100%;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.subnavigation a:hover{
	color: #ffffff;
	background-color: #7B1316;
}
.subnavigation a:visited{
	color: #544A3A;
}
.subnavigation a:visited:hover{
	color: #ffffff;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 15px;
}
.content a, a:visited {
	color:#7B1316;
}
.content a:hover, a:visited:hover {
	color:#674A3B;
}
	
.zone2-bg {
	background-image: url(images/zone2-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ContactTitle {
	font-size: 14px;
	font-weight: bold;
	color: #7B1316;
}
.highlight {
color:#674A3B;
font-weight:bold;
}
ul {
	list-style-image: url(images/bullet.gif);
	margin-bottom:8px;
	padding-bottom:0px;
}

li {
	padding-bottom:8px;
}
.ContactEntrylabel {
	font-weight: bold;
	color: #674A3B;
	text-align: right;
	padding-right: 5px;
}
.indent {
	padding-left: 18px;
}
