html, body {
	/* background-color: transparent; */
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.7em;
}

p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
table {
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	margin:0px; padding: 0px;
	font-weight: normal;
	/* margin-bottom: 0.3em; */
	line-height: 1.7em;
	
}
ol { margin: 0px; padding: 0px; margin-left: 32px; }
ul { margin: 0px; padding: 0px; margin-left: 32px; }
li { margin-bottom: 0.3em;  }
ul li {
	/* list-style: url('images/bullet.gif') outside */
	list-style: bullet outside;
}
ol li {
	/* list-style: lower-alpha outside; */
	list-style: numeric outside;
}
blockquote { margin:0px; padding: 0px; margin-left: 32px; }
ul li div { margin: 0px; padding: 0px; }
ol li div { margin: 0px; padding: 0px; }

div .txtTop, body .txtTop, .txtTop {  /* body is for the editor, which gets the col style in the body on editing */
	position: relative;
	display:block;
	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;
	display:block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}

div .txtLeft {
	top:-130px;
}

div .txtCenter, body .txtCenter, .txtCenter {
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}
div .txtRight, body .txtRight, .txtRight {
	position: relative;
	display:block;
	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;
	display:block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}

/* ####################################################################################### */
/* STANDARD LINK COLORS  */
a:link, a:visited {
	color: #ff9844; 
	text-decoration:none;
}
a:hover, a:active {
	color: #ff9844; 
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS TOP CONTENT */
.txtTop a:link, .txtTop a:visited {
	color: #ff9844;
	text-decoration:none;
}
.txtTop a:hover, .txtTop a:active {
	color: #ff9844;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS LEFT COLUMN */
.txtLeft a:link, .txtLeft a:visited {
	color: #cdcdcd;
	text-decoration:none;
}
.txtLeft a:hover, .txtLeft a:active {
	color: #949494;
	text-decoration:none;
}
/* ####################################################################################### */
/* LINK COLORS CENTER COLUMN */
.txtCenter a:link, .txtCenter a:visited {
	color: #ff9844;
	text-decoration:none;
}
.txtCenter a:hover, .txtCenter a:active {
	color: #ff9844;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS RIGHT COLUMN */
.txtRight a:link, .txtRight a:visited {
	color: #ff9844;
	text-decoration:none;
}
.txtRight a:hover, .txtRight a:active {
	color: #ff9844;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS BOTTOM CONTENT */
.txtBottom a:link, .txtBottom a:visited {
	color: #ff9844;
	text-decoration:none;
}
.txtBottom a:hover, .txtBottomt a:active {
	color: #ff9844;
	text-decoration:underline;
}

.toplinks a:link, .toplinks a:visited {
	color: #ff9844; 
	text-decoration:none;
	font-size: 9px;
}
.toplinks a:hover, .toplinks a:active {
	color: #ff9844; 
	text-decoration:underline;
	font-size: 9px;
}


/* ####################################################################################### */
/* TEXT STYLES TOP CONTENT */
.txtTop p {
	font-size: 12px;
	color: #9f9f9f;
	text-align: left;
}
.txtTop h1 {
	font-size: 18px;
	color: #9f9f9f;
}
.txtTop h2 {
	font-size: 16px;
	color: #9f9f9f;
}
.txtTop h3 {
	font-size: 14px;
	color: #9f9f9f;
}
/* ####################################################################################### */
/* TEXT STYLES LEFT COLUMN */
.txtLeft p {
	font-size: 14px;
	color: #cdcdcd;
	text-align: left;
}
.txtLeft h1 {
	font-size: 18px;
	color: #9f9f9f;
}
.txtLeft h2 {
	font-size: 16px;
	color: #9f9f9f;
}
.txtLeft h3 {
	font-size: 14px;
	color: #9f9f9f;
}
/* ####################################################################################### */
/* TEXT STYLES CENTER COLUMN */
.txtCenter p {
	font-size: 12px;
	color: #9f9f9f;
	border: 0px solid red;
	text-align: left;
}

.txtCenter ul {
	color: #9f9f9f;
}
.txtCenter h1 {
	font-size: 18px;
	color: #9f9f9f;
}
.txtCenter h2 {
	font-size: 16px;
	color: #9f9f9f;
}
.txtCenter h3 {
	font-size: 14px;
	color: #9f9f9f;
}
/* ####################################################################################### */
/* TEXT STYLES RIGHT COLUMN */
.txtRight p {
	font-size: 12px;
	color: #9f9f9f;
	text-align: left;
}
.txtRight h1 {
	font-size: 18px;
	color: #9f9f9f;
}
.txtRight h2 {
	font-size: 16px;
	color: #9f9f9f;
}
.txtRight h3 {
	font-size: 14px;
	color: #9f9f9f;
}
/* ####################################################################################### */
/* TEXT STYLES BOTTOM CONTENT */
.txtBottom p {
	font-size: 12px;
	color: #9f9f9f;
	text-align: left;
}
.txtBottom h1 {
	font-size: 18px;
	color: #9f9f9f;
}
.txtBottom h2 {
	font-size: 16px;
	color: #9f9f9f;
}
.txtBottom h3 {
	font-size: 14px;
	color: #9f9f9f;
}

/* ####################################################################################### */
/* PRINT TEXT  */
a.printLink:link, a.printLink:visited {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #2e2e2e;
	text-decoration: none;
}
a.printLink:hover, a.printLink:active {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #ff0000;
	text-decoration: underline;
}
a.mailLink:link, a.mailLink:visited {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #2e2e2e;
	text-decoration: none;
}
a.mailLink:hover, a.mailLink:active {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #ff0000;
	text-decoration: underline;
}
#txtPrint {
	position: relative;
	margin: 10px;
	width: 600px;
	background: #ffffff;
	color: #000000;
	border: 0px solid red;
	font-family: tahoma;
	font-size: 12px;
}
#txtPrint p {
	font-size: 12px;
	color: #000000;
}
#txtPrint h1 {
	font-size: 20px;
	color: #000000;
}
#txtPrint h2 {
	font-size: 18px;
	color: #000000;
}
#txtPrint h3 {
	font-size: 14px;
	color: #000000;
}
.tableCols {
	position:relative;
}
/* ####################################################################################### */
/* STYLES TWO COLUMNS TABLE - BE SURE TO SET THE FONT-SIZE */
.tableTwoCols {
	width: 100%;
	border: 0px solid black;
	font-size: 12px;
	border-collapse:collapse;
	border:none;
}
.tdTwoColsLeft {
	text-align: left;
	width: 50%;
	padding-right: 5px;
	line-height: 1.5em;
	border:hidden;
	vertical-align:top;
}
.tdTwoColsRight {
	text-align: left;
	width: 50%;
	padding-left: 5px;
	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;
	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;
}
/* ####################################################################################### */
/* NEWS MODULE  */
.newsItemContainer {
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.newsItemSeparator {	
	position: relative;
	border-bottom: 0px dashed #ff00ff;
	border-top: 0px dashed #000000;
	height: 1px;
	line-height: 1px;
	font-size:1px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.newsItemTitle {
	position: relative;
	font-size: 14px;
	padding-left: 20px;
	font-weight: bold;
	color: #9f9f9f;
	text-align: left;
}
.newsItemDate {
	position: relative;
	color: #818181;
	font-size: 10px;
	text-align: left;
	margin-bottom:5px;
	border-bottom: 0px solid #dddddd;
}
.newsItemContent p {
	font-size: 12px;
	color: #818181;
}
.newsItemImage {
	position: relative;
}
.newsItemAuthor {
	position: relative;
	font-size: 10px;
	color: #818181;
	padding-left:10px;
	text-align: left;
	line-height: 20px;
	height: 20px;
}
.newsPrevNextLinks {
	font-size: 11px;
	text-align: right;
	padding-right:40px;
}
.newsPrevNextLinks a:link, .newsPrevNextLinks a:visited {
	color: #ffaf00;
	text-decoration: none;
}
.newsPrevNextLinks a:hover, .newsPrevNextLinks a:active {
	color: #ffaf00;
	text-decoration: underline;	
}	
.newsRssLink {
	font-size: 10px;
	text-align: right;
	padding-right:20px;
	color: #474747;
}

/* ####################################################################################### */
/* NEWS PREVIEW MODULE  */
.newsPreviewItemContainer {
	position: relative;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
}
.newsPreviewItemSeparator {	
	position: relative;
	border-bottom: 0px dashed #000000;
	border-top: 0px dashed #000000;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.newsPreviewItemTitle {
	position: relative;
	font-weight:bold;
	color: #818181;
	font-weight: bold;
	text-align: left;
}
.newsPreviewItemDate {
	position: relative;
	color: #818181;
	font-size: 10px;
	text-align: right;
	margin-bottom:5px;
	border-bottom: 0px solid #dddddd;
}
.newsPreviewItemSummary {
	position: relative;
	font-size: 11px;
	margin-bottom:5px;
	color: #818181;	
	text-align: right;
}
.newsPreviewItemAuthor {
	position: relative;
	color: #818181;
	text-align: right;
	line-height: 20px;
	height: 20px;
}
.newsPreviewItemReadMore {
	position: relative;
	text-align: right;
	color: #818181;
}
/* ####################################################################################### */
/* COLLAPSEABLE TEXT ITEM TITLES */
.txtCollapseTitle {
	position: relative;
	margin-top: 8px;
	padding-left: 0px;
	font-size: 14px;
	display:block;
}
.txtCollapseTitle a.closed:link, .txtCollapseTitle a.closed:visited {
	color: #a2d84a;
	display:block;
	padding-left: 0px;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
.txtCollapseTitle a.closed:hover, .txtCollapseTitle a.closed:active {
	color: #a2d84a;
	display:block;
	padding-left: 0px;
	background: #f5f5f5;
	padding: 5px 0px 5px 10px;
	text-decoration: underline;	
}
.txtCollapseTitle a.open:link, .txtCollapseTitle a.open:visited {
	color: #ffffff;
	font-weight: bold;
	display:block;
	background: #529DB8;
	padding: 5px 0px 5px 10px;
	margin-bottom:5px;
	text-decoration: none;
}
.txtCollapseTitle a.open:hover, .txtCollapseTitle a.open:active {
	color: #ffffff;
	font-weight: bold;
	display:block;
	background: #529DB8;
	padding: 5px 0px 5px 10px;
	margin-bottom:5px; 
	text-decoration: underline;	
}
/* ####################################################################################### */
/* CONTACT FORM STYLES */

.contactForm {
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	width: 485px;
	padding-left: 0px;
	padding-bottom: 15px;
	text-align:center;
	background-image: url('images/content_bg_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;	
}

#form_module_contact {
	background-image: url('images/content_bg_middle.png');
	background-repeat: repeat-y;
	padding-top: 10px;
}

.contactRow {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 100%;
	min-height: 22px;
}
.contactRowLeft {
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 0px;
	margin-left: 20px;
	width: 35%;
	color: #9f9f9f;
	border: 0px solid;
	text-align: left;	
}
.contactRowRight {
	position: relative;
	margin-left: 40%;
	width: 65%;
	color: #9f9f9f;
	padding: 0px 0px 0px 5px;
	text-align: left;	
}
.contactInput {
	border: 0px solid #474747;
	background-image:url('images/contact_input_bg.gif');
	background-repeat: repeat-x;	
	font-size: 11px;
	padding: 2px;
	color: #474747;
	width: 240px;
}
.contactSelect {
	position: relative;
	border: 1px solid #3f3f3f;
	background: #efefef;	
	font-size: 12px;
	padding: 2px;
	color: #818181;
}
.contactTextarea {
	border: 0px solid #474747;
	background: #eeeeee;
	background-image:url('images/contact_textarea_bg.gif');
	background-repeat: repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #474747;
	width: 240px;
	height: 75px;
}
.contactSubmit {
	border: 1px solid #000000;
	background: #3c3c3c;
	padding-bottom: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;	
}

/* ####################################################################################### */
/* NEWSLETTER SIGNUP FORM STYLES */

.newslettersignupForm {
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	width: 250px;
}
.newslettersignupRow {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 100%;
	min-height: 22px;
}
.newslettersignupRowLeft {
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 20%;
	color: #9f9f9f;
	border: 0px solid;
	text-align: left;	
}
.newslettersignupRowRight {
	position: relative;
	margin-left: 20%;
	padding: 0px 0px 0px 5px;
	text-align: left;	
}
.newslettersignupInput {
	border: 0px solid #474747;
	background-image:url('images/contact_input_bg.gif');
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 2px;
	color: #000000;
	width: 160px;
}
.newslettersignupSubmit {
	border: 1px solid #000000;
	background: #3c3c3c;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;	
}


#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;
}

/* EXTRA BACKGROUND CLASSES  */

table.bgImageNewsTemplate {
	background-image: url(images/content_bg_1.png);
	height: 210px; 
	width: 240px;
}
.bgImageTextcolTop {
	background-image: url(images/content_bg_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 485px;	
}
.bgImageTextcolCenter {
	background-image: url(images/content_bg_middle.png);
	background-repeat: repeat-y;
	width: 485px;	
}
.bgImageTextcolBottom {
	background-image: url(images/content_bg_bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 485px;	
}