/* Sarah Hemenway
 * Oed V Web Site CSS
 * Created 28 May 2006
 * Modified 28 May 2006
 */
 
/* Basic Styles */

body, p, dl {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

p, dd {
	line-height: 1.5em;
}

.image {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

/* Header Styles */

h1 {
	color: #7C4761;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	font-weight: normal;
	clear: both;
}

h2, .quote h1 {
	color: #7C4761;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	clear: both;
}

h3 {
	color: #7C4761;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

/* Link Styles */

a:link, a:visited, a:active {
	color: #6CC67C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Link Bar Styles */

#links {
	float: left;
	width: 20%;
	text-align: center;
}

#links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #6CC67C;
	font-family: arial, sans-serif;
	font-size: 11.5pt;
}

#links li, #links a {
	display: inline;
	white-space: nowrap;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	
	display: block;
	padding: 3px 0px 3px 0px;
	
	background-color: #000000;
	color: #7C4761;
	text-align: center;	
}

#links a:hover {
	border: 1px #3E4E6F solid;
	padding: 2px 0px 2px 0px;
	color: #7C4761;
	text-align: center;	
}

#links a:active {
	padding: 3px 0px 4px 0px;
	background-color: #000000;
	color: #6CC67C;
	text-align: center;	
}

/* Header Styles */

#header {
	text-align: center;
	border-bottom: 1px solid #3E4E6F;	
}

/* Content Styles */

#content {
	float: left;
	margin-left: 1%;
	width: 77%;
}

/* Footer Styles */

#footer {
	clear: both;
	border-top: 1px solid #3E4E6F;	
	text-align: center;
}

/* Quote Styles */

.quote {
	margin-left: 20px;
	font-style: italic;
}

.quote p {
	color: #3E4E6F;
}

/* Image Styles */

.crest {
}

/* FAQ Styles */

dt {
	color: #3E4E6F;
	font-weight: bold;
	padding-bottom: 15px;
}

dd {
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 30px;
}

.bio {
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

.bio li {
	line-height: 1.5em;
}

em {
	color: #3E4E6F;
	font-weight: bold;
	font-style: normal;
}
