body {
	background-color: #EDE7CF;
	margin: 0,0,0,0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-stretch: normal;
	line-height: 1.5em;
margin: 0; padding: 0;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

a:link.topmenu {
	color: #ffffff;
	text-decoration: none
	}

a:link {
	color: #00326F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003222;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #026B6E;
	margin: 0; padding: 0;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #026B6E;
	margin: 0; padding: 0;
}
h3 {
	font-size: 16px;
	color: #026B6E;
}
h4 {
	font-size: 14px;
	color: #026B6E;
}
h5 {
	font-size: 10px;
	color: #333333;
	line-height: 110%;
}
h6 {
	font-size: 8px;
	color: #333333;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #e1e1e1; /* You Can Change this color */
border: 2px solid #e1e1e1; /*You can change this color*/
}

.hovermenu ul li a:hover{
background-color: #e5e5e5; /*You Can Change This Color*/
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}



p {
line-height: 120%;
}

h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;
}

.divslide{

     maximum-height:213px;
	 width:801px;
} 


/* Semi Opaque Menu */

div.bottombar{ /* bar that runs across the bottom of the menu */
height: 6px;
background: #006B6E;
}

