/*html {margin: 0; padding: 0;}*/
body {margin: 0; padding: 0; font-family: verdana, sans-serif; font-size: 80%;
           }
a {color: #000;}


/*******************************************************************************
                       Positioning rules
*******************************************************************************/


h1,{
font-size: 30px;
margin: 0;
color: #FFFFFF;
background-color: #6091C2;    /*** The header and footer have backgrounds, to cover the 2-tone body BG padding:10px; ***/

}

h2 {color: #000066;}
h3 {color:#000066;
	
	}

DIV#leftbox {
	position: absolute;
	left: 1px;
	width: 150px;
	color: #66FFFF;
	padding-top: 0px;
	top: 69px;
	margin-left:0px;

	
}

#centerbox {
margin: 75px 34% 0 165px;
padding: 0px;
background-color: #FFFFFF; 
	}
#centerbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
#centerbox .tablefont{
 font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
color:#000033;
}
#centerbox .tablehead{
 font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
color:#FFF;
background-color:#6091C2;
}
#rightbox {
	position: absolute;
	right: 25px;
	width: 20%;
	color: #000066;
	padding-top: 10px;
	top: 71px;
	}	
#rightbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}	
/*- Menu 9--------------------------- */
	
#menu9 {
	width: 145px;
	margin: 0px;
	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu5.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:  url(menu5.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
/* Image Rules */	

img {
    border: none;
}
.floatright { float: right; margin:10px}
.floatleft { float:left; margin:10px}


/*top and bottom*/
#header{
	position:absolute;
	top:-8px;
	left:0px;
	width:100%;
	height:75px;
	background:#6091C2;
	overflow:hidden;
	color: #fff;
	border-bottom: 2px solid #000000;
}
div#footer {
	position:relative;
	height: 70px;
	border: 2px solid #C8181A;
	background: #6091C2;
	clear: both;
	color: #ee8;
}
#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/
/*forms*/
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
textarea
{
color: #781351;
background: #B3D9FF;
border: 1px solid #781351;
}
input
{
color: #781351;
background: #B3D9FF;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #ccffff
}
fieldset
{
border: 1px solid #781351;
width: 50em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}
