body { 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, sans-serif;
}
h1, h2, h3 {
	color: #004995;
	font-weight: normal;
	margin: 0;
	margin-bottom: 0.25em;
	padding: 0;
}
a {
	color: #004995;
}
a:hover {
	color: #e74374;
}
p {
	margin: 0;
	padding: 0;
}
div#panel {
	text-align: left;
	width: 900px;
}
div#logobar {
	position: relative;
	height: 95px;
}
div#logobar img {
	position: absolute;
	bottom: 13px;
	right: 25px;
}
div#header {
	position: relative;
	height: 90px;
	background-color: #004995;
}
div#mainnav {
	position: absolute;
	left: 96px;
	bottom: 0;
	width: 803px;
	height: 55px;
	overflow: hidden;
}
/* service nav ************************************************************************************/
div#languagenav span, div#languagenav a {
	padding-left: 4px;
	padding-right: 4px;
	color: #6976d2;
}
div#languagenav a {
	color: white;
	text-decoration: none;
}
/* navigation *************************************************************************************/
div#mainnav div.level3Background {
	background-color: #080d34;
	height: 26px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 0;
}
div#mainnav ul {
	z-index: 200;
	margin: 0;
	padding: 0;
}
div#mainnav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
div#mainnav li a {
	display: block;
	text-decoration: none;
	color: white;
}
div#mainnav li strong a {
	font-weight: normal;
}
div#mainnav ul.level2 {
	font-size: 15px;
}
div#mainnav ul.level2 a {
	padding: 6px 25px;
}
div#mainnav ul.level2 a:hover, div#mainnav ul.level2 li.active a, div#mainnav ul.level2 li.trail a {
	background-color: #080d34;
}
div#mainnav ul.level3 {
	position: absolute;
	top: 30px;
	left: 0;
	height: 25px;
	width: 794px;
	background-color: #080d34;
	font-size: 11px;
	padding-left: 10px;
}
div#mainnav ul.level3 a {
	padding: 6px 15px;
}
div#mainnav ul.level3 a:hover, div#mainnav ul.level3 li.active a, div#mainnav ul.level3 li.trail a {
	color: #e74374;
}
div#contentarea {
	position: relative;
	background-color: #f0f1f2;
	border-bottom: 12px solid #004995;
	margin-left: 96px;
	background-image: url("../images/bg_content.gif");
	background-position: top right;
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 18px;
	width: 804px; /* workaround for poor li'le old IE */
}
div#contentarea div.contentFakeMinHeight {
	float: left;
	width: 27px;
	height: 415px;
}
div.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
div#homecontentarea {
	position: relative;
	background-color: #999999;
	border-bottom: 12px solid #004995;
	margin-left: 96px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: white;
	line-height: 18px;
/*	height: 414px;*/
	height: 122px;
	padding-left: 272px;
	padding-top: 292px;
	padding-right: 30px;
}
/* content column *********************************************************************************/
div#contentcol {
	float: left;
	width: 430px;
	position: relative;
}
div.standardpadding {
	padding: 40px 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 15px;
	padding-bottom: 13px;
}
div.slogan {
	color: #004995;
	padding-top: 86px;
}
div.chapter {
	padding-top: 88px;
	color: #004995;
}
div.chapter div.title {
	position: relative; 
	width: 313; 
	overflow:hidden; 
	margin-bottom: 11px;
}
div.chapter div.text {
/*	width: 320px;*/
}
table.logotable td {
	text-align: center;
}
/* news listing / staff listing *******************************************************************/
ul.newslisting, ul.stafflisting {
	margin: 20px 0px;
	padding: 0;
/*	color: #004995;*/
}
ul.newslisting li, ul.stafflisting li {
	list-style-type: none;
	padding: 2px 0px;
	margin: 0;
	line-height: 1.2em;
}
ul.stafflisting li {
	margin-bottom: 0.5em;
}
ul.newslisting a, ul.stafflisting a {
/*	color: #004995;*/
	text-decoration: none;
}
ul.stafflisting li.active a {
	color: #e74374;
}
ul.newslisting div.date {
	float: left;
	width: 75px; 
}
ul.newslisting a div.linktext {
	margin-left: 75px;
	font-weight: bold;
}
ul.stafflisting div.name {
	font-weight: bold;
}
/* staff details **********************************************************************************/
div.staffmember div.info {
	margin-top: 60px;
	margin-left: 64px;
	margin-right: 50px;
	color: #004995;
	font-size: 12px;
}
div.staffmember div.info div.name {
	font-size: 14px;
}
div.staffmember div.info div.phone {
	margin-top: 1em;
}
/* scroll panel ***********************************************************************************/
div.scrollPanel {
	position: relative; 
	z-index: 50;
	width: 100%; 
	height: 334px; 
	overflow: hidden; 
}
div.scrollContent {
	position: relative;
}
div.scrollContent div.contentPadding {
	padding-top: 20px; 
	padding-bottom: 20px;
}
div.scrollBar {
	position: absolute; 
	top: 40px; 
/*	left: -17px; */
	left: 10px;
	width: 7px; 
/*	height: 364px;*/
	height: 334px;
	background-color: #d9d9d9; 
	z-index: 100; 
	display: none;
}
div.scrollHead {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 7px; 
	height: 14px; 
/*	background-color: black; */
	background-color: #004995;
	font-size: 0; 
	line-height: 0;
}
div.scrollBarArrow {
	position: absolute; 
	left: -1px;
}
div.scrollBarArrowUp {
	top: -14px; 
}
div.scrollBarArrowDown {
	bottom: -14px; 
}
/* downloads **************************************************************************************/
div.downloads {
	line-height: 2em;
}
div.downloads a {
	text-decoration: none;
	overflow: visible;
	background-image: url("../images/download.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
/* image column ***********************************************************************************/
div#imagecol {
	float: right;
	width: 313px;
	background-color: #d9d9d9;
	overflow: hidden;
}
div#imagecol img {
	padding: 0;
	margin: 0;
}
div#imagecol img.withBottomPadding {
	padding-bottom: 12px;
}
/* staff column ***********************************************************************************/
div.staffdetails {
	padding-top: 60px;
	padding-left: 60px;
	color: #004995;
	font-size: 12px;
	
}
/* admin ******************************************************************************************/
div.admin {
/*	display: none;*/
	background-color: #eeeeee;
	border: 2px dashed #cccccc;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 5px;
}
div.admin h2 {
	font-size: 11px;
	font-weight: bold;
}
/* form elements **********************************************************************************/
div.inputrow {
	margin-bottom: 2px; 
	clear: both;
}
div.inputrow label {
	float: left;
	width: 250px;
}
div.inputrow div.inputelement {
}
input {
	margin: 0;
}
div.inputrow input.text, div.inputrow textarea, div.inputrow select {
	width: 160px;
	background-color: #f0f1f3;
	border-style: solid;
	border-width: 2px;
	border-color: #cbcbcb;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 1px;
	line-height: 13px;
	margin-bottom: 0px;
	
}
div.inputrow div.inputelement input.submit {
	float: right;
	width: 166px;
	background-color: #e4e4e4;
	border-style: solid;
	border-width: 2px;
	border-color: #c1c1c1;
}
div.inputrow div.formNote {
	float: left;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 250px;
}

