h1 {
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: normal;
	color: #68300C;
	text-decoration: underline;
}
.header_BG {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #BB8C5C;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.menu_BG {
	background-image: url(images/menu_BG.gif);
	background-repeat: no-repeat;
}
.footer_BG {
	background-image: url(images/footer_BG.gif);
	background-repeat: repeat-x;
}
.headerText {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #BB8C5C;
	padding-bottom: 5px;
	padding-right: 6px;
}
.headerText a:link {
	color: #BB8C5C;
	text-decoration: none;
}
.headerText a:hover {
	color: #68300C;
	text-decoration: none;
}
.headerText a:visited {
	color: #BB8C5C;
	text-decoration: none;
}
.menuText {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #68300C;
	padding-right: 6px;
}
.menuText a:link {
	color: #68300C;
	text-decoration: none;
}
.menuText a:visited {
	color: #68300C;
	text-decoration: none;
}
.menuText a:hover {
	color: #BB8C5C;
	text-decoration: none;
}
.bodyText {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #BB8C5C;
}
.bodyText a:link {
	color: #BB8C5C;
	text-decoration: none;
}
.bodyText a:visited {
	color: #BB8C5C;
	text-decoration: underline;
}
.bodyText a:hover {
	color: #68300C;
	text-decoration: none;
}
.footerText {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #68300C;
}
.footerText01 {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #68300C;
	text-align:left;
}
.footerText02 {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #68300C;
	text-align:center;
}
.footerText03 {
	font-size:10px;
	background-color:#fafaf9;
	text-align:left;
	padding:10px 10px 10px 10px;
	color:#c6b294;
}
.footerLinkText {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #BB8C5C;
}
.footerLinkText a:link {
	color: #BB8C5C;
	text-decoration: none;
}
.footerLinkText a:visited {
	color: #BB8C5C;
	text-decoration: underline;
}
.footerLinkText a:hover {
	color: #68300C;
	text-decoration: none;
}
/*********************************** CONTACT **********************************/
.mainContainer {
	width: 750px;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #f2f0ee;
}
.contactCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
