@charset "utf-8";
/* CSS Document */
 body {
 	background: #d4bd88;
}
.imageRight {
	margin-left: 10px;
	border: 2px solid #356c49;
}
.imageLeft {
	margin-right: 10px;
	border: 2px solid #356c49;
}
.imageCenter {
	border: 2px solid #356c49;
}
H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cd5d28;
}
.tableText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#servicesDiv {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 2px;
}
#frame {
	width: 850px;
}
#mainHeader {
	width: 850px;
	
}
#leftMargin {
	width: 53px;
	float: left;
} 
#contentWrap {	
	width: 768px;
	border: #356c49;
	border-style: solid;
	border-width: 1px;
	float: left;
	background-image: url(images/bodyBkgrnd.gif);
	background-repeat: repeat-y;	
}
#leftColumn {
	width: 165px;
	background-color: #eff5f1;
	float: left;
}
div.menuButtons {
/*	width: 150px;
	height: 20px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;*/
	background-color: #d8e9de;
	border-bottom: 1px solid #356c49;
	border-right: 1px solid #b0d1bc;
	border-top: 1px solid #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #264d34;
}
div.menuButtons a {
	text-decoration: none;
	color: #264d34;
	display: block;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.menuButtons a:hover {
	background-color: #eff5f1;
/*	border-bottom: 1px solid #356c49;
	border-right: 1px solid #b0d1bc;
	border-top: 1px solid #fff;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #264d34;
	text-decoration: none;
}
#mainContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #264d34;
	padding: 10px;
	float: right;
	width: 583px;
}
#mainContent a {
	text-decoration: underline;
	color: #264d34;
}
#mainContent a:hover {
	text-decoration: none;
	color: #bdd838;
}
#footer {
	position: relative;
	clear: both;
	background-color: #356d4a;
	border-top: 1px #e07c4d solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #b0d1bc;
	text-align: center;
	padding: 3px;
}
#footer a {
	color: #b0d1bc;
	text-decoration: none;
}
#footer a:hover {
	color: #b0d1bc;
	text-decoration: underline;
}
#flashcontent {
	float: right;
	width: 210px;
	height: 310px;
}