<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
	background: #1C331B url(images/bodyBkg.gif) top repeat-x;
}
 
h1,h2,h3,h4,h5 {
	color: #003300;
	margin: 0px;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight: bold;
}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }

h1,h2,h3,h4,h5,p {
	padding: 7px 0 5px 0;
	margin: 0px;
}
 
a { color: #003300; text-decoration: none; border-bottom: 1px dotted #648C59; }
a:hover { color: #009900; border-bottom: 1px dotted #648C59; }
a img{ border-bottom: none; }

#mainContainer {
	width: 850px;
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	background: #FFF url(images/mainContBkg.gif) left repeat-y;
}

#header {
	height: 185px;
	border-bottom: 1px solid #FFF;
	background: url(images/header.jpg) top left no-repeat;
}
	#header img { border: 3px solid #003300; margin: 7px 0 7px 7px; width: 225px; height: 165px; }

#menu {
	width: 159px;
	float: left;
	min-height: 400px;
	background: url(images/menuBkg.gif) top repeat-x;
}
#menu ul{
	margin: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#menu ul li {
	margin: 0px;
	color: #1C331B;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
#menu ul li a {
	display:block;
	height: 100%;
	width: 100%;
}
#menu ul li a:hover {
	display:block;
	height: 100%;
	width: 100%;
}
#menu a {
	text-decoration: none;
	border: none;
	color: #1C331B;
}
#menu a:hover {
	color: #648C59;
}

#menu.style1 ul li{
	font: normal 13px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ebebeb;
	list-style-image:url(images/cross.gif);	
	line-height: 35px;
}

#menu.style2 ul{
	padding: 0px;
	letter-spacing: 1px;
}
#menu.style2 ul li{
	font: normal 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ebebeb;
	list-style-image:none;	
	line-height: 35px;
	padding-left: 15px;
}
#menu.style2 ul li a{
	color: #003300;
}
#mainBody {
	width: 690px;
	float: right; 
	color: #407132;
	color: #000;
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
#mainBody .content {
	padding: 10px;
}
#mainBody #split {
	background: url(images/splitBkg.gif) left repeat-y;
}
#split .left {
	float: left;
	width: 505px;
}
#split .right {
	float: right;
	width: 185px;
	font-size: 12px;
}
#email {
	padding: 5px;
	background: #F0F0F0 url(images/emailBkg.gif) bottom repeat-x;
	border-bottom: 1px solid #ccc;
}
#email input.email {
	width: 100%;
	border: 1px solid #648C59;
	padding: 1px;
	color: #777;
}
#email input.submit {
	border: 1px solid #FFF;
	padding: 2px;
	background: #648C59;
	color: #fff;
}
#mainBody .bottom {
	border-top: 1px solid #ddd;
}
#mainBody .bottom .content{
	padding: 10px 40px;
}
#footer {
	padding: 10px 10px 10px 10px;
	background: #F0F0F0 url(images/footerBkg.gif) top center no-repeat;
	text-align: center;
	color: #407132;
	font: normal 12px/14px 'Trebuchet MS',Arial, Helvetica, sans-serif;
}

.clear { 
	clear: both;
	height: .1%;
}

.important {
	color: #CC0000;
}
.important a {
	color: #CC0000;
	border: none;
}	</pre></body></html>