body{
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-family: arial,helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	background: url(gfx/back.gif);
}

h2 {color: #333300;
	font-family: arial,helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px}

h3 {color: #333300;
	font-family: arial,helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px}

hr { 
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
}

a { text-decoration: none; }
a:link { color: #006633; }
a:visited { color: #006633; }
a:hover { color: #666666; }

.imgrightpad{
padding-right: 10px;
}

.head1 {color: #333300;
	font-family: arial;
	font-weight: bold;
	font-size: 18px}

.list1 {
	font-family: arial,helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.40em;
}

.form {color: black;
	font-family: courier;
	font-size: 12px}

.table {color: black;
	font-family: arial;
	font-size: 12px}

.body1 { 
	color: black;
	font-family: arial,helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	}

.body2 { 
	color: #333300;
	font-family: times;
	font-size: 15px;
	}

.body3 { 
	color: black;
	font-family: arial,helvetica, sans-serif;
	font-size: 13px;
	}

.body4 { 
	color: black;
	font-family: arial,helvetica, sans-serif;
	font-size: 15px;
	}

.bottomnav {
	padding-top: 8px;
	padding-bottom: 8px;
	/*height: 30px;*/
	/*vertical-align: middle;*/
	color: black;
	font-family: arial,helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

#framecontent{
/*width: 100%;*/
/*height: 150px;*/
text-align: center;
border-bottom: 1px solid #000;
}

#maincontent{
/*width: 100%;*/
border-top: 1px solid #000;
}

.innertube{
margin-top: 15px;
margin-right: 60px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 60px;
}

/*------------- flyout menu styles -------------*/

/*.menucontainer{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
text-align: center;
}*/

.suckertreemenu{
width: 604px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
font-size: 12px;
list-style-type: none;
text-align: center;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #F3F3F3;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline-block;
/*width: 90px;*/ /*Width of top level menu link items*/
/*padding: 1px 8px;*/
/*border: 1px solid black;*/
/*border-left-width: 0;*/
text-decoration: none;
white-space: nowrap;
/*color: navy;*/
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
border: 1px solid #666666;
line-height: 1.25em;
visibility: hidden;
text-align: left;
}

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

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 310px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 3px 6px;
border: 1px solid #666666;
background-color: #F3F3F3;
}

.suckertreemenu ul li ul li a:hover{
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/*----------- end flyout menu styles -----------*/