* {
    font-family:Arial;
}
body {
    background-color:#F2F0EA;
    background-image:url('background.gif');
    background-repeat:repeat-x;
}

A:link { text-decoration:underline; color:#53AE35; }
A:visited { text-decoration:underline; color:#53AE35; }
A:active { text-decoration:underline; color:#53AE35; }
A:hover { text-decoration:none; color:#53AE35; }

#head {
    font-size:30px;
    font-weight:bold;
    text-align:center;
}
#footer {
    font-size:10px;
    text-align:center;
    height:40px;
    background-color:#DBDBDB;
}
#content {
  background-color:#E8E8E8;
  background-image:url(background_content.gif);
  background-repeat:repeat-x;
  background-position:bottom;
  padding:10px;
  font-size:12px;
  text-align:justify;
}
#caption {
    color:#5BC13A;
    font-size:25px;
    font-weight:bold;
    border-bottom:1px solid #808080;
    margin-bottom:4px;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #5BC13A;
color: #333;
text-transform:uppercase;
}

#navcontainer { width:100%; }

#navcontainer ul
{
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
}

#navcontainer a
{
background-image:url(li.png);
background-repeat:no-repeat;
background-position:10px 50%;
display: block;
padding: 3px;
padding-left:25px;
width: 294px;
background-color: #B8B8B8;
border-bottom: 1px solid #eee;
font-weight:bold;
text-transform:uppercase;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #5BC13A;
color: #FFFFFF;
font-weight:bold;
text-transform:uppercase;
}
