body {
	background-color: Window;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

img {
	float: none;
	border: 2px solid #f5f5f5;
	margin: 0 10px 10px 0;
}
div#img_def {
	background-color: #f5f5f5;
	font-size: 8pt;
	color: black;
}

div#quotes {
	background-color: #f5f5f5;
	padding-left: 20px;
	font-style: italic;
	font-size: 8pt;
	color: #303030;
}

div#body_text {
	background-color: #ffffff;
	font-style: italic;
	font-size: 8pt;
	color: #404040;
}

a:link, a:visited {
	color: #8b7f73;
	font-size: 8pt;
	text-decoration: none;
	border-bottom: none !important;
}

ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: .9em;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #00098F;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #96948D;
}

.footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}
ul#footer-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
p.copyright {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797069;
	text-transform: uppercase;
	margin: 10px 0;
}
.logo {
	background: url(/images/logo-box-bkg.gif) no-repeat;
	width: 190px;
	height: 225px;
	margin-top: 5px;
	text-align: center;
}

div#content {
	float: right;
	width: 630px;
	margin-right: 5px;
	display: inline;
	background: url(../images/leaf-watermark.gif) no-repeat bottom right;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
}
div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #00098F;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 15px;
	display: inline;
}
div.content-full {
	clear: both;
	font-size: 12px;
}

/* dynamic editor */
.editor {
 position: relative;
 top: 0;
 right: 0;
 background:white;
 filter:alpha(opacity=90);
 -moz-opacity:0.90;
      opacity:0.90;
	border: thin dashed Blue;
}	