/*general style*/
body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
	color: black;
	background-color: white;
	background-image: url(graphics/logowtr.jpeg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 95%;
	margin: 1.1em auto;
}

h1 {
	background: transparent;
	color: #516;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.25em;
	font-variant: small-caps;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
}

h2, h3{
	color: #516;
	background: transparent;
	font-weight: normal;
	text-align: center;
	margin: 1em auto 0;
	padding: 0;
}

h4 {
	color: #516;
}

form {
	display: inline;
}

a:link {
	color: #141; 
	background: transparent;
}
a:visited {
	color: #516;
	background: transparent;
}
a img {
	border: 0;
	text-decoration: none;
}

#branding {
	background: url(graphics/logo.jpeg) no-repeat left top;
	padding-left: 165px;
	min-height: 180px;
}

/*.spacing {
	margin: 0;
	padding: 0;
	line-height: 0em;
}*/

.mission {
	clear: both;
	padding-top: .25em;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
	width: 30em;
}

.search {
	display: inline;
	clear: both;
}

.captioned {
	color: #141;
	float: left;
	width: 25%;
	border: 0;
	margin: 0 auto;
	text-align: center;
}

.captioned p {
	margin: .5em auto 0;
	font-size: 1.25em;
}

.captioned img {
	padding-bottom: .5em;
}

#spotlight {
	clear:left;
	width: 185px;
	float: left;
	background: #bd8;
	margin-top: 1em;
	text-align: center;
	border: #141 solid .05em;
}

#spotlight p, #spotlight h2, #spotlight h3, #spotlight h4 {
	padding:.2em;
}

#annotation {
	color: #141;
	background: #bd8;
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
}

#homefoot {
	text-align: center;
	font-size: .75em;
	padding-top: 2em;
	position: absolute;
	left: 20%;
	width: 80%;
}

#footer {
	display: none;
}

