p {
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #0092a2;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
#container {
	width: 700px;
	background: #FFFFFF;
	padding: 0px;
	margin: 10px auto;
}
#top {
	width: 175px;
	float: left;
	height: 53px;
}
#nav {
	float: left;
	height: 53px;
	width: 525px;
	left: 200px;
	background: #FFFFFF;
}
#banner {
	float: left;
	height: 131px;
}
#bottom {
	float: left;
	height: 55px;
	width: 150px;
}
#subnav {
	margin: 0px;
	float: left;
	width: 550px;
	height: 55px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #FFFFFF;
}
#content {
	width: 660px;
	float: left;
	background: #FFFFFF;
	padding: 20px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	white-space: nowrap;
	float: left;
	margin: 5px 0px 0px;
	padding: 0px;
}
#nav a {
	height: 15px;
	width: 100px;
	padding-top: 5px;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0092a2;
	text-decoration: none;
	text-align: center;
	padding-bottom: 5px;
	border: 1px solid #0092a2;
}
#nav a:link, #navigation a:visited {
	text-decoration: none;
	width: 100px;
	text-align: center;
	border: 1px solid #0092a2;
}
#nav a:hover, #navigation a:active {
	text-decoration: none;
	background: #FFFFFF;
	width: 100px;
	color: #0092a2;
	text-align: center;
	border: 1px solid #0092a2;
}


#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li {
	white-space: nowrap;
	float: left;
	margin: 5px 0px 0px;
	padding: 0px;
}
#subnav a {
	height: 35px;
	width: 85px;
	display: block;
	color: #0092a2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #0092a2;
	padding-top: 2px;
}
#subnav a:link, #navigation a:visited {
	text-decoration: none;
	width: 85px;
	text-align: center;
}
#subnav a:hover, #navigation a:active {
	text-decoration: none;
	background: #0092a2;
	width: 85px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #0092a2;
}
#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink a:active {
	text-decoration: none;
	background: #FFFFFF;
	color: #0092a2;
	border: 1px dashed #0092a2;
	font-weight: bold;
}


#content p {
	color: #000000;
	margin-bottom: 10px;
	font-size: 12px;
}
#content p.front {
	font-size: 16px;
}
#content a {
	color: #0092a2;
	text-decoration: underline;
}
h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0092a2;
	margin-bottom: 6px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #0092a2;
	margin-bottom: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0092a2;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer {
	color: #666666;
	font-size: 12px;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	background: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.small {
	font-size: 11px;
}
#footer a {
	color: #0092a2;
	text-decoration: underline;
}
