* {
margin: 0;
padding: 0;
font-family: arial, verdana, sans-serif;
}

html, body {
width: auto;
height: auto;
color: #ffffff;
background-color: #416473;
font-family: arial, verdana, sans-serif;
font-size: 10pt;
text-align: center;
}

a {
color: #003c79;
background-color: transparent;
}

a:hover {
color: #003c79;
background-color: transparent;
}

/* Shadow */

#shadow_content {
width: auto;
margin: 0 auto 0 auto;
background: #416473 url('images/shadow.gif') repeat-y top center;
}

#shadow_header {
width: auto;
height: 45px;
margin: 0 auto 0 auto;
padding: 40px 0 0 0;
background: #416473 url('images/shadow_header.gif') no-repeat top center;
}

#shadow_footer {
width: auto;
height: 60px;
margin: 0 auto 0 auto;
padding: 0 0 45px 0;
background: #416473 url('images/shadow_footer.gif') no-repeat top center;
}

/* End Shadow */

/* Navigation */

#nav {
width: 780px;
height: 45px;
margin: 0 auto 0 auto;
color: #416473;
background: #cec19f url('images/header_bg.gif') no-repeat;
z-index: 2;
}

	#nav ul {
	display: block;
	width: 780px;
	height: 45px;
	list-style: none;
	z-index: 2;
	}

	#nav ul li {
	display: block;
	float: left;
	text-align: center;
	z-index: 2;
	}

	#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
	z-index: 2;
	}

	#nav ul li.spacer {
	width: 25px;
	z-index: 2;
	}

	#nav ul li a {
	display: block;
	width: 182px;
	height: 45px;
	font-size: 12pt;
	color: #416473;
	background-color: #cec19f;
	text-decoration: none;
	z-index: 2;
	}

	#nav ul li a:hover {
	color: #ffffff;
	background-color: #cec19f;
	z-index: 2;
	}

	#nav ul li strong {
	display: block;
	padding: 13px 0 0 0;
	z-index: 2;
	}

	#nav ul li ul {
	position: absolute;
	width: 182px;
	left: -999em;
	z-index: 2;
	}

	#nav ul li ul li a { /* dropped menu link style */
	width: 182px;
	height: 20px;
	border-left: 1px solid #cec19f;
	border-right: 1px solid #cec19f;
	border-bottom: 1px solid #cec19f;
	background-color: #e6d8b2;
	color: #416473;
	font-size: 9pt;
	z-index: 2;
	}

	#nav ul li ul a:hover {
	color: #ffffff;
	background-color: #e6d8b2;
	z-index: 2;
	}

	#nav ul li ul strong {
	display: block;
	padding: 2px 0 0 0;
	z-index: 2;
	}
	
/* End Navigation */

/* Title */

#title {
width: 780px;
height: 220px;
margin: 0 auto 0 auto;
}

/* End Title */

/* Content */

#content {
width: 780px;
margin: 0 auto 0 auto;
color: #416473;
background-color: #f6f0df;
}
	#content p.bio {
	padding: 1em 3.2em 1em 3.2em;
	text-align: justify;
	color: #416473;
	}
	#content ol.contact {
	padding: 0 0 0 6em;
	text-align: left;
	color: #416473;
	}

/* End Content */

/* Footer */

#footer {
width: 780px;
height: 65px;
margin: 0 auto 0 auto;
background: #cec19f url('images/footer_bg.gif') no-repeat;
font-size: 10pt;
color: #416473;
}
	#footer a {
	margin: 0 1em 0 1em;
	text-decoration: none;
	color: #416473;
	}
		#footer a:hover {
		text-decoration: underline;
		color: #5a8191;
		}
	#footer strong {
	display: block;
	padding: 8px 0 5px 0;
	font-size: 12pt;
	}

/* End Footer */

/* Copyright */

#copyright {
color: #57879b;
}

/* End Copyright */