/* body style */
body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #434b66;
	background-color: #434b66;
	margin : 0px 0% 0% 0%;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
/* welcome header font*/
.welcomeHeader {
	font-family: Arial;
	font-size: 22px;	
	font-style: normal;
	color: #707070;
}
/* welcome copy*/
.welcomeCopy {
	font-family: Arial;
	font-size: 12px;	
	font-style: normal;
	color: #707070;
}
/* spotlight header*/
.spotlightHeader {
	font-family: Arial;
	font-size: 14px;	
	font-style: normal;
	font-weight: bold;
	color: #cab14f;
}
/* spotlight copy*/
.spotlightCopy {
	font-family: Arial;
	font-size: 12px;	
	font-style: normal;
	color: #434b66;
}
/* spotlight copy for all td's */
td {
	font-family: Arial;
	font-size: 12px;	
	font-style: normal;
	color: #434b66;
}
/* emphasis 1 - for bold tag */
b {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	color: #434b66;
}
/* emphasis 1 - for strong tag */
strong {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	color: #434b66;
}
/* underline */
u {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	color: #434b66;
	text-decoration : underline;
}
/* italics */
i {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	color: #434b66;
}
/* regular links  */
a:link { font-family: Arial; font-size: 12px; color: #434b66; text-decoration: underline; }
a:visited { font-family: Arial; font-size: 12px; color: #434b66; text-decoration: underline; }
a:active { font-family: Arial; font-size: 12px; color: #434b66; text-decoration: underline; }
a:hover { font-family: Arial; font-size: 12px; color: #434b66; text-decoration: underline; }
/* main background colour */
.mainBg {
	background : #434b66;
}
/* background colour for top part of page */
.topBg {
	background : #ffffff;
}
/* background colour for bottom part of page */
.bottomBg {
	background : #6fa2c5;
}
/* main outline colour */
.mainOutline {
	background : #ffffff;
}
/* main navigational links  */
a.nav:link { font-family: Arial; font-size: 9px; font-weight: bold;  text-decoration: none; color: #6fa2c5; }
a.nav:visited { font-family: Arial; font-size: 9px; font-weight: bold;  text-decoration: none; color: #6fa2c5; }
a.nav:active { font-family: Arial; font-size: 9px; font-weight: bold;  text-decoration: none; color: #6fa2c5; }
a.nav:hover { font-family: Arial; font-size: 9px; font-weight: bold;  text-decoration: none; color: #434b66; }
/* on state for main navigation menu rollover  */
.on {
	font-family: Arial; 
	font-size: 9px; 
	font-weight: bold;  
	text-decoration: none; 
	color: #434b66;
	}
/* register and join links  */
a.registerAndJoin:link { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #ffffff; }
a.registerAndJoin:visited { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #ffffff; }
a.registerAndJoin:active { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #ffffff; }
a.registerAndJoin:hover { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #ffffff; }
/* spotlight (body) background */
.spotlightBg {
	background : #ffffff;
}
/* secondary spotlight background (for tertiary pages) */
.spotlight2Bg {
	background : #ececef;
}
/* secondary outline colour */
.secondaryOutline {
	background : #424265;
}
/* article title */
.articleTitle {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #cab14f;
}
/* news/event date class */
.date {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #434b66;
}
/* button links  */
a.button:link { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #434b66; }
a.button:visited { ffont-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #434b668; }
a.button:active { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #434b66; }
a.button:hover { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #434b66; }
/* tertiary navigational links  */
a.tertiaryNav:link { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #6fa2c5; }
a.tertiaryNav:visited { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #6fa2c5; }
a.tertiaryNav:active { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #6fa2c5; }
a.tertiaryNav:hover { font-family: Arial; font-size: 12px; font-weight: bold;  text-decoration: none; color: #434b66; }
/* tertiary navigation outline/table border */
.tertiaryNavOutline {
	background : #232490;
}
/* tertiary navigation on state */
.tertiaryNavOn {
	background : #ffffff;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;  
	text-decoration: none; 
	color: #434b66;
}
/* hr colour */
.hr {
	background : #6fa2c5;
}
/* <hr> colour */
hr {
	background : #6fa2c5;
}
/* footer for Last Updated */
.footer {
	color: #434b66;
	font-size: 10px
}