@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d5d; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left: 10px;
	line-height: 1.3;
}
div#reminder {
	margin-top:15px;
	float: right;
	margin-right: 2em;
	margin-top: 0px;
}
#sitenav {
	font-size: 12px;
	top: 10px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 15px;
	padding-bottom: 15px;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 105px;
} 
#mission {
	color: #A2A2A2;
	font-style: italic;
	padding-top: 2px;
	margin-bottom: 75px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	padding-top: 0px;
}
a {
	color: #5d5d5d;
	display: inline;
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #5d5d5d;
}
a:hover {
		border: 1px solid #9999ff;
		color: #9999ff;
}
li {
	padding-bottom: 5px;
	list-style-type: circle;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div#footer a {
	text-decoration: none;
	border: none;
	color: #8d8d8d;
	padding: 0;
}
div#footer a:hover {
	color: #9999ff;
}	
