/* body style */
body {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	background-color: #ffffff;
	margin : 0px 0% 0% 0%;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
/* welcome header font*/
.welcomeHeader {
	font-family: Helvetica;
	font-size: 26px;	
	font-style: normal;
	color: #3b3b3b;
}
/* welcome copy*/
.welcomeCopy {
	font-family: Helvetica;
	font-size: 14px;	
	font-style: normal;
	color: #505891;
}
/* spotlight header*/
.spotlightHeader {
	font-family: Helvetica;
	font-size: 14px;	
	font-style: normal;
	font-weight: bold;
	color: #b90303;
}
/* spotlight copy*/
.spotlightCopy {
	font-family: Helvetica;
	font-size: 12px;	
	font-style: normal;
	color: #605652;
}
/* spotlight copy for all td's */
td {
	font-family: Helvetica;
	font-size: 12px;	
	font-style: normal;
	color: #605652;
}
/* emphasis 1 - for bold tag */
b {
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	color: #605652;
}
/* emphasis 1 - for strong tag */
strong {
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	color: #605652;
}
/* emphasis 2 */
.b2 {
	font-family: Helvetica;
	font-style: normal;
	font-weight: normal;
	color: #b90303;
}
/* news/event article title */
.articleTitle {
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	color: #605652;
}
/* news/event date class */
.date {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #605652;
}
.footer {
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	color: #605652;
	text-align : center;
}
hr {
	color: #cccccc;
}
/* regular links  */
a:link { font-family: Helvetica; font-size: 12px; color: #605652; text-decoration: underline; }
a:visited { font-family: Helvetica; font-size: 12px; color: #605652; text-decoration: underline; }
a:active { font-family: Helvetica; font-size: 12px; color: #605652; text-decoration: underline; }
a:hover { font-family: Helvetica; font-size: 12px; color: #605652; text-decoration: underline; }
/* main background colour */
.mainBg {
	background : #ffffff;
}
/* shadow colour separating main table and main background colour */
.shadowBg {
	background : #d7d7d7;
}
/* main outline colour */
.mainOutline {
	background : #303891;
}
/* left navigation background */
.leftNavBg {
	background : #7f92bc;
}
/* spotlight (body) background */
.spotlightBg {
	background : #ffffff;
}
/* secondary spotlight background (for tertiary pages) */
.spotlight2Bg {
	background : #edeef4;
}
/* header background*/
.headerBg {
	background : #b90303;
}
/* background for the Union Logo in the header*/
.unionLogoBg {
	background : #3b3b3b;
}
/* background for the colour bar at the bottom of the header and divider bar on Homepage*/
.barBg {
	background : #505891;
}
/* background for the colour divider/bar at the middle of the Homepage*/
.middleBarBg {
	background : #505891;
}
/* background for the colour bar at the bottom of the header and divider bar on Homepage*/
.dividerSquareBg {
	background : #b90303;
}
/* tertiary navigation outline/table border */
.tertiaryNavOutline {
	background : #1e2180;
}
/* button outline/table border */
.buttonOutline {
	background : #d6dcea;
}
/* colour of dividing line when the main nav section is off */
.navDividingLineOff {
	background : #9ca3b2;
}
/* colour of dividing line when the main nav section is on */
.navDividingLineOn {
	background : #667596;
}
/* colour of background for Register for e-news and Join the union buttons */
.registerAndJoinBg {
	background : #c3ccdf;
}
/* main navigational links  */
a.nav:link { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #ffffff; }
a.nav:visited { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #ffffff; }
a.nav:active { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #ffffff; }
a.nav:hover { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #ffffff; }
/* tertiary navigational links  */
a.tertiaryNav:link { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #7f92bc; }
a.tertiaryNav:visited { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #7f92bc; }
a.tertiaryNav:active { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #7f92bc; }
a.tertiaryNav:hover { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #BFC8DD; }
/* button links  */
a.button:link { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #605652; }
a.button:visited { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #605652; }
a.button:active { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #605652; }
a.button:hover { font-family: Helvetica; font-size: 12px; font-weight: bold;  text-decoration: none; color: #605652; }
/* register for e-news and join the union links  */
a.registerAndJoin:link { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #505891; }
a.registerAndJoin:visited { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #505891; }
a.registerAndJoin:active { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #505891; }
a.registerAndJoin:hover { font-family: Helvetica; font-size: 13px; font-weight: normal;  text-decoration: none; color: #505891; }
/* over state for main navigation menu rollover */
.over {
	background-color: #505891;
	margin: 0;
	vertical-align: middle;
	width: 146px;
	height: 30px;
} 
/* off state for main navigation menu rollover  */
.off {
	background-color: #7f92bc;
	margin: 0;
	vertical-align: middle;
	width: 146px;
	height: 30px;
	} 
/* on state for main navigation menu rollover  */
.on {
	background-color: #505891;
	margin: 0;
	vertical-align: middle;
	width: 146px;
	height: 30px;
	}
/* over state for main navigation menu rollover */
.tertiaryOver {
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	width: 147px;
	height: 20px;
} 
/* off state for main navigation menu rollover  */
.tertiaryOff {
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	width: 147px;
	height: 20px;
	} 
/* on state for tertiary navigation menu rollover  */
.tertiaryOn {
	background-color: #ffffff;
	color: #bfc8dd;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	width: 147px;
	height: 20px;
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;	
	
	}
/* over state for buttons */
.buttonOver {
	background-color: #FFFFFF;
	margin: 0;
	height: 20px;
} 
/* off state for buttons  */
.buttonOff {
	background-color: #f6f7fa;
	margin: 0;
	height: 20px;
	} 
/* on state for buttons  */
.buttonOn {
	background-color: #FFFFFF;
	margin: 0;
	height: 20px;
	}
