body {
margin: 10px;
font: normal .7em/1.5em georgia, serif; 
color: #84b450;
background: #eff4ea url(images/bg_mint.gif) repeat;
}

.container {
text-align: center; 
width:100%; 
height:100%;
margin: 0 auto;
}

.header {
background: url(images/header_mint.gif) no-repeat;
text-align: center;
height: 90px;
}

h1#title, h1#title a {
color: #6a9240;
font: normal 1.6em georgia, serif;
line-height: 1.6em;
text-align: center;
border: 0px;
background: transparent;
font-variant: small-caps;
font-weight: normal;
}

h1#title a:hover {
color: #bbd69e;
}

.content {
width:749px; 
padding:10px; 
margin: 0 auto; 
height:100%; 
background-color: #eff4ea;
border: 1px solid #84b450;
}

.nav {
border: 1px solid #84b450;
float:right; 
padding:10px;
margin-left: 10px; 
width:200px; 
height:100%; 
background: #e5f1db;
text-align: left;
}

ul.nav
{
list-style-type: none;
list-style-image: url(images/nav_mint.gif);
width:175px;
margin:0 auto;
padding:0px;
border: 0px;
}

ul.nav li
{
margin-bottom: 3px;
padding: 2px 2px 2px 9px;
background: #d9e8c8;
border-left: 8px solid #c5dcac;
}

ul.nav li a
{
font-weight: normal;
text-decoration: none;
color: #749e46;
}

ul.nav li:hover
{
border-left-color: #749e46;
background: #c5dcac;
}

ul.nav li:hover a
{
color: #84b450;
} 

p { 
text-indent: 30px;
margin-top: 10px; 
text-align: left;
}

h1 { 
background: #f4f8f0; 
border: 1px solid #739351;
font: normal 1.3em georgia, serif; 
padding: 4px;
letter-spacing: 1px; 
margin-bottom: 0px; 
color: #739351;
text-align: center;
}

h2 { 
font: normal 1.2em georgia, serif; 
border-bottom: 1px solid #739351;
padding: 3px;
letter-spacing: 2px; 
margin-bottom: 0px; 
color: #739351;
text-align: center;
background: #e5f1db;
}

h3 {
font: normal small-caps 1.1em georgia, serif; 
padding: 2px;
letter-spacing: 2px; 
margin-bottom: 0px; 
color: #739351;
text-align: center;
background: #f4f8f0;
}

a:link {  
text-decoration: underline; 
color: #84b450;
}

a:visited { 
text-decoration: underline; 
color: #84b450;
}

a:hover, a:active { 
text-decoration: underline; 
color: #bbd69e;
}

ul {
list-style-image: url(images/ul_mint.gif);
margin-left: 45px;
text-align: left;
width: 60%;
border-left: 10px solid #bbd69e;
}

ol {
list-style: decimal-leading-zero inside;
margin-left: 15px;
text-align: left;
width: 60%;
border-left: 10px solid #d9e8c8;
}

blockquote.float {
float: right;
width: 300px;
text-indent: 20px;
background: #f4f8f0; 
border: 1px #84b450 dashed;
color: #84b450;
margin: 10px;
padding: 10px;
text-align: left;
}

cite.float {
margin: 10px;
padding: 10px;
text-indent: 20px;
color: #84b450;
text-align: left;
float: left;
width: 300px;
border-left: 4px solid #84b450;
border-right: 4px solid #84b450;
}

blockquote {
width: 50%;
margin: 25px;
padding: 10px;
text-indent: 20px;
background: #f4f8f0; 
border: 1px #84b450 dashed;
color: #84b450;
text-align: left;
}

cite {
width: 50%;
margin: 25px;
padding: 10px;
text-indent: 20px;
color: #84b450;
text-align: left;
border: 1px solid #84b450;
}

blockquote p {
margin: 0;
}

code, pre {
font: normal courier-new; 
color: #84b450;
}

sup, sub {
background-color: #bbd69e; 
color: #84b450;
font-weight: bold; 
}

img {
border: 0;
}

input, textarea {
text-indent: 3px;
width: 290px;
padding: 2px;
border: 1px #84b450 solid;
color: #84b450;
margin-bottom: 5px;
vertical-align: middle;
background: #f4f8f0; 
}

textarea {
height: 75px;
}

input#submit, input#reset {
width: 145px;
background: #f4f8f0; 
}

.clear {
clear: both;
}

#footer {
text-align: center; 
width:749px; 
padding:10px; 
margin: 0 auto; 
height: 45px; 
background-color: #eaf3e1;
border: 1px solid #84b450;
}