﻿body
{
    font-family:arial;
    background-color:#406618;
    margin:0;
    padding:0;
}
h1
{
    margin-top:0px;
    margin-bottom:2px;
}
h2
{
    margin-top:0px;
    margin-bottom:2px;
}
h3
{
    margin-top:0px;
    margin-bottom:2px;
}
a
{
    color:#00f;
    color:#406618;
    font-weight:bold;
}
div
{
    text-align:left;
    font-size:10pt;
}
li
{
    font-size:12pt;
    margin-top:4px;
}
.inputField
{
    border:2px solid #406618;
    background-color:#fff;
    padding:3px;
    width:90%;
}
textarea
{
    border:2px solid #406618;
    background-color:#fff;
    padding:3px;
    width:90%;
}
form
{
    margin:0px;
    padding:0px;
}

#header
{
    background-image:url("../images/headerback.png");
    height:160px;
}
#footer
{
    background-image:url("../images/footerback.png");
    height:75px;
}
#container
{
    background-color:#C4DF9B;
    width:800px;
    margin:auto;
    background-image:url("../images/containerback.png");
}
#main
{
    float:left;
    width:450px;
}
#right
{
    float:left;
    width:350px;
    background-image:url("../images/toprightback.png");
    background-repeat:no-repeat;
    padding-top:10px;
}
#right li
{
    margin-left:15px;
}
.box
{
    padding:10px;
}
.recPic
{
    background-color:#406618;
    border:1px solid #000;
    padding:4px;
}
.postList
{
    margin-bottom:10px;
}
.postListTitle
{
    font-size:12pt;
    font-weight:bold;
}
.postListText
{

}
.littleText
{
    font-size:8pt;
    color:#406618;
}
.headerBox
{
    background-color:#406618;
    padding:5px;
    padding-left:10px;
    color:#fff;
}
.statusText
{
    font-size:12pt;
    font-weight:bold;
    color:#406618;
}
.featuredBox
{
    float:left;
    width:50%;

    height:200px;

    text-align:center;

}
.clear
{
    clear:both;
}
