@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial;
	background-image: url(assets/home/burlap%202.jpg);
	background-repeat: repeat;
}
.oneColElsCtr   #container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.footer {
	font-family: Calibri;
	font-size: 10px;
	color: #996633;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}
h2 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.bg {
	background-image: url(assets/home/bg-0189.gif);
	background-repeat: repeat;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.backhome {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.page_description {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.bio_title {
	font-size: 14px;
	font-weight: bold;
}
.headder {
	text-align: center;
}
