body {
	background-color: #397575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
}
#menu {
	display: inline;
	list-style-type: none;
}
#menu li {
	display: block;
	background-image: url(../images/linkSeparate.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	
}
#menu li a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#menu li a:hover {
	background-image: url(../images/menuBgHover.jpg);
	background-repeat: repeat-x;
}
#menu li a.active {
	background-image: url(../images/menuBgActive.jpg);
	background-repeat: repeat-x;
}
.whiteBorderBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homeContentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	padding-right: 15px;
	padding-left: 25px;
	line-height: 18px;
	padding-top: 20px;
}
.headText {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #BA9E42;
	display: block;
	padding-bottom: 10px;
}
.dotLine {
	background-image: url(../images/dotLine.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.head2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #BE7D19;
}
.link1 {
	color: #FFFFFF;
	font-size: 11px;
}
.link1:hover {
	color: #D7B170;
	text-decoration: none;
}
.padLeft5 {
	padding-left: 5px;
}
.whiteText1 {
	color: #FFFFFF;
	line-height: 16px;
	font-size: 11px;
}
.link2 {
	color: #203D3C;
}
.link2:hover{
	color: #549190;
	text-decoration: none;
}
.link3 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.link3:hover {
	color: #63411F;
	text-decoration: none;
	
}
.link4 {
	font-weight: bold;
	color: #D69119;
	text-decoration: none;
}
.link4:hover {
	color: #8D6510;
	text-decoration: underline;
	
}
.head3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.select {
	font-size: 11px;
	color: #386969;
	background-color: #EAF4F4;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
}
.submit {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #D5B270;
	border: 1px solid #DDBE88;
	
}
.footer {
	color: #999999;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}

