body{
margin: 0 auto;
font: 13px normal arial, sans-serif;
color: #000000;
text-align: center;
width:1000px;
background-color: #FFFFFF;
}

#bodyTop{
/* TBH - Added to hide old code */
visibility:hidden;
width:1000px;
}

#mainBody{
width: 1000px;
margin: 0 auto;
text-align: left;
font: 13px normal arial, sans-serif;
color: #000000;
text-align: center;

/* TBH - Added to show new code */
visibility:visible;


}

.hidden {
	visibility:hidden;
}

#header{
background: url('../images/bg_header.gif') no-repeat top left;
width: 1000px;
height: 82px;
padding: 0 0 0 15px;
position: relative;
}
#logo{
width: 453px;
float: left;
}
#date{
position: absolute;
right: 20px;
top: 15px;
color: #FFFFFF;
font-size: 12px;
}
#searchCont{
position: absolute;

font-size: 12px;
right: 20px;
top: 40px;
}

#searchCont label{
color: #000000;
display: block;
}
#searchCont input#searchSubmit{
background: url('../images/go.gif') no-repeat top left;
width: 41px;
height: 23px;
cursor: pointer;
border: 0;
color: #ffffff;
font-size: 11px;
font-weight: bold;
padding: 0 0 2px 0;
}
#searchCont input{
width: 209px;
height: 20px;
border: 1px solid #99a0a7;
padding: 0;
}
#mainContent{
background: url('../images/bg_maincontent.gif') repeat-y top left;
width: 1000px;
position: relative;
padding: 0 0 94px 0;
min-height: 550px;
height: auto !important;
height: 550px;
}
#bottomDecor{
	position: absolute;
	bottom: 0;
	right: 0;
}

.leftNav {
display: none;
}

.leftNav li{
position: relative;


}
.leftNav li a{
width: 178px;
display: block;
margin: 0 0px 0 0;
display: block;
cursor:pointer;
}
.leftNav ul li{
border-bottom: 1px solid #849198;
padding: 2px 4px 2px 0px;
}
.leftNav ul li.lastLi{
border-bottom: none;
padding-bottom: 0;
}
.leftNav li a span{
padding-left: 10px;
display: block;
}

.leftNav li ul{
	position: absolute;
	left: 195px;
	top: 0;
	display: none;
	
	
}

