﻿body {
	margin: 0px;
	font-family: "trebuchet MS";
	font-size: 10pt;
	line-height: 19px;
	color: #333333;
}
.wrapper {
	background-color: E2E3DD;
	text-align: center;
}
.menu {
	width: 700px;
	background-color: #111015;
	height: 110px;
}
h1 {
	color: #FFFFFF;
	font-family: "trebuchet MS";
	font-size: 15px;
	margin: 5px 0px 10px 0px;
	text-transform: uppercase;
}
h2 {
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}
p {
	margin: 0px;
}
visited {
	color: #FFF;
}
active {
	color: #FFF;
}
a:link {
	color: #333;
}
a {
	color: #333;
}
a:hover {
	color: #605C51;
}
hr {
	color: #808080;
	height: 1px;
}
.header {
	height: 385px;
}
td {
	vertical-align: top;
}
.contentwrapper {
	background-color: #B6B8AA;
	padding-top: 20px;
}
.contentleft {
	padding-right: 30px;
	text-align: justify;
}
.contentright {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	padding-left: 30px;
	text-align: justify;
}
.footer {
	background-image: url('design/footerback.png');
	background-repeat: repeat-x;
	height: 120px;
	background-color: #635F53;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 35px;
	padding-left: 25px;
}
.subfooter {
	font-size: 10px;
	text-align: right;
}

.imagestyle {
	border: 1px solid #c0bebe;
	background: #ffffff;
	padding: 8px;
	margin-top: 4px;
}
