body {
padding: 0;
margin: -10px 0 0 -10px;
/*/*/margin: 0 0 0 0; /* */ 
background:  url("../images/background/back.jpg") repeat-x ;
background-color: White;
font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}
.maintdbg {
background-image:  url("../images/background/tableback.jpg");
background-repeat: repeat-y;
}
.maintable{
background: white;
color: #666666;
border-bottom: 1px solid #6E8594;
}

.maintd {
	padding: 20px 10px 10px 20px;
	font-size: 14px;
}
/*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;
}

.mainhd {
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	font: Garamond, Georgia, Verdana;
}

.mainhdRed {
	color: #670001;
	font-weight: bolder;
	font-size: 18px;
	font: Garamond, Georgia, Verdana;
	font-style: oblique;
} 
a:link {
color: #576B77;
font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
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("../images/background/shadeform.jpg");
}
/*styles the input fields*/
input{
	background-image:  url("../images/background/shadeform.jpg");
}
