/*
BODY
#BodyWrapper
#ClickHere
#FooterBar
#MenuBar
#PageBody
.ContactUsForm
.ContactUsTitle
.FooterBar
.MenuBar
.MenuBarPhone
.MenuBarSelected
.PageBodyRightListBig
.PageBodyRightTitle
*/

BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
   text-align: center;
	background-color: #FFFFFF;
}

#BodyWrapper {
	width: 986px;
}

#ClickHere {
	text-decoration: none;
	margin-top: 55px;
	margin-left: 130px;
}

#FooterBar {
	background-color: #00752f; /* 4a7121;	*/
	font-family: Verdana;
	font-size: 10px;
	margin-top: 2px;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

#MenuBar {
	background-color: #00752f; /* 4a7121;	*/
	font-family: Verdana;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}

#PageBody {
	background-color: white;
}

#PageBodyCenterLine {
	background-color: White;
	width: 2px;
	font-family: Verdana;
	font-size: 1px;
}

#PageBodyLeft {
	background-color: #a4acbc;
	vertical-align: middle;
	width: 300px;
}

#PageBodyRight {
	color: white;
	padding-top: 15px;
	padding-left: 40px;
	vertical-align: middle;
}

.ContactUsForm {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4a7121;
}

.ContactUsSent {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #4a7121;
}

.ContactUsTitle {
	font-family: Tahoma;
	font-size: 28px;
	font-weight: normal;
	color: #4a7121;
}

.FooterBar {
	color: White;
	text-decoration: none;
}

.FooterBar a:link {
	color: silver;
	text-decoration: none;
}

.FooterBar a:visited {
	color: silver;
	text-decoration: none;
}

.FooterBar a:hover {
	color: White;
	text-decoration: underline;
}

.MenuBar {
	color: #dbfaae;
	text-decoration: none;
}

.MenuBar a:link {
	color: #d7d5d5; /* dbfaae; */
	text-decoration: none;
}

.MenuBar a:visited {
	color: #d7d5d5; /* dbfaae; */
	text-decoration: none;
}

.MenuBar a:hover {
	color: white;
	text-decoration: underline;
}

.MenuBarPhone {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: White;
}

.MenuBarSelected {
	color: White;
	text-decoration: underline;
}

.PageBodyRightListBig {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: White;
	list-style-type: disc;
	margin-top: 10px;
}

.PageBodyRightTitle {
	font-family: Tahoma;
	font-size: 28px;
	font-weight: normal;
	color: White;
}

.PageBodyRightListMed {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: White;
	list-style-type: disc;
	margin-top: 5px;
}

.PageBodyRightTitleMed {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: White;
}