/* CSS Document */

/* colors */
/* logo green 006634 */
/* logo blue 003297 */
/* medium green 04924C */
/* light blue CEDDFE */
/* blue gray B7CEFA */

/* old colors */
/* pale yellow F7F3DA */
/* brighter yellow F6F091 */
/* green 003297 */
/* darker green 367904 */
/* turquoise from charts 39CBC8 */
/* dark blue from charts 3467FF */

H2 { font-family: "Comic Sans MS", cursive; text-align: left; color:#003297; }

H3 {font-family: "Comic Sans MS", cursive; text-align: left; color:#003297; }

H4 {font-family: Arial, sans-serif; text-align: left; color:#367904;}

H5 {font-family: Arial, sans-serif; color:#367904;}

UL {font-family: Arial, sans-serif}

OL {font-family: Arial, sans-serif}

P {font-family: Arial, sans-serif}

TD {  font-family: Arial, sans-serif}

OL { font-family: Arial, sans-serif}

BLOCKQUOTE { font-family: Arial, sans-serif}

a:link {color: #367904;}
a:active {color: #367904; font-weight: bold;}
a:visited {color: #367904}

#topnav {
	color: #FFF;
	background-color: #006634;
}

#topnav a {
	color: #FFF;
	background-color: #006634;
	text-decoration: none;
	}
	
#topnav a:link, #navlist a:visited {
	color: #FFF;
	text-decoration: none;
}

#topnav a:hover, #topnave a:active {
	font-weight:bolder;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	font-weight:bolder;
}

#navlist {
	width: 135px;
	height: 35px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li {
	margin: 0;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 2px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image: url(assets/nav_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active {
	background-color: #999999;
	background-image: url(assets/nav_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #EEE;
}

.copyright{
	color:#367904;
	font-size: small;
}

.float_right {
	float:right; 
	margin-left:10px;
	margin-bottom:6px;
}

.float_right_short {
	float:right; 
	margin-left:6px;
}

.float_left {
	float:left; 
	margin-right:10px;
	margin-bottom:6px;
}

