/* the two colours used by this site are light :#0266e2 and dark :#021732 */

#graphicBanner {
	border-bottom-color:#0266e2;/* light colour*/
}

p {
	color:#021732;/* dark colour*/
}

h1, h2, h3{
color:#021732;/* dark colour*/
}
hr{
	border-top: 1px solid #0266e2;/* light colour*/
	
}
.centeredText{
text-align:center;}

.researchTable td{
padding:5px;
border-top: 1px dotted #0266e2;  /*light*/
vertical-align:top;
}

.researchTable caption{
text-align:center;
padding-bottom:5px;
background-color:#E1E1E1;
}


.quoteBlockText{
color:#7598AF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.8em;
}

.sitemap, .sitemap a:link, .sitemap a:visited{
text-indent:2em;
color:#0266e2;/* light colour*/
}

.generalList li{
list-style-type:disc;
color:#021732;/* dark colour*/
}

.thumbnailWithCaption{
	width:100px;	
}


/*contentRight1 stuff*/


.centredImg{
	padding:3px;
	border:#999999 1px dotted;
	display: block;
	margin:20px auto;
}
#mainTextLeftCol{
	padding:0 5px 0 10px;
}
#contentRight1 a:link,#contentRight1 a:visited{
	color:#0266e2;/* light colour*/
}
#contentRight1 a:hover{
	text-decoration:underline;
}







/*contentRight2 and news stuff*/

#mainTextRightCol{
	background:#FFFFFF;
	padding: 10px;
}
#contentRight2 a:link, #contentRight2 a:visited{
	color:#0266e2;/* light colour*/
}
.latestNewsTitle{
	color:#021732;/* dark colour*/
}
.newsItemHeading {
	color:#021732;/* dark colour*/
}
.newsItem .newsItemDate {
	padding:0 5px;
	color:#021732;/* dark colour*/
}
.newsItem a {
	padding:0 5px;
}


.mainTextRightText{
	color:#021732;/* dark colour*/
}
.mainTextRightHeader{
	color:#0266e2;/* light colour*/
	font-weight:bold;
}





/*secondaryNav stuff*/
#secondaryNav li{border-right: 1px #0266e2 solid;}/* light colour*/
#secondaryNav li.last{border-right: none;}

#secondaryNav li a:link, #secondaryNav li a:visited{
	padding:2px;
	margin: 1px 4px 1px 4px;
	font-size: 1.3em;
	color:#0266e2;/* light colour*/
}
#secondaryNav li a:hover, #secondaryNav li a:active{
	text-decoration: none;
	border-bottom:dotted 1px #0266e2;/* light colour*/
	color:#0266e2;/* light colour*/
}


/*tertiary nav stuff*/
#tertiaryNav li{border-right: 1px #0266e2 solid;}/* light colour*/
#tertiaryNav li.last{border-right: none;}

#tertiaryNav li a:link, #tertiaryNav li a:visited{
	padding:2px;
	margin: 1px 4px 1px 4px;
	font-size: 1.1em;
	color:#0266e2;/* light colour*/
}
#tertiaryNav li a:hover, #tertiaryNav li a:active{
	text-decoration: none;
	border-bottom:dotted 1px #0266e2;/* light colour*/
	color:#0266e2;/* light colour*/
}
#tertiaryNav li a.selected{
	border-bottom:none;
	font-weight:bold;
	cursor:default;
	color:#0266e2;/* light colour*/
}
#tertiaryNav{
	border-top: dotted 1px #0266e2;/* light colour*/
}


/*the underline for the navigation items*/

body.home #home,
body.how #how,
body.ahrc #ahrc,
body.criteria #criteria,
body.look #look,
body.fees #fees,
body.funding #funding,
body.enquiries #enquiries,
body.contact #contact,
body.areas #areas,
body.egSuper #egSuper,
body.egGrad #egGrad,
body.cprs #cprs,
body.homepage #homepage,
body.supVis #supVis,
body.newspage #newspage,
body.why #why,
body.profDoc #profDoc
{
border-bottom: 1px dotted #fff;
background-color:#0266e2;/* light colour*/
}

/*this covers the text in all the navigation areas*/
body.home #secondaryNav li a#home, body.home #secondaryNav li a:hover#home, body.home #secondaryNav li a:active#home,
body.fees #news #fees a, body.fees #news #fees a:hover, body.fees #news #fees a:active,
body.egGrad #news #egGrad a, body.egGrad #news #egGrad a:hover, body.egGrad #news #egGrad a:active,
body.areas #news #areas a, body.areas #news #areas a:hover, body.areas #news #areas a:active,
body.egSuper #news #egSuper a, body.egSuper #news #egSuper a:hover, body.egSuper #news #egSuper a:active,
body.contact #news #contact a, body.contact #news #contact a:hover, body.contact #news #contact a:active,
body.enquiries #news #enquiries a, body.enquiries #news #enquiries a:hover, body.enquiries #news #enquiries a:active,
body.funding #news #funding a, body.funding #news #funding a:hover, body.funding #news #funding a:active,
body.look #news #look a, body.look #news #look a:hover, body.look #news #look a:active,
body.criteria #news #criteria a, body.criteria #news #criteria a:hover, body.criteria #news #criteria a:active,
body.ahrc #news #ahrc a, body.ahrc #news #ahrc a:hover, body.ahrc #news #ahrc a:active,
body.how #news #how a, body.how #news #how a:hover, body.how #news #how a:active,
body.cprs #news #cprs a, body.cprs #news #cprs a:hover, body.cprs #news #cprs a:active,
body.homepage #news #homepage a, body.homepage #news #homepage a:hover, body.homepage #news #homepage a:active,
body.supVis #news #supVis a, body.supVis #news #supVis a:hover, body.supVis #news #supVis a:active,
body.newspage #news #newspage a, body.newspage #news #newspage a:hover, body.newspage #news #newspage a:active,
body.why #news #why a, body.why #news #why a:hover, body.why #news #why a:active,
body.profDoc #news #profDoc a, body.profDoc #news #profDoc a:hover, body.profDoc #news #profDoc a:active
{
color:#FFFFFF;
text-decoration:none;
cursor:default;
}