.contentpagebgstretch {
	background-image: url(/assets/content_page_bg_stretch.jpg);
	background-repeat: repeat-y;
}


/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.nav {
	font-family :  Arial, Helvetica, sans-serif;
	color : #e0cca6;
	font-size : 14px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
	width: 100%;
}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	 	
A.nav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: normal;
	color : #FFFFFF;
	text-decoration: none;	
}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.nav:visited {
	font-family :  Arial, Helvetica, sans-serif;
	color : 000000;
	text-decoration: none;
}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.nav:visited:hover {
	font-family :  Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: underline;
} 

/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.pagelinkone {
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
	width: 100%;
}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	 	
A.pagelinkone:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: normal;
	color : #000000;
	text-decoration: underline;	
}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.pagelinkone:visited {
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: none;
}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.pagelinkone:visited:hover {
	font-family :  Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: underline;
} 













.navigationbg {
	background-image: url(/assets/navigation_background.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
.navdivider {
	font-family :  Arial, Helvetica, sans-serif;
	color : #e0cca6;
	font-size : 13px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
	width: 100%;
	padding-left: 19px;
	padding-right: 19px;
}
.contentpagebg {
	background-image: url(/assets/content_page_bg.jpg);
	background-repeat: no-repeat;
	height: 419px;
}
.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #e1cda8;
	text-decoration: none;
}
.pagetitleswhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.pagetextreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.pagesubheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.photoonleftpadding {
	padding-bottom: 10px;
	padding-right: 20px;
}
.indexpagebg {
	background-image: url(/assets/index_page_bg_stretch.jpg);
	background-repeat: repeat-y;
}
.indexcontentleftbg {
	background-image: url(/assets/content_info_left.jpg);
	background-repeat: no-repeat;
}
.contentbottombg {
	background-image: url(/assets/contentbottombg.jpg);
	background-repeat: no-repeat;
	height: 297px;
}
.indexpagewelcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
}
