@charset "UTF-8";
body {
	/*background-color: #dff9ff;*/
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
}
div, body {
	margin: 0;
	padding: 0;
	border: 0;
}
#topBar {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	text-align: left;
	width: 740px;
}
#topBar p {
	font-size: 11px;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	text-align: left;
	width: 740px;
	background-color: #FFFFFF;
	color: #000033;
}
#container h1 {
	color: #FFFFFF;
	text-align: right;
	background-color: #3366cc;
	font-size: 1.2em;
	margin: 0;
	padding: 7px 1em 7px 0;
}
#leftMenu {
	width: 150px;
}
#leftMenu ul {
	padding: 0;
	border: 0;
	margin: 10px 0 0 0;
}
#leftMenu li {
	list-style-type: none;
}
#leftMenu li a {
	font-size: 1.1em;
	font-weight: bold;
	color: #001177;
	float: left;
	clear: left;
	width: 9em;
	text-decoration: none;
	border-bottom: 1px dotted #CDCDCD;
	padding: 3px 2px;
	margin: 0 0 0 2px;
}
#leftMenu .accessChar {
	border-bottom: 1px dotted #001177;
	padding-bottom: 0;
	margin: 0;}
#leftMenu li a:hover {
	background-color: #dff9ff;}
#leftMenu li a.currentPage {
	background-image: url(../images/menuArrow.gif);
	background-position: right;
	background-repeat:no-repeat;}
#rightContent {
	float: right;
	width: 580px;}
#rightContent ul.twoColumnList {
	/*float: left;*/
	margin: 0 0 1em 0;
	padding: 0;}
#rightContent ul.twoColumnList li {
	float: left;
	list-style-type: none;
	width: 40%;
	margin: 3px 0;
	padding: 0;}
.contentColumn {
	width: 320px;
	float: left;
	padding-top: 10px;
	padding-right: 14px;}
.contentColumn p.emphasise {
	border: 1px solid #DDCCDD;
	text-align: center;
	background-color: #CCEEFF;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-left: 1em;
	margin-right: 1em;
}
.contentColumn h2 {
	font-weight: normal;
	color: #3366cc;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: .2em;}
.photoColumn {
	float: left;
	width: 245px;
	padding-top: 10px;
}
.photoColumn img {
	border: 0;
	padding: 0;
	margin: 0 0 4px 0;}
.photoColumn h3, h3.photoLabel {
	text-align: center;
	margin: 2px 0 10px 0;
	font-weight: normal;
	font-size: .9em;}
div.imageBlock {
	display: none;
	text-align: center;
	width: 100%;
	border: 1px solid #CCC;}
#contentBottom {
	clear: left; border-top: 1px solid #003366; padding-top: 10px; text-align: center;}
	
	
/* * * * * * * * * * * * * * * * * * *

USE THIS CODE TO HIDE JOB LINKS IN MENU

SET display: none TO HIDE

SET display: inherit TO SHOW

* * * * * * * * * * * * * * * * * * */

.visToggle {
	display: none;}
	
/* * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * */
