body {
	font: 80%/1.2em Verdana, Arial, Tahoma, Sans Seriff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #D7E7E6;
	}

a:link, a:visited, a:active {
	color: #00529B;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}

a.highlight:link, a.highlight:active, a.highlight:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00529B;
	font-size: 1.3em;
	}

a.highlight:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 1.3em;
	}

a img {
	border: 0px;
	}

h1 {
	margin: 0 0 10px 0;
	padding: 20px 0 0;
	color: #00529B;
	font-weight: bold;
	font-family: "Palatino Linotype", Georgia, serif;
	font-size: 1.8em;
	font-style: italic;
	}
	
h2 {
	font: 1.4em Lucida Sans Unicode, Arial, Verdana, sans-serif;
	margin: 25px 0px 10px 0px;
	padding: 0px;
	color: #665245;
	font-weight: bold;
	}
	
h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px 0 0;
/*	color: #00529B;*/
	font-family: "Palatino Linotype", Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	}
	
fieldset {
	border: 0px;
	}

/* LAYOUT */

#wrapper {
	background: #FFF url('images/layout/content_bg2.gif') repeat-y;
	background-color:#FFFFFF;
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	position: relative;
	}

#header {
	width: 100%;
	height: 147px;
	padding: 0px;
	margin: 0px;
	background-color: #F0F7F9;
	background-image: url(images/layout/header_bg2.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: right;
	}
	
/*	#logo {
		float: left;
	}
*/
	#header .directions {
		height: 113px;
		margin: 0px;
		padding: 0px;
		text-align: right;
		font-size: .90em;
		line-height: 1.2em;
		position: absolute;
		top: 20px;
		right: 10px;
		}

	#header .search {
		text-align: right;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 105px;
		right: 10px;
		}

		#header .search form {
			margin: 0px;
			padding: 0px;
			}

		#header .search fieldset {
			margin: 0px;
			padding: 0px;
			border: 0px;
			}

		#header .search input {
			margin: 0px;
			padding: 0px;
			}

#navigation {
	width: 100%;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/layout/navigation_bg2.jpg);
	}
	
	#navigation .spacer {
		background-image: url(images/layout/navigation_left.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		width: 242px;
		height: 21px;
		margin: 0px;
		padding: 0px;
		float: left;
		}

	#navigation a:link, #navigation a:active, #navigation a:visited {
		display: block;
		float: left;
		line-height: 20px;
		padding: 0 19px 0 20px;
		color: #00529B;
		text-align: center;
		text-decoration: none;
		}

	#navigation a:hover {
		display: block;
		float: left;
		line-height: 20px;
		padding: 0 19px 0 20px;
		color: #fff;
		background: #00529B;
		text-align: center;
		text-decoration: none;
		}

#contentwrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: transparent url('images/layout/sidetop.png') top left no-repeat;
	}

#sidebar {
	margin: 125px 0px 0px 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 201px;
	float: left;
	font-size: 0.95em;
/*	line-height: 1em;*/
	}
	
	#sidebar .scont {
		margin: 3px;
		}

#content {
	margin: 0px 10px 0px 237px;
	}

#footer {
	clear: both;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px 0 0;
	text-align: center;
	font-size: .90em;
	background-color: #D7E7E6;
	background-image: url(images/layout/footer_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}


/* CLASSES */
.found, .careers {
	width: 185px;
	text-align: center;
	background: #FBEBD4 /*url('images/highlight/foundation.jpg') top center no-repeat*/;
	padding: 0px 5px;
	margin: 20px 0px;
	}

.found p, .careers p {
	font-style: italic;
	margin-top: 10px;
}

.nobullets {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.nobullets li {
	padding-bottom: 8px;
	}

.nobullets li ul li {
	margin-left: 20px;
	padding-bottom: 8px;
	}

.left {
	float: left;
	margin-right: 5px;
	border: 1px solid #00529B;
	}

.right {
	float: right;
	margin-left: 5px;
	border: 1px solid #00529B;
	}

.bios {
	height: 150px;
	}

.noborder {
	border: 0px;
	}

.ulhalf {
	width: 250px;
	float: left;
	}
	
.announcement {
	font-weight: bold;
	color: #FF0000;
	}
	
.phys {
	clear: right;
	}

.floatright {
	float: right;
	margin-left: 5px;
}

.clearboth {
	clear: both;
}
