body {
 background-color: #4A493E;
 margin: 0 auto;
 padding: 0;
 font-size: 14px;
 font-family: Arial, Verdana, Sans-serif;
}
a {
	color: #92918B;
}
h2 {
	font-size: 16px;
}
table {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
 	font-family: Arial, Verdana, Sans-serif;
}
table td {
	vertical-align: top;
}
#top {
	height: 16px;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
#left {
	width: 16px;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
#right {
	width: 16px;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}
.mainWrapper {
	width: 700px;
/*	height: 488px; */
	background-image: url(images/bg.gif);
	background-repeat: both;
}
.mainTable {
	width: 668px;
	height: 456px;
	padding: 0px;
	align: center;
	border: 1px solid white;
}
.sidebar {
	width: 200px;
	text-align: center;
	padding-top: 15px;
	background-image: url(images/sidebar.jpg);
	background-color: #284A77;
	background-repeat: repeat-x;
}
.menu {
	margin-top: 50px;
	margin-left: 25px;
	text-align: left;
}
.menu a {
	display: block;
	text-decoration: none;
	line-height: 18pt;
	font-size: 15px;
	color: #DEE6EF;
	border-bottom: 1px solid #4E7AA9;
}
.menu a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #4E7AA9;
}
.contact {
	margin-top: 155px;
	color: #93A7BF;
}
.header {
	width: 468px;
	height: 80px;
	background-image: url(images/header.gif);
	padding: 0px 0px 10px 20px;
	vertical-align: bottom;
	font-family: Trebuchet, Times, Serif;
	font-size: 26px;
	color: white;
	font-weight: bold;
}
.mainContent {
	background-color: #EFF1DF;
	height: 371px;
	width: 468px;
	vertical-align: top;
	padding: 20px;
	line-height: 14pt;
}
.img {
	float: right;
	margin-left: 12px;
	border: 1px solid #989783;
}
.quote, .quote2 {
	border: 1px solid white;
	background-color: #F9FAF2;
	margin-top: 20px;
	padding: 20px;
	padding-right: 15px;
	font-family: Times, Serif;
	font-size: 20px;
	font-style: italic;
	line-height: 18pt;
	font-weight: bold;
}
.quote2 {
	font-size: 16px;
}
.footer {
	height: 24px;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #92918B;
	font-size: 12px;
	padding-top: 10px;
}
.contactForm {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	align: left;
}

