p {
	text-align: left;
}

a {
	text-decoration: none;
	font-family: Arial, sans-serif;
}

ul {
	text-align: left;
}

#subul {
	list-style: url(/images/bullet1.png);
}

a:link {
	color: #051970;
}

a:active {
	color: #051970;

}
a:visited {
	color: #051970;
}
/* order matters!!! hover must be last */
a:hover {
	color: #1874CD; 
}

h2 {
   margin-bottom: 0em;
	padding: 0;
}

h3 {
	margin-top: 0em;
	padding: 0;
	font-size: 14px;
}


/* force a vertical scroll bar on all pages (page is 1 pixel too long to fit) */
/* from: http://ryanfait.com/articles/2006/10/22/forcing-vertical-scrollbars/ */
html, body {
	height: 100%;
	margin: 0 0 1px 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: arial, helvetica, serif;
	font-size: 80%;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #aaa;
}

#centered {
	padding: .01em;
	margin-top: 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
}

/* header things */
#header {
	width: 900px; 
	background: #00309e;
	color: white; 
	font-family: Arial, Times;
	font-weight: bold;
	float: left;
}

#logo {
	float: left;
}

#topleft {
	float: left;
	position: relative;
}


#topright {
	position: relative;
}

#tagline {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	margin-top: 2.2em;
	padding-right: 0.5em;
	text-align: right;
	float: right;
	clear: right;
}

#search {
	font-family: Arial, sans-serif;
	padding: 1em;
	color: #14aaf6;
	color: white;
	font-size: 7pt;
	text-align: right;
	float: right;
}

#search input {
	background: #CCC;
	font-size: 8pt;
}

#search input:active, #search input:hover {
	background: #FFF;
}

#search button {
	border-style: none;
	background-color: transparent;
	color: #CCC;
	display: inline;
	cursor: pointer;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 150%;
}

#search button:hover, search button:active {
	color: blue;
	color: white;
}

.topbar {

	width: 900px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 9pt;
	padding-top: .2em;
	padding-bottom: .2em;
}

br {
	clear: both;
}

/* footer things */
#footerimg {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 900px;
	text-align: center;
	padding: 0px;
	padding-top: 1em;
	background: white;
	color: #00a;
	word-spacing: 3.0em;
}

#footer {
	clear: left;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 900px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	background-color: #eee;
	color: #00a;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	word-spacing: 3.5em;
}

#bottomleft {
	float: left;
	text-align: left;
	padding: 5px;
	background: white;
	font-size: 8pt;
	color: #999;
	max-width: 1050px;
}
#bottomright {
	font-size: 8pt;
	text-align: right;
	padding: 5px;
	background: white;
	max-width: 1050px;
	color: #999;
}

/* for all the general pages */
#content {
	margin-left: 10px;
}

#contentleft {
	float: left;
	margin-top: 30px;
	padding-top: 5px;
	width: 160px;
}

/* note: cleft used only for About/team.html so we can have multiple 
   images  along the left side lined up with the right */
.cleft {
	clear: both;
	float: left;
	margin-top: 30px;
	padding-top: 5px;
	width: 160px;
}

.contentmain {
	float: left;
	width: 500px;
	padding-left: 3em;
	margin-top: 30px;
	margin-bottom: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

.contentmain ul {
	list-style: url(/images/bullet4.png);
	line-height: 200%;
}
.contentmain h1 {
	font-size: 16pt;
	font-family: Verdana, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	color: #00008B;
}
.contentmain h2 {
	font-size: 14pt;
	font-family: Verdana, sans-serif;
	padding-top: 0px;
	font-weight: normal;
	margin-top: 0px;
	color: #00008B;
}

.contentimage {
	padding-right: 1em;
	float: right;
}

.fd_results {
 	padding-left: 2em;
}

dl {
	padding-left: 2em;
}
