body, a, .normal {
	font-family: arial, helvetica, sans;
	font-size:11px;
	padding: 0;
}
body{
	text-align:center;
}
p{
	line-height:15px;
}

body, #nav li ul li, #moreNews, h4, h6, #newsTitle h5{
	margin:0px;
}
#mainContent{
vertical-align:top;
}
#mainContent p,#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent .body_link, .backToTop, .standardTable, .formTable, form table{
	margin-left:40px;
}

#mainContent p,#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent .body_link{
	margin-right:110px;
}
#mainContent .graph{
margin-right:0px;
margin-left:40px;
}
.subNav{
	padding-top:12px;
}

#footer a, .breadcrumbs a, .body_link a, .sub_nav a, .sub_drop_noshade a, .sub_drop a, .sub_section a, .arrowLeft a, .arrowRight a, .backToTop a, .sub_nav_noline a{
	text-decoration:none;
}
#textLinks{
		padding-bottom:4px;
}
.breadcrumb_marked{
	color:#540406;
}
.sub_nav a, .sub_section a{
	color:#4c5171;
}
#textLinks a, h2, .noline, h3,h6,.normal:hover,.sub_nav_noline,#moreNews,#newsBody{
	color:#bd0d17;
}
#textLinks a
{
	color:blue;
}
h1, a:hover{
	color:#bd0d17
}
h1{
	font-weight:bold;
	font-size:19px;
}

h2{
	font-weight:bold;
	font-size:18px;
}

h1, h2, .body_link
{
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color:#D8D9DE;
	width:468px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 7px;
}
select{
	font-size:10px;
}
.noline,.nobg{
	border-style: none none none none;
}

h4{
	padding:0px;
}
h3{
	padding:0px;margin:24px 0 0 0;
}
/* the para after an h3 has to have it's top margin shrinking */

p.afterTitle{
	margin-top:2px;
}
/*h6 has the arrow*/
h3,h6{
	font-weight:bold;
	font-size:13px;
}
h6,.breadcrumbs{
	padding-left:40px;
}
.long_link{
	background-image:url(images/arrowed_bg_long.gif);
	background-repeat:no-repeat;
	margin:0;padding:0;
	margin-left:40px;
	padding-left:16px;
	background-repeat:no-repeat;
	height:22px;
}

.long_link a{
	line-height:22px;
	text-decoration:none;
	color:#6C7291;
}
h6{
	background-image:url(images/arrowed_bg.gif);
	background-repeat:no-repeat;
}
h6.lined{
	background-image:url(images/arrow_and_line_bg.gif);
	background-repeat:no-repeat;
	height:27px;
}

h4, .body_link a, .arrowLeft a, .arrowRight a, .backToTop a{
	color:#6c7291;
}
h4{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 0px;
}
p.intro{
	font-size:12px;
	color:#7f8196;
	font-weight:bold;
}

/*various a rules*/
.breadcrumbs{}
.breadcrumbs a{
	color:#72788b;
}
.breadcrumb_marked, .normal {
	text-decoration: underline;
}

.breadcrumb_marked{}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.body_link{
	display:block;
}

.body_link img {
	padding:0;
	border: none;
	margin-right: 11px;
}
	
	#frame {
	width:812px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px 0px 0px 22px;
	text-align:left;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
		}
	
	#contentcenter {
		width:790px;
		padding:0px;
		}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
}

