body {
	font-size:11px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	font-weight:normal;
	margin:0px;
}

h1 {
margin-bottom:18px;
color:#5f9dc1;
font-weight:lighter;
font-size:18px;
letter-spacing:2px;
}

a:link  {text-decoration:underline; color:#5f9dc1;}
a:visited  {text-decoration:underline; color:#5f9dc1;}
a:hover  {text-decoration:underline; color:#5f9dc1;}
a:active  {text-decoration:underline; color:#5f9dc1;}

.footer {
background:url(images/footerGradient.jpg) repeat-x top;
color:#FFF;
font-size:10px;
font-weight:lighter;
}

.footer a:link  {font-weight:lighter; text-decoration:none; color:#FFF;}
.footer a:visited  {font-weight:lighter; text-decoration:none; color:#FFF;}
.footer a:hover  {font-weight:lighter; text-decoration:none; color:#5f9dc1;}
.footer a:active  {font-weight:lighter; text-decoration:none; color:#5f9dc1;}

.footerGrey {
color:#3b3a3c;
}

.topmargin {
	margin-top: 36px;
}

.linemargin {
border-right:1px solid #ddd;
margin:20px;
}

.coloured {
color:#5f9dc1;
}

.bodycenterline {
border-right:1px solid #ddd;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.topGradient {
	background-image:url(images/underheaderGradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.bodytable {
	vertical-align:middle;
}
.headerGradient {
	background-image:url(images/headergradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.headerRight {
	text-align:right;
}

.header {
	color:#fff;
}

.slidetabsmenu{
text-align:right;
float:left;
width:100%;
font-size: 12px;
line-height: 35px;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 10px;
}

.slidetabsmenu ul{	
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
text-align:right;
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
text-align:right;
background:url(images/tableft.gif) no-repeat left center;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:right;
padding:2px 13px 2px 4px;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: #5f9dc1;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{

}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{

}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
padding-top: 15px;
color:#FFF;
position:absolute;
top: 0;
margin-top:12px;
border-bottom: 1px solid #888888; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px;
line-height:18px;
z-index:100;
background-color: #aaaaaa;
background:url(images/greyOpacity40.png) repeat left top;
width: 200px;
visibility: hidden;
}


.dropmenudiv_c a{
text-align:left;
font-size:12px;
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #888888;
padding: 2px 0px 2px 15px;
text-decoration: none;
color: white;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background:url(images/dropdownHover.png) no-repeat left top;
}
