/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F6F6F;
	line-height: 16px;
	background-image: url(../Images/bgBlue.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 1px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: #DDDDDD; 
	SCROLLBAR-SHADOW-COLOR: #DDDDDD;
	SCROLLBAR-3DLIGHT-COLOR: #DDDDDD; 
	SCROLLBAR-ARROW-COLOR: #DDDDDD;
	SCROLLBAR-TRACK-COLOR: #DDDDDD;
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDDD; 
}
.contactHead {
	background-color: background-color: #738DC5;
	font-size: 15px;
	font-weight: bold;
	color: #6F6F6F;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6F6F6F;
	line-height: 16px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6F6F6F;
	line-height: 16px;
	}
.citation {
	color: #738DC5;
	}
a:link {
	color: #6F6F6F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6F6F6F;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
/* Custom Styles */
#rightCol {
background-image:url(../Images/bgColourBoxes.gif);
background-repeat:no-repeat;
background-position:bottom right;
}
.bgWhite {
	background-color: white;
}
.bgGrey {
	background-color: #BEB8B7;
}
.bgBlue {
	background-color: #738DC5;
}
.mainCell {
	background-image: url(../Images/bgColourBoxes.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#sitemap li {
	font-weight: normal;
	}

#sitemap li ul {
	font-weight: normal;
	}

#sitemap li ul li ul li {
	padding-left: 16px;
	font-weight: normal;
	}