#nav a {
	width: auto;
}
/* MAC IE will not have drop down menus, and this fixes it's problem with display:blockl\*/
#nav a {
	display: block;
}
/* end hack */
#nav li { /* all list items */
	width: auto;
	float: left;/* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	padding:0px 0px 0px 0px;
	position: absolute;
	width: 156px;
	left: -999999em;
	/*background:#595C77;*/ /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li{
	line-height: 0;
	height:-2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Sub nav lists */
.sub_drop, .sub_drop_noshade, .sub_nav, .sub_nav_noline, .sub_section, .sub_header{
	background-repeat:no-repeat;
	width:172px;
	text-indent:20px;
	line-height:20px;
	text-align:left;
}
.sub_drop, .sub_drop_noshade, .sub_nav,.sub_header,.sub_nav_noline{
	font-weight:bold;
}
.sub_nav, .sub_drop_noshade, .sub_nav_noline{
		height:21px;
}
	.sub_nav{
		background-image:url(images/subNav_bg.gif);
	}
	.sub_nav_noline{
		background-image:url(images/subNav_bg_noline.gif);
	}
	.sub_drop, .sub_drop_noshade,.sub_header{
		color:white;
	}
	.sub_drop{
		background-image:url(images/drop_down_bg.gif);
	}
	.sub_drop_noshade{
		background-image:url(images/sub_drop_noshade_bg.gif);
	}
	.sub_header, .sub_drop{
		height:34px;
	}
	.sub_section{
		height:19px;
	}
	.sub_section{
		background-image:url(images/sub_section_bg.gif);
	}
	.sub_header{
		background-image:url(images/sub_header_bg.gif);
		margin-top:5px;
	}
	.sub_drop_noshade a, .sub_drop a, .sub_drop_noshade a:hover, .sub_drop a:hover{
		color:white;
	}
	.no_show{
		display:none;
	}
	.sub_form{
		margin-top:4px;
		margin-bottom:8px;
	}
	.sub_form select{
		width:150px;
		margin:2px;
	}
	#acrobat{
		margin-top:60px;
	}
	#acrobat img{
	margin-left:20px;
	margin-top:9px;
	}

#preloader{
	display:none;
}
.white{
	color:white;
}

#newsBody, .colouredTable{
	background-color:#c5dce8;
}
/* Section specific rules */
#newsTitle, #newsBody, #moreNews{
}
#newsTitle{
	background-color:#8cbad1;
}
.lightblue{
	color:#8cbad1
}
#newsTitle h5{
	font-size:19px;
	color:white;
	font-weight:normal;
	padding:0 0 0 40px;
}
#newsBody{
	padding:12px 40px 12px 40px;
}
#moreNews{
	background-color:#e2edf3;
	padding:7px 40px 7px 40px;
	height:39px;
}
.arrowLinks {
	margin-left: 40px;
}
.arrowLeft, .arrowRight, .emptyRight{
	padding-left:16px;
	background-repeat:no-repeat;
	height:22px;
	padding-top:0px;
}
.arrowLeft {
	background-image:url(images/biog_bg_left.gif);
	width:174px;
}
.arrowRight, .emptyRight {
	width:257px;
}
.arrowRight{
	background-image:url(images/biog_bg_right.gif);
}
.emptyRight {
	background-image:url(images/biog_bg_empty_right.gif);
}
.arrowedTable, .backToTop{
	padding-left:16px;
}
.backToTop{
	background-image:url(images/back_to_top_bg.gif);
	background-repeat:no-repeat;
	width:468px;
	height:33px;
	padding-top:9px;
	padding-bottom:12px;
	margin-left:40px;
	margin-top:27px;
	margin-bottom:19px;
}
.mixedTable{
	
}
.mixedTable img{
	margin-left:5px;padding:5px;
}
.colouredTable, .justPadded{
		padding-left:12px;
}
.smallerBox{
	width:187px;
}
.largerBox{
	width:223px;
}
.commentBox{
	width:428px;
}
.arrowedTable{
	background-image:url(images/table_arrow_bg.gif);
	background-repeat:no-repeat;
	height:30px;
}
.noPad{
	margin:0px;padding:0px;
}
.standardTable{}
.standardTable th{
height:30px;
background-color:#993333;
color:white;
padding-left:4px;padding-right:4px;
}
.standardTable td.standardCell{
height:24px;
background-color:#CFD1DD;
color:#081032;
font-weight:bold;
}
.standardTable td{
height:24px;
background-color:##CFD1DD;
color:#081032;
font-weight:bold;
}
.standardTable td.xAxis{
	background-color:#EFF0F3;
	color:#001a58;
	font-weight:normal;
	padding-left:5px;padding-right:5px;
}
.standardTable td.navCell{
background-color:#CFD1DD;
font-weight:normal;
 }
.standardTable tr{
}
.tablerow{
}
.tablerow td.notBold{
	font-weight:normal;
}
tablerowalt{
}
.smaller {
	font-size: smaller;	line-height:10px;
}
.gappedPara{

padding-top:27px;
}
 .hide {/*display:none*/}
.lightblue {
	color: #8A90AC;
}
