* {margin:0; padding:0;}


#banner_div {
	background-color: #88aacc;
	border: solid #FFFFFF 3px;
	color: #DDDDDD;
}

#banner_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
}
#banner_middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: .9em;
	padding-left: 3px;
}
#banner_middle p {
	text-align: center;
}

#footnote {
	font-size: .85em;
	float: right;
	width: 50%;
	border-style: none;
	margin-top: 25px;
}
#footnote img {
	border-style: none;
	margin: 2px;
}


#note {
	font-size: 0.9em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border-top: solid 1px #FFFFFF;
	padding-top: 1px;
	margin-top: 2px;
	float: left;
	width: 80%;
}
#page_title {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	background-color: #eeeeee;
	border-bottom: 1px solid #999999;
	text-align: center;
	padding: 2px;
}

.clear_floats {
	clear: both;
}
.float_right {
	float: right;
}

.smaller_text {
	font-size: .85em;
}

.timedate_clock {
	background-color: #88AACC;
	display: inline;
	margin-bottom: 3px;
	margin-top: 3px;
}



a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
a:active {
	color: #999999;
	text-decoration: none;
}
p {
	margin: 3px 5px;
}
