.blue_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDEEFF;
	color: #000066;
}
.center_auto_margins {
	margin-right: auto;
	margin-left: auto;
}
.clear_floats {
	clear: both;
}

.float_left {
	float: left;
}
.float_left48 {
	float: left;
	width: 48%;
}


.float_right {
	float: right;
}
.float_right48 {
	float: right;
	width: 48%;
}

.large_centered_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
}
.mono_space {
	font-family: "Courier New", Courier, monospace;
}


.nav {
	background-color: #99CCFF;
}
.yellow_bg {
	background-color: #FFFFCC;
}
.smaller_text {
	font-size: .85em;
}

#content {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #660066;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
a:active {
	color: #003399;
	background-color: #99CCFF;
}

a img {
	border-style: none;
}
#footnote {


	padding-right: 4px;
	background-color: #EEEEEE;
	clear: both;
	font-size: 0.9em;
	padding-top: 5px;
	margin-top: 200px;
	color: #666666;
	text-align: center;
}
.display_none {
	display: none;
}

