/*
Navagation
*/
td.mainNav {
	vertical-align: top;
	text-align: left;
}
table.mainNav {
	margin-left: 6;
	border-color: #FFFFFF;
	vertical-align: top;
}
#mainNav ul
{
list-style: none;
padding: 0;
margin: 5;
}
#mainNav li
{
/*background: url(nav.jpg) #fff bottom left repeat-x;*/
float: left;
margin: 0  ;
/*margin: 0 0.15em;*/
}
#mainNav li a
{
/*background: url(nav.jpg) #fff bottom left repeat-x;*/
height: 1em;
line-height: 1em;
float: left;
display: block;
border: 0.1em solid #FFFFFF;
color: #000000;
background-color: #D3E7F9;
text-decoration: none;
text-align: center;
}
#mainNav li a:hover
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
background-color: #70BE00;
color: #FFFFFF;
}
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #D3E7F9;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #000000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #70BE00;
color: #FFFFFF;
}
/* Hide from IE5-Mac \*/
#mainNav li a
{
float: none;
}
/* End hide */

/*
Main Body
*/
body {
	color: #000000;
}
td.mainBody {
	margin-left: 5;
	padding: 5px;
	vertical-align: top;
}
td.subBody {
	margin-left: 5;
	/*border-width: 0px 1px 0px 1px;*/
	padding: 5px;
	font-size: 14pt;
	vertical-align: top;	
}
.subBodyHeader {
	margin-left: 5;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #C6C6C6 #C6C6C6 #C6C6C6 #C6C6C6;
	vertical-align: top;
	font-weight: bold;
	width: 100%;
	background-color: #C9E2F8;
	font-size: 14px;
}
.subBodyHeader2 {
	margin-left: 5;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #C6C6C6 #C6C6C6 #C6C6C6 #C6C6C6;
	vertical-align: top;
	font-weight: bold;
	background-color: #C9E2F8;
	font-size: 14px;
}
.subBodyText{
	margin-left: 6;	
	font-size: 14px;
}
.subBodyText a{
color: #000869;
text-decoration: none;
}
.subBodyText a:hover{
	/*hover background color*/
	background-color: #70BE00;
	color: White;
	text-decoration: none;
	padding: 4;
	font-weight: bold;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #C9E2F8;
color:  #000869;
font-weight: bold;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

