html {
    height: auto;
    height: 100%;
    width: 100%;
}
body {
    background-image: url(../images/bg_head.gif);
    background-repeat: repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: auto;
    height: 100%;
    color: #555555;
    min-height: 100%;
}

h1,h2,h3,h4,h5,div {
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited {
    color: #76922B;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #777777;
    text-decoration: underline;
}

form {
    margin: 0px;
}
input {
    margin: 0 0 6px 0;
}
form.aip_form textarea,
form.aip_form input,
textarea.green_input,
select.green_input,
select.green_input option,
input.green_input {
    background-color: #EEFFC8;
    color: #334407;
    border: 1px solid #86A025;
    padding-left: 3px;
}
select.green_input,
select.green_input option,
input.green_input {
    height: 20px;
}
form.aip_form input{
    margin: 0 0 10px 0;
}

form.aip_form .button{
    background-color: #FFFFFF;
    border: 0px;
    margin: 0px;
}

#maindiv {
    width: 760px;
    clear: both;
    margin: auto;
    height: auto;
    height: 100%;
}

/* Header */
#header {
    height: 75px;
    clear: both;
    margin: 0 0 25px 0;
}
#logo {
    float: right;
}
#topmenu {
    float: left;
}
#topmenu ul{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 46px 0px 0px;
}
#topmenu ul li{
    float: left;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    color: #FFFFFF;
}
#topmenu ul li a:link,
#topmenu ul li a:visited {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#topmenu ul li a:hover{
    /*color: #FFF950;*/
    text-decoration: underline;
}
#topmenu ul li a.selected:link,
#topmenu ul li a.selected:visited{
    color: #707C32;
}

/* Content Area */
#middle {
    width: 760px;
    clear: both;
}


#middle-right {
    width: 470px;
    float: right;
}
#middle-right H4{
    color: #76922B;
    font-size: 16px;
    margin: 0 0 6px 0;
}
#middle-right H5 {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    padding-bottom: 4px;
}
#middle-right .orange_line{
    background-image: url(../images/main_orange_line.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-bottom: 5px;
    width: 470px;
    height: 1px;
}

#middle-right .admin_div {
    margin: 0px;
    padding: 0 0 0 20px;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
}
#middle-right .admin_div ul{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    height: 20px;
    padding: 0px;
}
#middle-right .admin_div ul li{
    padding: 3px 15px 3px 15px;
    font-size: 12px;
    color: #777;
    float: left;
}
#middle-right .admin_div ul li a:link,
#middle-right .admin_div ul li a:visited {
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #777;
}
#middle-right .admin_div ul li a:hover{
    /*color: #FFF950;*/
    text-decoration: underline;
}


#middle-left {
    width: 250px;
    float: left;
    font-size: 12px;
}
#middle-left H1{
    color: #EC721D;
    font-size: 25px;
}
#middle-right H2,
#middle-left H2{
    font-size: 16px;
    margin: 28px 0 -10px 0;
    padding: 0 0 0 21px;
    background-image: url(../images/arrow_big.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}
#middle-right H2 a,
#middle-left H2 a{
    text-decoration: none;
    color: #555555;
}
#middle-left H3{
    color: #838383;
    font-size: 13px;
    margin: 0 0 3px 0;
}
#middle-left H4{
    color: #76922B;
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}
#middle-left .orange_line{
    background-image: url(../images/left_orange_line.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-bottom: 5px;
    width: 250px;
    height: 1px;
}
#middle-right span,
#middle-left span{
    text-align: justify;
    display: block;
    margin: 3px 0 10px 0;
}
#middle-right span{
    width: 465px;
}
#middle-left div{
    width: 236px;
}

#middle-left ul{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0px;
    margin: 0 0 8px 0;
}
#middle-left ul li{
    background-image: url(../images/arrow_small.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    padding: 0px 0px 0px 14px;
    background-position: 5px 3px;
}

#middle-left ul li span input{
}

img.separation_line {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 1px;
}
div.thumbs {
    margin: 5px 0 10px 0;
    text-align: center;
}
div.thumbs img{
    margin: 0 1px 2px 1px;
}

div.comment{
    width: 407px;
    clear: both;
    margin: auto;
    padding: 20px 0 0 0;
    text-align: justify;
}
div.bordered_form {
    clear: both;
    margin: auto;
    margin-top: 7px;
    padding: 10px 10px 0 10px;
    border: 1px solid #86A025;
}
div.bordered_form form label
{
    color: #000000;
    font-weight: bold;
}
div.bordered_form form textarea
{
    margin-bottom: 5px;
}

div.comment img.separation_line,
div.comment_form img.separation_line{
    margin: 0 0 4px 0;
}

/* Footer */
#footer {
    text-align: center;
    width: 100%;
    height: 35px;
    color: #4E6000;
    clear: both;
    background-image: url(../images/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}
#footermenu {
    padding-top: 12px;
}
#footer a:link,
#footer a:visited 
{
    font-size: 12px;
    text-decoration: none;
    color: #4E6000;
    margin: 0px 15px;
}
#footer a:hover{
    text-decoration: underline;
}