@charset "utf-8"; 

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #293529;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.wrapper {
	width: 100%;
}

.wrapper .contentWrapper {
	text-align: center;
	margin: auto;
	display: block;
	width: 903px;
	height: 100%;
	background-image: url(images/bg-shadow.gif);
	background-repeat: repeat-y;
}

.contentWrapper .content {
	text-align: center;
	margin: auto;
	display: block;
	width: 850px;
}

.contentWrapper .content .header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 850px;
	text-align: center;
	display: block;
	margin: auto;
}

.contentWrapper .content .bar {
	height: 3px;
	width: 850px;
	background-color: #96c896;
}

.content .body {
	background-color: #edfced;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	text-align: left;
}

.body .topnav {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin: auto;
	width: 100%;
}

.topnav span {
	width: 20px;
	display: inline-block;
}

.body .topnav a {
	color: #000000;
	text-decoration: none;
}

.body .topnav a:hover {
	text-decoration: underline;
}

.topnav a.selected {
	font-weight: bold;
}

.content .footer {
	background-color: #709a70;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

.contentWrapper .bottomshadow {
	background-image: url(images/bg-bottomshadow.gif);
	width: 900px;
	height: 25px;
}

.body .headerText {
	color: #588d4e;
	font-size: 30px;
	padding-top: 25px;
	padding-bottom: 5px;
}

.body .subHeaderText {
	color: #588d4e;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body p a {
	color: #588d4e;
	text-decoration: underline;
}

.body p a:hover {
	text-decoration: none;
}

.body .portrait {
	background-image: url(images/Godwin_Jasmine.jpg);
	width: 268px;
	height: 335px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.body .signature {
	background-image: url(images/cysignature.gif);
	width: 233px;
	height: 92px;
	position: relative;
	left: 450px;
	text-align: center;
	background-position: 0px 16px;
	background-repeat: no-repeat;
	margin-top: 60px;
}

.body p {
	margin: 0px;
	padding-bottom: 15px;
}

.body .footquote {
	color: #709a70;
	font-size: 12px;
	padding-top: 30px;
	text-align: right;
}