body {
padding: 0;
margin: -10px 0 0 -10px;
/*/*/margin: 0 0 0 0; /* */ 
background: url(../background/back.jpg) repeat-x ;
background-color: White;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
}

.maintdbg {
background-image: url(../background/tableback.jpg);
background-repeat: repeat-y;
}
.maintable{
background: white;
color: #666666;
border-bottom: 1px solid #6E8594;
}

.maintd {
	padding: 20px 10px 10px 20px;
}
/*style for the left side bar area behind the menu buttons*/
.sidebar {
border-right: 20px;
width: 145px;
border-right: 1px solid #6E8594; 
padding-left: 5px;
}
 
a:link a: active {
color: #576B77;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: none;
}
 a:visited {
color: #8DA0AB;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}

a:hover {
color: #663300;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
a:active {
color: #576B77;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
/*styles the footer area*/
.footer{
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #798B97;
text-align: center;
border-bottom: 1px solid #6E8594;
}
.footer td{
background-color: White;	
color: #576B77;
}
.footer a:link {
color: #576B77;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: none;
}
.footer a:visited {
color: #576B77;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}

.footer a:hover {
color: #990000;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
.footer a:active {
color: #576B77;
font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
/*standard heading tags*/
h1 {	
font-size: 14px;
color: #666666;	
}
h2 {	
font-size:13px;
color: #576B77;
}
h3 {	
font-size: 12px;
color: #798B97;
}
/*styles for the contact form*/
form { margin: 0;} /*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
font-weight:bold;
color : #798B97;
font-weight : bold;
}
fieldset{
padding:10px;
border : 1px solid #798B97;
margin-bottom : 15px;
padding : 10px;
}
/*styles the 'contact form' text at top of contact form*/
legend {
color:#798B97;
font-weight: bold;
font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
}
/*styles the comments box*/
textarea{
background-image: url(../background/shadeform.jpg);
}
/*styles the input fields*/
input{
	background-image: url(../background/shadeform.jpg);
}

/*wrapper div wraps the total web page*/
#wrapper {	
position: relative; 
margin:auto; 
width:750px; 
text-align: left;}

/*flyout 1 div change the co ordinates for left and top if you need to move the flyout*/

#dropdown1 {
position:absolute; 
left:137px; 
top:276px; 
width:153px; 
height:96px; 
z-index:5; 
visibility: hidden;}

/*flyout 2 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown2 {
	position:absolute;
	left:138px;
	top:313px;
	width:153px;
	height:95px;
	z-index:5;
	visibility: hidden;
}
/*flyout 3 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown3 {
position:absolute;
left:136px;
top:340px;
width:156px;
height:70px;
z-index:2;
visibility: hidden;
}

/*this is the closer div -this is needed so that on mouseout the dropdowns close*/
#closer {
left:140px; 
position:absolute; 
margin-top:200px;
visibility:hidden;
width:500px;	
z-index:1;
}

/* styles the menu table inside the flyout div*/
.menu{
border: 1px solid #62737D;
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 150px;
background-color: #788B95;
}

.menu a{
background: #AAB6BD;
display: block;/*needed so that the whole cell is highlighted on mouseover*/
text-decoration: none;
width: 100%;
}

.menu a:link{
background: #C2CBCF;
border-right:1px solid #62737D;
border-bottom:1px solid #62737D;
border-left:1px solid #62737D;
color: White;
padding: 2px 2px 2px 2px;
filter:Alpha(opacity=80);/*remove if you want to have valid css*/
moz-opacity:1;  /*remove if you want to have valid css*/
}

.menu a:visited,.menu a:active{
background:#C2CBCF;
border-right:1px solid #62737D;
border-bottom:1px solid #62737D;
border-left:1px solid #62737D;
color: White;
padding: 2px 2px 2px 2px;
filter:Alpha(opacity=90);   /*remove if you want to have valid css*/
moz-opacity:1;   /*remove if you want to have valid css*/
}

.menu a:hover{
background-image: url(../graphics/menubackover.jpg);
background-repeat: repeat-x;
background: #6F7F90;
border-right:#62737D 1px solid;
border-bottom:#62737D 1px solid;
border-left: #62737D 1px solid;
color: White;
padding: 2px 2px 2px 2px;
filter:Alpha(opacity=100);   /*remove if you want to have valid css*/
moz-opacity:1;   /*remove if you want to have valid css*/
}
