body {
background-color:#99CC99;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
margin:0px;
}
a {
text-decoration:none;
}
#content a {
color:#3D8B37;
}
#content a:hover {
border-bottom:1px dotted black;
}
#wrapper {
margin-left:auto;
margin-right:auto;
width:60%;
}
#links {
width:85%;
margin-top:5px;
margin-left:auto;
margin-right:auto;
}
.button {
background-color:#3D8B37;
color:#FFFFFF;
padding:5px;
border-bottom:1px black solid;
width:10%;
text-align:center;
float:right;
display:inline;
text-decoration:none;
border-left:1px dotted black;
}
.button:hover {
background-color:#000000;
color:#FFFFFF;
}
.clear {
clear:both;
}
.header {
height:50px;
margin-left:auto;
margin-right:auto;
padding:0px;
}
.header a img {
border:0px;
}
.small {
font-size:16px;
padding:0px;
}
#content {
background-color:#487153;
height:auto;
width:100%;
}
#main {
background-color:#FFFFFF;
opacity:.8;
padding:10px;
color:#000000;
width:75%;
float:left;
}
#bar {
width:75%;
background-color:#000000;
height:0px;
float:left;

}
#side {
background-color:#FF9900;
width:21%;
float:right;
color:#000000;
overflow:hidden;
}
#side ul {
list-style:none;
padding:0px;
margin:0px;
width:100%;
}
#side li{
width:100%;
padding:5px;
}
#side a {
text-decoration:none;
color:#FFFFFF;
width:100%;
}
#side li:hover {
background-color:#000000;
}
#footer {
background-color:#3D8B37;
font-size:14px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
width:60%;
}
#message {
font-size:18px;
color:#00FFFF;
}
#splash {
height:50px;
background-color:#99B3CC;
margin-left:auto;
margin-right:auto;
}
#endright {
border-left:1px solid black;
}
#endleft {
border-right:1px solid black;
}
#middle {

}
.left {
float:left;
display:inline-table;
padding:10px;
margin-right:5%;
margin-left:5%;
}
b {
font-size:18px;
}
#footer ul {
line-height:normal;
list-style:none;
list-style-position:outside;
margin:0px;
padding:0px;
}
#footer li {
border-bottom:2px dotted #CCCCCC;
padding-bottom:2px;
}
#footer a {
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover {
text-decoration:line-through;
}
#contactform {
width:100%;
height:400px;
display:none;
color:#000000;
font-size:18px;
background-color:#B4EDA3;
padding:10px;
border:3px solid black;
}
.input {
width:60%;
font-size:24px;
height:28px;
border:1px black solid;
}
#contactform textarea {
width:80%;
font-size:24px;
height:75px;
border:1px black solid;
}
.submit {
width:20%;
border:1px solid black;
background-color:#FF9900;
font-size:24px;
margin-top:10px;
}