html, body {
	/* background-color: transparent; */
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px; /* tagged, was 11px */
	color: #333333;
	line-height: 1.5em;
}

p {
	font-size: 12px; /* tagged, was 11px */
	margin: 0px;
	padding: 0px;
}
table {
	font-size:12px; /* tagged, was 11px */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, sans-serif;
	margin:0px; padding: 0px;
	font-weight: normal;
	/* margin-bottom: 0.3em; */
	line-height: 2em;
	
}
ol { margin-left: 32px; }
ul { margin-left: 26px; }
li { margin-bottom: 0.3em }
blockquote { margin:0px; margin-left: 32px; }

div .txtTop, body .txtTop, .txtTop {  /* body is for the editor, which gets the col style in the body on editing */
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}
div .txtLeft, body .txtLeft, .txtLeft{  /* body is for the editor, which gets the col style in the body on editing */
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}
div .txtCenter, body .txtCenter, .txtCenter {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}
div .txtRight, body .txtRight, .txtRight {
	position: relative;
	margin: 0px;
	padding: 0px;	
	margin-bottom: 0.5em;
}
div .txtBottom, body .txtBottom, txtBottom {  /* body is for the editor, which gets the col style in the body on editing */
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}

/* ####################################################################################### */
/* STANDARD LINK COLORS  */
a:link, a:visited {
	color: #8A5A2E; 
	text-decoration:none;
}
a:hover, a:active {
	color: #8A5A2E; 
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS TOP CONTENT */
.txtTop a:link, .txtTop a:visited {
	color: #8A5A2E;
	text-decoration:none;
}
.txtTop a:hover, .txtTop a:active {
	color: #8A5A2E;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS LEFT COLUMN */
.txtLeft a:link, .txtLeft a:visited {
	color: #8A5A2E;
	text-decoration:none;
}
.txtLeft a:hover, .txtLeft a:active {
	color: #8A5A2E;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS CENTER COLUMN */
.txtCenter a:link, .txtCenter a:visited {
	color: #8A5A2E;
	text-decoration:none;
}
.txtCenter a:hover, .txtCenter a:active {
	color: #8A5A2E;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS RIGHT COLUMN */
.txtRight a:link, .txtRight a:visited {
	color: #8A5A2E;
	text-decoration:none;
}
.txtRight a:hover, .txtRight a:active {
	color: #8A5A2E;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS BOTTOM CONTENT */
.txtBottom a:link, .txtBottom a:visited {
	color: #8A5A2E;
	text-decoration:none;
}
.txtBottom a:hover, .txtBottom a:active {
	color: #8A5A2E;
	text-decoration:underline;
}
/* ####################################################################################### */
/* TEXT STYLES TOP CONTENT */
.txtTop p {
	font-size: 12px; /* tagged, was 11px */
	color: #333333; /* tagged, was: 047391 */ 
}
.txtTop h1 {
	font-size: 18px;
	color: #000000;
}
.txtTop h2 {
	font-size: 14px;
	color: #000000;
}
.txtTop h3 {
	font-size: 10px;
	color: #000000;
}
/* ####################################################################################### */
/* TEXT STYLES LEFT COLUMN */
.txtLeft p {
	font-size: 12px; /* tagged, was 11px */
	color: #ffffff;
}
.txtLeft h1 {
	font-size: 18px;
	color: #ffffff;
}
.txtLeft h2 {
	font-size: 14px;
	color: #ffffff;
}
.txtLeft h3 {
	font-size: 10px;
	color: #ffffff;
}
/* ####################################################################################### */
/* TEXT STYLES CENTER COLUMN */
.txtCenter p {
	font-size: 12px; /* tagged, was 11px */
	color: #333333; /* tagged, was: 047391 */ 
	border: 0px solid red;
}
.txtCenter h1 {
	font-size: 18px;
	color: #000000;
}
.txtCenter h2 {
	font-size: 14px;
	color: #000000;
}
.txtCenter h3 {
	font-size: 10px;
	color: #000000;
}
/* ####################################################################################### */
/* TEXT STYLES RIGHT COLUMN */
.txtRight p {
	font-size: 12px; /* tagged, was 11px */
	color: #333333; /* tagged, was: 047391 */ 
}
.txtRight h1 {
	font-size: 18px;
	color: #000000;
}
.txtRight h2 {
	font-size: 14px;
	color: #000000;
}
.txtRight h3 {
	font-size: 10px;
	color: #000000;
}
/* ####################################################################################### */
/* TEXT STYLES BOTTOM CONTENT */
.txtBottom p {
	font-size: 12px; /* tagged, was 11px */
	color: #333333; /* tagged, was: 047391 */ 
}
.txtBottom h1 {
	font-size: 18px;
	color: #000000;
}
.txtBottom h2 {
	font-size: 14px;
	color: #000000;
}
.txtBottom h3 {
	font-size: 10px;
	color: #000000;
}
/* ####################################################################################### */
/* STYLES TWO COLUMNS TABLE - BE SURE TO SET THE FONT-SIZE */
.tableTwoCols {
	width: 100%;
	border: 0px solid black;
	font-size: 12px; /* tagged, was 11px */
	border-collapse:collapse;
	border:none;
}
.tdTwoColsLeft {
	text-align: left;
	width: 50%;
	padding-right: 10px;
	line-height: 1.5em;
	border:hidden;
	vertical-align:top;
}
.tdTwoColsRight {
	text-align: left;
	width: 50%;
	padding-left: 10px;
	line-height: 1.5em;
	border:hidden;
	vertical-align:top;
}
/* ####################################################################################### */
/* STYLES THREE COLUMNS TABLE - BE SURE TO SET THE FONT-SIZE */
.tableThreeCols {
	width: 100%;
	border: 0px solid black;
	font-size: 12px; /* tagged, was 11px */
	border-collapse:collapse;
	border:none;
}
.tdThreeColsLeft {
	text-align: left;
	width: 33%;
	padding-right: 5px;
	line-height: 1.5em;
	border:hidden;
	vertical-align:top;
}
.tdThreeColsCenter {
	text-align: left;
	width: 34%;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
	border:hidden;
	vertical-align:top;
}
.tdThreeColsRight {
	text-align: left;
	width: 33%;
	padding-left: 5px;
	line-height: 1.5em;
	border:hidden;
	vertical-align:top;
}
/* ####################################################################################### */
.newsItemContainer {
	position: relative;
	margin-bottom: 0px;
}
.newsItemTitle {
	position: relative;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.newsItemContent p {
	position: relative;
	font-size: 12px; /* tagged, was 11px */
	color: #333333; /* tagged, was: 047391 */ 
}
.newsItemImage {
	position: relative;
	
}
.newsItemAuthor {
	position: relative;
	font-size: 10px;
	color: #333333; /* tagged, was: 047391 */ 
	text-align: right;
}
.newsPrevNextLinks {
	font-size: 10px;
	text-align: right;
}
.newsPrevNextLinks a:link, .newsPrevNextLinks a:visited {
	color: #6f9eb9;
	text-decoration: none;
}
.newsPrevNextLinks a:hover, .newsPrevNextLinks a:active {
	color: #6f9eb9;
	text-decoration: underline;	
}
/* ####################################################################################### */
.newsPreviewItemContainer {
	position: relative; margin-top: 0px;
}
.newsPreviewItemTitle {
	position: relative;
	margin-top: -6px;
	font-size: 12px; /* tagged, was 11px */
	color: #047391; /* tagged, was black */
	font-weight: normal;
	text-align: left;
}
.newsPreviewItemSummary {
	position: relative;
	font-size: 12px; /* tagged, was 11px */
	color: #333333;	 /* tagged, was: 047391 */ 
	text-align: left;
}
.newsPreviewItemAuthor {
	position: relative;
	font-size: 10px;
	color: #333333; /* tagged, was: 047391 */ 
	text-align: left;
}
.newsPreviewItemReadMore {
	position: relative;
	margin-top: -15px; margin-bottom: 10px;
	text-align: right;
}
/* ####################################################################################### */
/* CONTACT FORM STYLES */

.contactForm {
	position: relative;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px; /* tagged, was 11px */}
.contactRow {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 100%;
	min-height: 22px;
}
.contactRowLeft {
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 30%;
	border: 0px solid;
	text-align: left;	
}
.contactRowRight {
	position: relative;
	margin-left: 31%;
	padding: 0px 0px 0px 5px;
	text-align: left;	
}
.contactInput {
	border: 1px solid #efefef;
	background: #efefef;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px; /* tagged, was 11px */
	padding: 2px;
	color: #000000;
	width: 240px;
}
.contactTextarea {
	border: 1px solid #efefef;
	background: #efefef;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px; /* tagged, was 11px */
	padding: 2px;
	color: #000000;
	width: 240px;
	height: 120px;
}
.contactSubmit {
	border: 2px solid #888888;
	background: #efefef;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	color: #888888;	
}

#lRelativeTextMenu a:link, #lRelativeTextMenu a:visited {
	text-decoration: none;
}
#lRelativeTextMenu a:hover, #lRelativeTextMenu a:active {
	text-decoration: underline;
} 
#lRelativeTextMenuToTop a:link, #lRelativeTextMenuToTop a:visited {
	font-size: 10px;
	text-decoration: none;
}
#lRelativeTextMenuToTop a:hover, #lRelativeTextMenuToTop a:active {
	font-size: 10px;
	text-decoration: underline;
}
