body {
 margin:0;
 padding:0;
 background-image: url(images/Layout_BG.png);
 text-align: center;
 font: 12px Arial, Tahoma, Verdana;
 color: #AABB62;
}

p {
text-align: justify;
padding: 0px 8px 0px 8px;
}


#outer {
 margin-top: 0px;
 width: 660px;
 text-align: center;
 background-color: #FFFFFF;
}
#hdr {
 width: auto;
}
#nav {
 width: 661px;
}
#cont {
 width: auto;
}


.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
.quote {
 text-align: center;
 font-size: 11px;
 color: #BCC987;
}
.footer {
 font-size: 10px;
 color: #BCC597;
}
b {
 color: #76A131; 
}
i {
 color: #8FA368;
}
li {
text-align: left;
}
table {
 text-align: justify;
}


.image {
 border: 4px solid #D3D45E;
}
.aff img {
 border: 3px solid #D3D45E;
 padding: 3px;
}


h1 {
 font: 12px Georgia, Helvetica, Times New Roman;
 padding: 3px 1px 0px 15px;
 margin: 0;
 color: #579734;
 text-align: left;
 text-transform: lowercase;
 letter-spacing: 5px;
 line-height: 6px; 
}
h1:first-letter { 
	color: #79A660;
	font-size: 21px;
	line-height: 6px;
	font-style: italic; 
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #669C35;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding-left: 10px;
 margin-bottom: -7px;
}

a:link {
 color: #9EBC21; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:visited {
 color: #9EBC21; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:hover {
color: #6C7839; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:active {
 color: #6C7839; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}


#navigation {
 list-style: none;
 margin: 0; padding: 0;
}
#navigation li {
 float: left;
}
#navigation li a {
 display: block;
 background: #B9CF63;
 width: 110px;
 font: 11px Arial, Tahoma, Verdana;
 color: #F0F2E9;
 border-bottom: none;
 text-align: center;
 padding: 3px 0;
}
#navigation li a:hover {
 background: #9AAC52;
}

input, textarea, select, button {
 font: 12px Arial, Tahoma, Verdana;
 color: #636264;
 background-color: #FFFFFF;
 border: 1px solid #868684;
 line-height: 12px;
 margin: 0;
 padding: 2px; }