/* Content Layout Classes */
.pageContent {
	background-color: #B4ADA0;
}

.areaContent {
	background-color: #F2F0EC;
}

.borderFatBrown {
	border: 4px solid #6B6259;
}

.borderThinBrown {
	border: 1px solid #6B6259;
}

.borderThinGray {
	border: 1px solid #9D9E99;
}
.areaText {
	/* background-color: #98B099; */
	/*background-color: #CED9CD;*/
	background-color: #E3EBE2;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;
}

.borderDark {
	border: 1px solid #999999;
}

.borderLight {
	 border: 1px solid #D4D4D4;
}	 

/* Main Nav CSS */
.navMainLink:link {
	color: #000000;
	font-family: Times New Roman, Times, Bookman, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.navMainLink:visited {
	color: #000000;
	font-family: Times New Roman, Times, Bookman, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.navMainLink:hover {
	color: #603000;
	text-decoration: none;
}

.navMainLink:active {
	color: #603000;
	text-decoration: none;
}

/* Sub Nav CSS */
.navSubLink:link {
	color: #000000;
	font-family: Times New Roman, Times, Bookman, serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.navSubLink:visited {
	color: #000000;
	font-family: Times New Roman, Times, Bookman, serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.navSubLink:hover {
	color: #603000;
	text-decoration: none;
}

.navSubLink:active {
	color: #603000;
	text-decoration: none;
}

/* Text Classes */
.txtTitle {
	color: #373636;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.txtSubTitle {
	color: #373636;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}	

.txtCopywrite {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
}

.txtDefault {
	color: #603000;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
}

.txtDefault a:link {
	color: #603000;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	text-decoration: none;
}

.txtDefault a:visited {
	color: #603000;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	text-decoration: none;
}

.txtDefault a:hover {
	color: #603000;
	text-decoration: underline;
}

.txtDefault a:active {
	color: #603000;
	text-decoration: underline;
}
