body {
 margin: 0px;
 font-family: 'Times New Roman', Helvetica, serif;
 font-size: 14px;
 color: #003300;
 background: url( '/images/29/bg.jpg' ) repeat-x #fefce7;
}

/* General Styles */
a {
 color: #004800;
}
a:hover {
 color: #36a054;
}
.clear {
 clear: both;
}
img {
 border: 0px none;
}
h1 {
 margin: 0px 0px 15px 0px;
 font-size: 20px;
 padding-top: 10px;
 color: #017402;
}
h2 {
 font-size: 16px;
}

/* Form styles */
textarea, input {
 border: 1px solid #5db271;
 background: #d6ebd8;
 padding: 2px;
 font: 14px 'Times New Roman', serif;
}

/* Page Wrapper */
#wrapper {
 background: #fefce7;
 width: 1000px;
 margin: 0px auto;
 background: url( '/images/29/content-wrapper-bg.jpg' ) no-repeat 227px 240px;
}

/* Navigation */
#navigation {
 background: url( '/images/29/navigation-bg.jpg' ) no-repeat #fefce7;
 width: 227px;
 height: 700px;
 float: left;
}
#navigation ul {
 list-style-type: none;
 margin: 0px;
 padding: 100px 0px 0px 13px;
}
#navigation ul li {
 background: url( '/images/29/nav-seperator.gif' ) no-repeat bottom left;
 padding-left: 15px;
 padding-bottom: 8px;
}
#navigation ul li a {
 background: url( '/images/29/nav-item-bg.gif' ) no-repeat left center;
 padding-left: 25px;
 font-size: 18px;
 text-decoration: none;
}
#navigation ul li a:hover {
 color: #5d721f;
}
#nav-info {
 padding: 0px 0px 0px 28px;
}
#nav-info address {
 font-style: normal;
}

/* Header with logo and date */
#header {
 margin-left: 227px;
 background: url( '/images/29/header-bg.jpg' ) no-repeat top left;
}
#header #logo {
 padding: 18px 0px 104px 41px;
}
#header #logo a {
 display: block;
 width: 492px;
 height: 118px;
 background: url( '/images/29/logo.jpg' ) no-repeat;
}
#header #logo a span {
 display: none;
}
#header #datetime {
 margin-top: -20px;
 padding-right: 58px;
 width: 224px;
 float: right;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 text-align: left;
}

/* Content wrapper */
#content-wrapper {
 margin-left: 227px;
 background: url( '/images/29/content-bg.gif' ) repeat-y 433px 3px;
}

/* Content styles */
#content {
 float: left;
 width: 416px;
 min-height: 500px;
 padding: 0px 13px 20px 4px;
}
#content h1 {
 text-align: right;
}

/* Side column */
#side-col {
 margin-left: 433px;
 padding-left: 13px;
 padding-bottom: 20px;
 width: 265px;
}

/* Footer */
#footer {
 clear: both;
 background: url( '/images/29/footer-bg.jpg' ) no-repeat;
 height: 48px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #01882f;
}
#footer-info {
 float: left;
 padding: 8px 0px 0px 130px;
}
#footer-info ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 float: left;
}
#footer-info ul li {
 display: block;
 float: left;
 padding-right: 5px;
}
#footer a {
 color: #01882f;
 text-decoration: none;
}
#footer a:hover {
 color: #08540c;
 text-decoration: underline;
}
#footer-info .copyright {
 clear: left;
}
#design-by {
 height: 31px;
 line-height: 31px;
 float: right;
 padding: 10px 50px 0px;
}
#design-by span {
 display: block;
 float: left;
 padding-right: 5px;
 line-height: 28px;
}