/* Base */
body {
	margin: 0px;
	padding-top: 20px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #4d4d4d;
}
a:link, a:active, a:visited {
	color: #CB5818;
	text-decoration: none;
}
a:hover {
	color: #CB5818;
	text-decoration: underline;	
}

/* Content Controls */
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	font-weight: bold;
	color: #658D60;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-weight: bold;
	color: #CB5818;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	color: #658D60;
	font-size: 12px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#quote_top {
	background-image: url(images/quote_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #8CA988;
}
#quote_btm {
	background-image: url(images/quote_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 1px;
	padding-right: 8px;
	padding-top: 0px;
	padding-left: 0px;
}
.sub {
	margin-bottom: -12px;
}
.portrait {
	padding: 9px;
	float: left;
	margin-right: 20px;
	border: 1px solid #c1d1bf;
}

/* Header */
#head {
	background-color: #FFFFFF;
	height: 205px;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1D1BF;
	border-bottom-color: #C1D1BF;
}
#nav_container {
	background-image: url(images/nav_bg.gif);
	height: 170px;
	width: 100px;
	background-color: #658D60;
	background-repeat: no-repeat;
	padding-left: 72px;
	padding-top: 36px;
}
#head_content {
	background-color: #8CA988;
}

/* Main Content */
#content_container {
	width: 770px;
	clear: both;
	float: none;
}
#content_left {
	height: 100%;
	width: 198px;
	float: left;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 50px;
	padding-right: 15px;
	padding-left: 15px;
	font-style: normal;
	color: #FFFFFF;
}
#content_right {
	float: right;
	height: 100%;
	width: 492px;
	margin-left: 40px;
	margin-top: 46px;
	margin-right: 2px;
	margin-bottom: 25px;
}

/* Footer */
#footer {
	margin-left: 228px;
	width: 542px;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	font-size: 11px;
	color: #CB5818;
	line-height: 35px;
}
#footer_container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1d1bf;
	height: 35px;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	float: none;
}
a.footer:link, a.footer:visited, a.footer:active {
	font-size: 11px;
	line-height: 35px;
	color: #CB5818;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	line-height: 35px;
	color: #CB5818;
	text-decoration: underline;
}
