* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}

body {
margin:0;
padding: 0;
height: 100%;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.3;
color: #333333;
background: #333333;
text-align: center;
}

#container {
margin: 0 auto -3em;
min-height: 100%;
height: 100%;
height: auto !important;
width: 540px;
text-align: left;
background-color: #5a884a;
}

#header {
padding: 0;
width: 540px;
text-align: center;
}
#center {
float:left;
width: 400px;
}

.content {
padding: 0 15px;
}
.content ul{
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;}
.content ul li:before{
content: "\00BB \0020";}

#nav {
float:left;
padding-top: 0px;
padding-left: 5px;
width: 130px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
font-weight:bold;}
#nav ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
#nav ul li a {
color: #88c36f;
text-decoration:none;
}
#nav ul li a:hover:before {
content: "\00BB \0020";
}
#nav ul li a:hover {
color: #88c36f;
text-decoration: none;
font-weight: bolder;
}

#push {
height: 3em;
}
#footer {
clear: both;
margin: 0 auto;
width: 540px;
height: 3em;
background: #5A884A;
}
#footer p {
padding:10px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#ffffff;
text-align:center;
}
#footer a, #footer a:visited, #footer a:hover {
color:#ffffff;
}

a {
color: #88c36f;
}
a:hover {
color: #333333;
text-decoration: underline;
}
a.affi:hover {
border: 0; 
}	
img { 
border: 0;
}	

p{
margin-bottom: 10px;
}

p.blockquote{
	background-color:#cfffb6;
	border:0px;
	border:1px solid #85c36e;
	color:#333333;
	width:350px;
	font-size:80%;
	padding:5px;
	margin:5px 5px 5px 20px;}

em{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-style:italic;
color:#88c36f;}

h1.heading{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style:italic;
font-weight:bold;
color:#ffffff;}

input, select, textarea {
font: 11px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #cfffb6;
border: 1px solid #85c36e;
padding:1px 2px;
}
.enth3_submit, .enth3_reset, #submit {
margin-top: 6px;
color: #333333;
background-color: #cfffb6;
border: 1px solid #85c36e;
}
.enth3_submit, #submit {
background-color: #cfffb6;
border: 1px solid #85c36e;
}
input.noborder {
border: 0;
background: none;
}