.leftNav li ul li ul
{
	left: 180px;

}
.leftNav li ul.over, .leftNav li ul.over li ul.over, .leftNav li ul.over li ul.over li ul.over
{
	display: block;
}
.leftNav li ul li.first ul
{
	left: 195px;
}
.leftNav li ul li.first{
width: 198px;
margin-left: -17px;
}
.leftNav li ul li ul li.first
{
	margin-left: 0;
}
.leftNav li ul li.first ul li ul
{
	left: 175px;
}
.leftNav li ul li.first a{
width: 195px;
}
.leftNav li ul li.first ul li a{
width: 178px;
}
.leftNav li ul li.first a span{
padding-left: 27px;
width: 100%;
}
.leftNav li ul li.first ul li a span{
padding-left: 10px;
}
.leftNav li ul li{
background-color: #d1ebf7;
float: left;
width: 181px;

}
.leftNav li.on ul{
display: block;
}
.whiteBoxTop{
background: url('../images/bg_whitebox_top.png') no-repeat bottom left;
width: 194px;
height: 31px;
}
.whiteBoxTop span{
padding: 8px 0 0 17px;
display: block;
}
.whiteBoxMid{
background: url('../images/bg_whitebox_mid.png') repeat-y bottom left;
width: 194px;
margin: 0 0px 0 0px;
}
.whiteBoxBot{
background: url('../images/bg_whitebox_bot.png') no-repeat top left;
width: 194px;
height: 12px;
}
.whiteBoxInner{
padding: 0 6px 0 6px;
}
#nav{
background-color: #008fd4;
width: 1000px;
height: 50px;
}
#nav ul{
margin: 0;
padding: 9px 0 0 11px;
}
#nav ul li{
background: url('../images/bg_menuitem.png') no-repeat;
width: 137px;
margin-right: 2px;
display: block;
float: left;
text-align: center;
font-size: 11px;
position: relative;
z-index: 19;
}
#nav ul li.on{
background: url('../images/bg_menuitem_on.png') no-repeat;
height: 41px;
}
#nav ul li ul{
position: absolute;
left: 0;
top: 41px;
z-index: 20;
background-color: #0072bc;
padding-left: 0;
width: 136px;
padding-top: 0px;
display: none;
}
#nav ul li ul li{
background: url('../images/bg_subnav.gif') repeat-x top left;
margin: 0;
width: 125px;
height: auto;
text-align: left;
width: 136px;
}
#nav ul li ul li a{
height: auto;
padding: 0;
width: 136px;
}
#nav ul li ul li a span{
padding: 2px 0 2px 26px;
}
#nav ul li ul li ul{
top: 0;
left: 136px;
display:none
}
#nav ul li ul li ul li a{
border-left: 1px solid #ffffff;
}
#breadCrumb{
background-color: #e1f3fe;
height: 18px;
color: #000000;
}
#breadCrumb ul{
margin: 0;
list-style-type: none;
padding: 0 0 0 23px;
}
#breadCrumb ul li{
padding: 0 0 0px 0;
display: block;
float: left;
}
#breadCrumb ul li img{
display: block;
float: left;
}
#breadCrumb ul li a{
padding: 0 0 0px 0;
display: block;
float: left;
}
#breadCrumb ul li span{
padding: 0 3px 0 5px;
display: block;
float: left;
}
#contentLeft{
padding: 18px 0 0 0px;
width: 263px;
float: left;
background-color: #008fd5;
font-size: 12px;
}
#contentLeftInner{
padding-left: 23px;
}
#contentLeft ul{
margin: 0;
padding: 0;
list-style-type:none;

}
#header, #mainContent
{
	text-align: left;
}
#contentRight{
width: 737px;
float: left;
background: url('../images/bg_content.gif') no-repeat 60px 0px;
min-height: 495px;
height: auto !important;
height: 495px;
overflow-x: hidden;
}
#contentRightInner{
padding: 0 30px 0 30px;

}
#contentRightInner table td
{
	font-size: 12px;
}
#contentRightInner p{
	line-height: 19px;
	color: #333;
	font-size: 12px;

}	
#footer{
background-color: #008fd4;
padding: 18px 0px 8px 48px;
}
#footer ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #FFFFFF;
}
#footer ul li{
display: inline;
font-size: 11px;
}
#footer ul li a{
padding: 0 0px 0 0;
}
#footer ul li span{
padding: 0 3px 0 3px;
}
#cp{
color: #FFFFFF;
text-align: center;
font-size: 11px;
}
#footer ul li.lastLi a{
	padding-right: 0;
}
#nav ul li a{
width: 135px;
display: block;
height: 35px;
padding: 0 2px 0 0;
font-weight: bold;
}

#nav ul li a span{
display: block;
padding: 2px 5px 0 10px;
}
#nav ul li a span.oneLine{
padding: 7px 0 0 0;
}
#breadCrumb ul li a:link {
color: #000000;
text-decoration: underline;
}
#breadCrumb ul li a:visited {
color: #000000;
text-decoration: underline;
}
#breadCrumb ul li a:hover {
color: #000000;
text-decoration: none;
}
#breadCrumb ul li a:active {
color: #000000;
text-decoration: none;
}
.leftNav ul li a:link {
color: #000000;
text-decoration: none;
}
.leftNav ul li a:visited {
color: #000000;
text-decoration: none;
}
.leftNav ul li a:hover {
color: #008fd5;
text-decoration: none;
}
.leftNav ul li a:active {
color: #000000;
text-decoration: underline;
}
#nav ul li a:link {
color: #ffffff;
text-decoration: none;
}
#nav ul li a:visited {
color: #ffffff;
text-decoration: none;
}
#nav ul li a:hover {
color: #ffffff;
text-decoration: none;
}
#nav ul li ul li a:hover {
font-weight: bold;
}
#nav ul li a:active {
color: #ffffff;
text-decoration: none;
}
#footer ul li a:link {
color: #ffffff;
text-decoration: none;
}
#footer ul li a:visited {
color: #ffffff;
text-decoration: none;
}
#footer ul li a:hover {
color: #ffffff;
text-decoration: underline;
}
#footer ul li a:active {
color: #ffffff;
text-decoration: none;
}
a:link {
color: #008fd5;
text-decoration: none;
}
a:visited {
color: #008fd5;
text-decoration: none;
}
a:hover {
color: #008fd5;
text-decoration: underline;
}
a:active {
color: #008fd5;
text-decoration: none;
}
img{
border: 0;
}
.clear{
clear: both;
}
h1{
color: #008FD4;
font-size: 30px;
margin-top: 0;
padding-top: 10px;
}
#contentRightInner table td.bodyheader
{
	color: #008FD4;
	font-size: 16px;
}
#mainBody #mainContent #contentRight #contentRightInner table tr .bodycopy.style5 p font strong {
	color: #333;
}

