BODY {
	font-family : serif;
	color : Black;
	text-align : left;
	background : #ffffee;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#mainshadow {
	width: 816px;
	background-image: url(images/dropshadow-middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: 60px;
	padding:0;
	text-align:center;
}

#main {
  width: 800px;
  margin: 0 auto;
  position:relative;
  background-color:#ffffdd;
}




H1 {
	font-size : 24px;
	font-weight : bold;
	text-align : right;
	color : white;
	padding : 0;
	margin : 10px;
}
H2 {
	font-size : 18px;
	font-weight : bold;
	text-align : right;
	text-transform : none;
	padding : 0;
    margin : 10px;	
	color : white;
}
H3 {
	font-size : 18px;
	font-weight : bold;
	text-align : left;	
	color : #3B5E86;
	padding :  0 10px;
	margin : 0;
}

H4 {
	font-size : 14px;
	font-weight : bold;
	text-align : left;	
	color : #3B5E86;
	padding :  0 10px;
	margin : 0;
}
A {
	
}
A:LINK {
	color : #3B5E86;
	text-decoration:none;
	font-weight:bold;
}
A:Visited {
	color : #3B5E86;
	text-decoration:none;
	font-weight:bold;
}
A:Active {
	color : #3B5E86;
	text-decoration:none;
}
A:Hover {
	color : white;
	background : #3B5E86;
}

#header ul {
  list-style: none;
  padding-top: 20px;
  padding-right: 20px;
   
}

#header ul li {
  display: inline;
  padding-left: 15px;
  padding-right: 10px;
  text-transform: uppercase;
  background-image:url(images/blue-square.gif);
  background-repeat:no-repeat;
  
}

#header a { 
  text-decoration: none; 
  color: #3B5E86;
  font-size: 14px;
  font-weight:normal;
}

#header a:hover {
  color: #ffffff;
  background-color:#3B5E86;
}



P {
	font-size : 12px;
	padding : 5px 10px 5px 10px;
	color:#444444;
}

th {
	font-size : 12px;
	text-align : left;
	font-weight:bold;
	color:#444444;
}
td {
	font-size : 12px;
	text-align : left;
	font-weight:normal;
	color:#444444;
}


#slides { list-style: none; overflow: hidden; width: 750px; height: 525px; margin: 0; margin-left: 3px; padding: 0 0 15px; }
#slides li { list-style: none; }

input, textarea {font-family: "Century Gothic", arial, sans-serif;color: black;font-size: 20px;font-generic: "sans-serief"; }

.terms li {
  font-size:12px;
  padding:10px;
   
}