/*far left hand site navigation that appears on index and viewer/article pages */

.lefthandnav {
	color: #627C25;
}

.lefthandnav a:link, .lefthandnav a:visited, .lefthandnav a:hover {
	color: #627C25;
}

.lefthandnav a:visited {
	color: #0C2A82;
}

/*main heading that appear hard coded into the jsp pages */
.lefthandnavtitle {
	color: #996F00;
}

.lefthandnavtitle a:link, .lefthandnavtitle a:hover {
	color: #996F00;
}

.lefthandnavtitle a:visited {
	color:#0C2A82;
}
		

/*main hero item text that only appears on the index page */
.open2indexherotext  {
	color:#627C25;
}

.open2indexherotext a:link, .open2indexherotext a:hover {
	color:#996F00;
}

.open2indexherotext a:visited {
	color:#0C2A82;
}	


/*sub hero item text that only appears on the index page */
.open2indexsubherotext {
	color: #223424;
}
.open2indexsubherotext a:link {
	color: #74030A;
}

.open2indexsubherotext a:visited {
	color: #0C2A82;
}

.open2indexsubherotext a:hover {
	color: #74030A;
}



/*main content text, know as article text, that only appears on the viewer/article pages */
.open2articletext {
	color: #425225;
}

.open2articletext a:link, .open2articletext a:hover {
	color: #74030A;
}

.open2articletext a:visited {
	color: #0C2A82;
}


/*right hand associated text, know as related/righthand text, that only appears on the viewer/article pages */
.open2righthandtext {
	color: #223424;
}

.open2righthandtext a:link, .open2righthandtext a:hover {
	color: #74030A;
}

.open2righthandtext a:visited {
	color: #0C2A82;	
}



/*page numbering specific for the TV sites only that appears only on the viewer/article pages */
.open2pagenos {
	color : #FFFFFF;
}
.open2pagenos a:link, .open2pagenos a:hover {
	color : #FFFFFF;
}
.open2pagenos a:visited {
	color : #FFFF67;
}

/*Label for the word "page" that preceeds the page numbering - specific for the TV sites only - appears only on the viewer/article pages */
.open2pagenoslabel {
	color: #FFF;
}



/*titles are no created in HTML text rather than using gifs*/
		
		/*titles that appear only on the viewer/article pages as associated */
.titles {
	color : #FFFFFF;
}
		/*end of titles that appear only on the viewer/article pages */

		/*titles that appear only on the index page */
.indextitles {
	color : #FFF;
}
		

		/*titles that appear only on the viewer/article pages in the related/righthand text area below the righthand image */
.righthandtitles {
	color : #FFFFFF;
}
		


/*background colour only for the hero item on the index page only*/
.herobackground {
	background: #FFF;
}


/*background colour only for the sub hero items on the index page only*/
.subherobackground {
	background: #DBE5BD;
}


/*background colour only for the sub hero title items on the index page only*/
.subherotitlebackground {
	background: #996F00;

}

.righthandtitlebackground {
	background: #996F00;

}
/*background colour only for the hero title item on the index page only*/
.herotitlebackground {
	background: #996F00;
}

/*background colour only for the related/righthand text area items on the viewer/article pages only*/
.righthandbackground {
	background: #DBE5BD;
}

/*background colour only for the titles that appear on the article text on the viewer/article pages only*/
.articletitlebackground {
	background: #996F00;
}


/*}.lefthandline {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #33FF00;
}*/

/*far left hand site navigation background colour that appears on index and viewer/article pages */
.lefthandnavbackground {
	background: #FFF;
}

/*background colour only for the main content text, know as article text items on the viewer/article pages only*/
.articletextbackground {
	background: #FFF;
}

