body {
	font-family: "Lucidia San", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #f5f5f5;
	margin: 8px;
}

p {
	line-height: 16px;
}

h1 {
	color: #0089A0;
	font-size: 180%;
	margin-top: 4px;
	margin-bottom: 0px;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	font-size: 180%;
	border-bottom: 1px solid #0089A0;
	margin-top: 4px;
}
h3 {
	margin-bottom: 0px;
}

a:hover {
	color: #003399;
}

.form-error {
	color: red;
}

.container {
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	background-color: White;
}

.container2 {
	border-top: 0px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	background-color: White;
}

.content {
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	background-color: White;
	text-align: Justify;
}
a:link {color: #0089A0; text-decoration: underline; font-weight: normal;}
a:visited {color:#0089A0; text-decoration: underline; font-weight: normal;}
a:hover {color: #003399; text-decoration: none; font-weight: normal;}

.sidebar {
	border-top: 0px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 1px;
}

.navbutton {
	background: #89A000;
}

.headerxxx {
	background-color: #0089A0;
}
.navlink {
	background-color: #0A6B7E;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #D9FF0B;
}
.navlink a:link {font-size: 100%; color: #ffffff; text-decoration: none; font-weight: normal;}
.navlink a:visited {font-size: 100%; color:#ffffff; text-decoration: none; font-weight: normal;}
.navlink a:hover {font-size: 100%; color: #D9FF0B; text-decoration: none; font-weight: bold;}

.navlinksub {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #D9FF0B;
	font-size: 10px;
	padding: 3px 1px 3px 10px;
	font-weight: bold;
}
.navlinksub a:link {color: #003399; text-decoration: none;}
.navlinksub a:visited {color:#003399; text-decoration: none;}
.navlinksub a:hover {color: #003399; text-decoration: none;}

.subnav {
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}
/*.subnav a:visited {color:#0089A0; text-decoration: underline;}
.subnav a:hover {color: #0089A0; text-decoration: none;}
*/

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
}

.small {
	color: #888888;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 4px;
}
.tiny {
	color: #999999;
	font-size: 8px;
}
.tiny a:link {font-size: 8px; color: #999999; text-decoration: none;}
.tiny a:visited {font-size: 8px; color:#999999; text-decoration: none;}
.tiny a:hover {font-size: 8px; color: #999999; text-decoration: none;}

.footer {
	color: #999999;
	font-size: 10px;
	border-top: 1px solid #999999;
	padding: 2px 4px 2px 4px;
	background-color: White;
}
.footer a:link {color: #003399; text-decoration: none; }
.footer a:visited {color:#003399; text-decoration: none;}
.footer a:hover {color: #003399; text-decoration: none;}

.imgHolder {
	background-color: #E0E9E9;
	border: #C6DCDC 1px solid;
	padding:3px;
}

.haiku {

}