/* CSS Document */

body {
	margin:0;
	font-family: arial;
	background-color:#f6eddc;
}
#container { }
.header {
	width:100%;
	height:127px;
	border-bottom:3px solid #ffffff;
	background-image:url(images/logo.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	background-color: #ffffff;
}
.navigation {
	width:100%;
	height:20px;
	background-color:#69bbc0;
	text-align:center;
	border-bottom:4px solid #ffffff;
}
table.menu { }
td.menu {
	margin: 0;
	height:20px;
	vertical-align:middle;
	padding: 2px 15px 2px 15px;
}
td.menu a {
	width:100%;
	padding: 2px 15px 2px 15px;
	color: #ffffff;
	margin: 0;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform:lowercase;
	letter-spacing:2px;
}
td.menu a:hover { background: #006a6c; }
.contentBox {
	background-color:#f6eddc;
	width:100%;
	text-align:center;
	padding-top:20px;
}
.content {
	width:75%;
	text-align:left;
	color:#5c5c5c;
	font-size:12px;
	padding-left:80px;
	padding-bottom:30px;
}
h1 {
	font-family:times;
	font-size:24px;
	font-style:italic;
	color:#c0a674;
	font-weight:lighter;
}
h2 {
	font-size:16px;
	color:#006a6c;
}
.subhead, h3 {
	font-color:#5c5c5c;
	font-weight:bold;
	padding:10px 0 6px 0;
}
.content a:active,
a:link {
	color: #bb5e47;
	text-decoration:none;
}
.content a:hover { text-decoration:underline; }
img.personnel {
	float:right;
	margin-left:50px;
}
p {
	margin: 1ex 0 1em;
	overflow:hidden;
}
h3 {
	font-color:#5c5c5c;	
	padding:10px 0 6px;
	clear:right;
	
}
blockquote {font-size:1.1em; font-style:italic; margin:1em 2em;}
.author {text-align:right;}
p.author {margin-right:2em;}
