body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001122;
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0B467E;
	background-image: url(../images08/main/spring-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: underline;
	color: #FF9933;
}
h1 {
	font-size: 18px;
	color: #004990;
	line-height: 24px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #004990;
}
.boldtext{
	font-size: 12px;
	color: #001122;
	font-weight: bold;
}
a.subnav {	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 10px;
	padding-top: 0px;
	padding-left: 10px;
}
a.subnav:link {
	color: #004990;
	background-image: url(../images08/main/subnav-bg.jpg);}
a.subnav:visited {
	color: #004990;
	background-image: url(../images08/main/subnav-bg.jpg);}
a.subnav:hover {	
	color: #001122;
	background-image: url(../images08/main/subnav-bg2.jpg);}
a.subnav:active {	
	color: #001122;
	background-image: url(../images08/main/subnav-bg2.jpg);
}
	
.mainbody{
	background-image: url(../images08/main/content-bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.footer {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
a.smalllink:link {
	color: #FF9933;
	font-size: 9px;
	text-decoration: none;
}
a.smalllink:visited {
	text-decoration: none;
	font-size: 9px;
	color: #FF9933;
}
a.smalllink:hover {
	text-decoration: underline;
	font-size: 9px;
	color: #FF9933;
}
a.smalllink:active {
	text-decoration: underline;
	font-size: 9px;
	color: #FF9933;
}
.headermain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #004890;
	text-decoration: none;
}
.headersub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #004890;
	text-decoration: none;
	font-weight: bold;
}
.verticalline {
	background-image: url(../images08/main/blue-pixel.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	background-position: center top;
}
.highlight-image {
	padding: 0px 10px 5px 0px;
	margin: 0px;
	float: left;
}
td.subpagecontent{
	background-repeat: no-repeat;
	border: solid 1px #fff
}
td.subpagetitle{
	background-repeat: repeat-x;
	border: solid 1px #fff;
	background-image: url(../images08/main/pagetitle-bg.jpg);
}


/*horizontal sub-sub menu style*/
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border: 1px solid #000033; /*dark blue border*/
border-width: 1px 0;
background: black url(../images08/main/subnav-bg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images08/main/subnav-bg2.jpg) center center repeat-x;
}

.newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #155EAE;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #155EAE;
	text-decoration: none;
}
.imageleft{float: left; margin-right: 5px;}
.imageright{float: right; margin: 0 0 10px 10px;}
.smalltext {font-size: 11px;}
.textcentre {text-align: center;}