@charset "UTF-8";
/* CSS Document */

body {
	font-family: Garamond, Times, "Times New Roman", serif;
	font-size: 16px;
	color: #000;
	margin: 0px;
	text-align: center;
	background-color: #C17022;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.logo {
	background-color: #000000;
	background-image: url(images/logobg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 92px;
}
.content {
	width: 100%;
	text-align:center;
	background-color:#C17022;
}
.footer {
	width: 100%;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:20px;
	text-align:center;
	vertical-align: middle;
	font-size: 12px;
}
a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.content table tr #bio p {
	text-align: justify;
}
#footerpics {
	text-align: center;
}

