/*** START WYSIWYG EDITOR STYLES ***/
.heading {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #009900; font-size:12px;}
.headingLink {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333333; font-size:12px;}
.text8 { font-size:8px; }
.text9 { font-size:9px; }
.text10 { font-size:10px; }
.text11 { font-size:11px; }
.text12 { font-size:12px; }
.text13 { font-size:13px; }
.text14 { font-size:14px; }
.text15 { font-size:15px; }
.text16 { font-size:16px; }
/*** END WYSIWYG EDITOR STYLES ***/


/*** START STANDARD HTML TAGS ***/
body {
	margin:15px 0px;
	padding:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #077739;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #444444;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #444444;
}

td,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
a {
	color: #5C1B1B;
	text-decoration:none;
}
a:hover {
	color: #B07531;
	text-decoration:none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:solid 1px #000000;
	background-color: #DFEAD5;
	color: #000000;
	padding-left: 2px;
	padding-top: 2px;	
	height: 20px;
	cursor: hand;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border:solid 1px #000000;
	background-color: #F0F0F0;
	padding-left: 2px;
	padding-top: 2px;	
	height: 20px;
}

.brownText { font-size:12px; font-family: Arial; font-weight: bold; color: #908237; }
.blueText { font-size:12px; font-family: Arial; font-weight: bold; color: #6A8669; }
.greyText { font-size:12px; font-family: Arial; font-weight: bold; color: #666666; }


.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #746E46;
}
a.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #746E46;
	line-height: 14px;
	text-decoration:none;
}

a.pageTitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5C1B1B;
	line-height: 14px;
	text-decoration:none;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #4A4A4A;
}
a.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C1B1B;
	line-height: 12px;
	text-decoration:none;
}

a.footerText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C1B1B;
	line-height: 12px;
	text-decoration:none;
}



/*** END STANDARD HTML TAGS ***/

/*** START INTERNAL NAV ***/
/* IE */
a.internalNav {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	/*background-color: #DFE8BA;*/
	border-bottom: solid 1px #F2F9FB;	
}
a.internalNav:hover {
	font-size: 11px;
	font-weight: bold;
	color: #9D9360;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #DEDBCA;
	border-bottom: solid 1px #F2F9FB;
}	
a.internalNavSelected {
	font-size: 11px;
	font-weight: bold;
	color: #9D9360;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #DEDBCA;
	border-bottom: solid 1px #F2F9FB;
}
a.internalNavSelected:hover {
	font-size: 11px;
	font-weight: bold;
	color: #9D9360;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #DEDBCA;	
	border-bottom: solid 1px #F2F9FB;
}
/* Moz */
a.internalNavMoz {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	/*background-color: #DFE8BA;*/
	border-bottom: solid 1px #F2F9FB;
}
a.internalNavMoz:hover {
	font-size: 11px;
	font-weight: bold;
	color: #9D9360;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #DEDBCA;
	border-bottom: solid 1px #F2F9FB;
}	
a.internalNavSelectedMoz {
	font-size: 11px;
	font-weight: bold;
	color: #9D9360;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #DEDBCA;
	border-bottom: solid 1px #F2F9FB;
}
a.internalNavSelectedMoz:hover {
	font-size: 11px;
	font-weight: bold;
	color: #9D9360;
	text-decoration:none;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #DEDBCA;	
	border-bottom: solid 1px #F2F9FB;
}
/*** END INTERNAL NAV **/

/*** START INTERNAL NAV ***/
/* IE */
a.internalCSNav {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	/*background-color: #DFE8BA;*/
	border-bottom: solid 1px #F2F0E2;
}
a.internalCSNav:hover {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #D1CCAD;
	border-bottom: solid 1px #F2F0E2;
}	
a.internalCSNavSelected {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #B5AC7B;
	border-bottom: solid 1px #F2F0E2;
}
a.internalCSNavSelected:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #B5AC7B;	
	border-bottom: solid 1px #F2F0E2;
}
/* Moz */
a.internalCSNavMoz {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	/*background-color: #DFE8BA;*/
	border-bottom: solid 1px #F2F0E2;
}
a.internalCSNavMoz:hover {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #D1CCAD;
	border-bottom: solid 1px #F2F0E2;
}	
a.internalCSNavSelectedMoz {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #B5AC7B;
	border-bottom: solid 1px #F2F0E2;
}
a.internalCSNavSelectedMoz:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #B5AC7B;	
	border-bottom: solid 1px #F2F0E2;
}
/*** END INTERNAL NAV **/











/*** START DIVISIONS INTERNAL NAV ***/
/* IE */
a.internalDivNav {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	/*background-color: #DFE8BA;*/
	border-bottom: solid 1px #F2F2F2;
}
a.internalDivNav:hover {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #C9D3C9;
	border-bottom: solid 1px #F2F2F2;
}	
a.internalDivNavSelected {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #6A8669;
	border-bottom: solid 1px #F2F2F2;
}
a.internalDivNavSelected:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:207px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #6A8669;	
	border-bottom: solid 1px #F2F2F2;
}
/* Moz */
a.internalDivNavMoz {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	/*background-color: #DFE8BA;*/
	border-bottom: solid 1px #F2F2F2;
}
a.internalDivNavMoz:hover {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #C9D3C9;
	border-bottom: solid 1px #F2F2F2;
}	
a.internalDivNavSelectedMoz {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #6A8669;
	border-bottom: solid 1px #F2F2F2;
}
a.internalDivNavSelectedMoz:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	width:181px;
	display:block;
	padding:5px 10px 5px 16px;
	background-color: #6A8669;	
	border-bottom: solid 1px #F2F2F2;
}
/*** END DIVISIONS INTERNAL NAV **/