@charset "ISO-8859-1";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #009292;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #AAAAAA;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #00A6A6;
}
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1em;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #00A6A6;
	font-weight: bold;
}
.floatleft {
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
}.floatright {
	float: right;
	position: relative;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
a { color:#009292; text-decoration:none; }
a:hover {
	text-decoration:underline;
}
a:active { color:#dddddd; }

#home-nav {
	font-size: .9em;
	line-height: 1.9em;
	text-align: center;
}
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333 !important;
}

#footer { 	
	font-size: .7em;
	line-height: 1.2em;
	padding: 20px 7px 2px 7px;
	text-align: center;
	background: transparent;
	/* border-top: 1px solid #009292;
	border-bottom: 1px solid #009292; */
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:focus {
	background: transparent;
	color: #009292;
}
