body {
	background-color:#00618A;
	/*background-color:#FFFFFF;*/
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin:5pt;
}

.rightimage {
	float: right;
	margin:2px;
	margin-left:6px;
}
.leftimage {
	float: left;
	margin:2px;
	margin-right:6px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#homepagelinks{	
	font-size:9pt;	
}

#homepagelinks a{
	text-decoration:none;
	font-weight:bold;
	color:#A6BC09;
}

#homepagelinks a:hover{
	text-decoration:none;
	font-style:italic;
	
}

#links{
	font-size:10pt;
	color:#FFFFFF;
	letter-spacing:1pt;
	font-weight:bold;
}

#links a{
	text-decoration:none;
}

#links a:hover{
	color:#00618A;
}

#links2{
	font-size:10pt;
	color:#FFFFFF;
	letter-spacing:1pt;
	font-weight:bold;
}

#links2 a{
	text-decoration:none;
}

#links2 a:hover{
	color:#A7BC09;
}

#layer1{
	position:relative;
	top:0px;
	z-index:0;
}

#layer2{
	position:relative;
	top:-116px;
	z-index:1;
}

#formheader{
	font-size:14pt;
	font-weight:bold;
}

#sublinks{
	font-size:9pt;
}

#sublinks a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#sublinks a:hover{
	text-decoration:underline;
}

input{
	font-size:8pt;
}
/*
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1.3em;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align:center;
}

#nav a {
	display: block;
	padding: 3px 8px;
	color: #FFFFFF;	
	background-color: #A7BC09;
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
}

#nav a:hover{
	display: block;
	padding: 3px 8px;
	color: #00618A;	
	text-decoration: none;
	text-align: left;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px; 
	font-weight: bold;
	margin: 0;
	border:1pt solid #FFFFFF;
}
#nav li li {
	padding: 0;
	width: 160px; 
}
#nav li ul a {
	width: 160px;
	* html width: 160px;
	background-color:#005072;
	font-size: 8pt;	
}

#nav li ul a:hover {
	color:#FFFFFF;
	background-color:#0071A1;
}

#nav li ul ul {
	margin: -1.8em 0 0 7.1em;
	border:1pt solid #FFFFFF;
	border-left:none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
*/
.suckertreemenu ul{
margin: 0;
padding: 0;
line-height:22px;
height:22px;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
text-decoration:none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
float: left;
background-color: #A7BC09; /*overall menu background color*/
border-top:none;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
width: auto; /*Width of top level menu link items*/
padding: 0px 4px;
border: 1px solid FFFFFF;
border-left-width: 0;
text-decoration: none;
color:#FFFFFF;
text-align:left;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 0.8em; /* no need to change, as true value set by script */
display: block;
clear:left;
line-height:18px;
height:18px;
visibility: hidden;
color:#FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
border-top:none;
float: none;
clear:left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 99px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 14em; /*width of sub menu levels*/
color: #FFFFFF;
font-weight:normal;
text-decoration: none;
border: 1px solid #FFFFFF;
border-top:none;
background-color: #005072;
}

.suckertreemenu ul li a:hover{
color: #FFFFFF;
}

.suckertreemenu ul li ul li a:hover{
background-color: #A7BC09;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

* html .suckertreemenu ul li { float: left;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
