#divLogo {
}
#divNav {
	background-color: #00DEDB;
	width: 780px;
	height: 55px;
}
#divMain {
	background-color: #078CE3;
	width: 740px;
	height: 100%;
	float: left;
	padding: 20px;
}
#divFooter {
	background-color: #00DEDB;
	width: 733px;
	background-image: url(../images/footer-left.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 47px;
	height: 45px;
	float: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00DEDB;
}
#imgFooterRight {
	float: right;
}
#ulMainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #00DEDB;
}
#ulMainNav li {
	display: inline;
	float: left;
	text-align: center;
}
#ulMainNav a:link, #ulMainNav a:visited, #ulMainNav a:active {
	font-size: 16px;
	text-decoration: none;
	background-image: url(../images/navbutton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
	margin-left: 95px;
	clear: both;
	width: 78px;
}
#ulMainNav a:hover, #ulMainNav a.current:link, #ulMainNav a.current:visited {
	background-image: url(../images/navbutton_over.gif);
}
h1 {
	font-family: "Viner Hand ITC", Verdana, Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	line-height: 0.6em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}
a:link, a:active, a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#tableIndex {
	background-color: #00DEDB;
	font-size: 20px;
	text-align:center;
	line-height: 1em;
}
#tableContact {
	background-color: #00DEDB;
}
.boldText {
	font-weight: bold;
}
#divContainer {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.5em;
}
body {
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
}
