body {
    font: 11px Verdana, arial, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #f4f8f0;
}

h1, h3 {color: #598527;}
h2 {color: #8dc63f;}
h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}

a img {border: 0;}
a {color: #6a9c44; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline;}

input[type=text], input[type=password], textarea {color: #848484; border: 1px solid #959595; padding: 5px;}

.center {
    width: 952px;
    margin: 0px auto;
    text-align: left;
}

#header {
    margin-top: 20px;
    height: 127px;
}

#navigation {
    margin: 10px 0;
    padding: 0px;
    background: url(images/jpgs/nav_background.jpg) top center;
	width: 953px;
	height: 32px;
}
#navigation * {margin: 0; padding: 0;}
#navigation ul {
	height: 32px;
    float: left;
    display: inline;
    list-style: none;
}
#navigation ul li {
    float: left;
    display: inline;
    position: relative;
}
#navigation ul li a {
	font: 12px Helvetica, Arial;
	font-weight: bold;
	height: 32px;
    line-height: 30px;
    float: left;
    display: inline;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
#navigation ul li a:hover {
    color: #a9e0f5;
}
#navigation ul li ul {
    width: 180px;
    background: #4a7b23;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 0;
    height: auto;
    display: none;
    overflow: hidden;
}
#navigation ul li ul li {
    width: 160px;
    padding: 0 10px;
    border-top: 1px solid #5f8a3c;
    border-bottom: 1px silver #426e1f;
}
#navigation ul li ul li a {
    height: 25px;
    line-height: 25px;
    padding: 0;
}

#contentPane {
    width: 952px;
    padding: 0;
}

#content {
    padding: 0 9px;
    width: 530px;
    overflow: hidden;
}
#leftSide {
    width: 202px;
}
#rightSide {
    width: 202px;
}

.sideBox {
    width: 202px;
    margin-bottom: 10px;
}

.sideBoxTop {
    height: 25px;
    width: 202px;
    color: #fff;
    font: 12px Helvetica, arial;
    font-weight: bold;
    background: url(images/jpgs/box_top.jpg);
}
    .sideBoxTop p {line-height: 25px; margin: 0; padding-left: 10px;}

.sideBoxWhite {
    background: #fff;
    border-right: 2px solid #d5d8d1;
    width: 180px;
    padding: 5px 10px 0 10px;
    overflow: hidden;
}

.sideBoxGreen {
    background: #dfead6;
    border-right: 2px solid #d5d8d1;
    width: 180px;
    padding: 5px 10px 0 10px;
    overflow: hidden;
}

.sideBoxWhiteBottom {
    width: 202px;
    height: 10px;
    background: url(images/jpgs/white_box_bottom.jpg);
}

.sideBoxGreenBottom {
    width: 202px;
    height: 10px;
    background: url(images/jpgs/green_box_bottom.jpg);
}

#reduced {
    background: #d1e1c5;
    overflow: hidden;
    text-align: center;
}
#footer {
    color: #fff;
    margin: 0;
    background: url(images/jpgs/footer.jpg);
    height: 41px;
    padding: 10px 20px 0 20px; 
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer a {text-decoration: none; color: #fff;}
#footer a:hover {text-decoration: underline;}


.clearer {clear: both;}
.right {float: right; display: inline;}
.left {float: left; display: inline;}
