html, body {
	margin: 0;
	padding: 0;
	text-align:center;
	height: 100%;
	color: #000000;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #91DFEB;
}

body,td,th {
	color: #000000;
}

a:link, a:visited, a:hover, a:active
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #605B43;
}

a:hover {color: #605B43; text-decoration: none}

td.hd {
    background-color: #04b0d8;
    color: white;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}
  
.style1 {font-size: small}

div#container {
	display: table;
	margin: 0 auto;
	background-color:white;

	width: 764px;
	height: 100%;
}

div#content {
	text-align:justify;
	width: 732px;
	height: 100%;
	padding-top: 0px;
	margin-left:16px;
	margin-right:16px;
}

h2 {
	color:#2dc1db;
	text-align: center;
}

div#bodyBottom {
	display: table;

	margin: 0;
	padding: 0;
	text-align: center;
	width: 764px;
	background-color:white;
}

div#top {
	display: table;
	margin: 0 auto;
	text-align: center;
	height: 119px;
	background: url(../site_img/top_slice.jpg);
	width: 100%;
}

div.banner {
	display: table;
	margin: 0 auto;
	width: 760px;
	height: 90px;
	text-align: center;
}

div.body {
	width: 764px;
	height: 100%;
	padding-top: 0px;
	margin: 0 auto;
}

div.bodyRight {
	float: right;
	width: 50%;
}

/* contact form */

fieldset {
	float: left;
	clear: left;
	margin: 0 0 1.5em 0;
	padding: 0;
}

label {
	display:inline;
	float: left;
	width: 13em;
	margin-right: 1em;
	text-align: right;
}

.labeltop {
	display:block;
	width: 8em;
}

legend {
	margin-left: 1em;
	color: #2dc1db;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
}
