
body
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: x-small;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-position: center -80px;
    background-image: url('images/header_background.png');
    background-repeat: no-repeat;
    background-color: #008800;
}


#main_wrapper
{
    margin: 0;
    padding: 0;
}

#header
{
    margin: 40px 0 0 0;
    padding: 0;
}

#header img
{
    margin: 0;
    padding: 0;
    border: 0;
}

#header h1
{
    color: #bbebb7;
    font-size: 250%;
    font-family: 'Arial Rounded MT Bold' , Helvetica, Arial;
    text-align: center;
}

#menu
{
    color: #ffffff;
}

#menu_left
{
    background-image: url('images/header_bg_left.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
}

#menu_right
{
    background-image: url('images/header_bg_right.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
}

#menu_center
{
    background-image: url('images/header_bg.png');
    background-position: center center;
    background-repeat: repeat-x;
}


.content
{
    margin: 10px;
    background-color: #bbebb7;
    /*width: 100%;*/
    vertical-align: top;
}

.maintable
{
    width: 100%;
}

.top_left
{
    background-position: right top;
    background-image: url('images/top_left.png');
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.top_right
{
    background-position: left top;
    background-image: url('images/top_right.png');
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.bottom_left
{
    background-position: right bottom;
    background-image: url('images/bottom_left.png');
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.bottom_right
{
    background-position: left bottom;
    background-image: url('images/bottom_right.png');
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.top
{
    background-position: center top;
    background-image: url('images/top.png');
    width: 14px;
    height: 14px;
    background-repeat: repeat-x;
}

.bottom
{
    background-position: center bottom;
    background-image: url('images/bottom.png');
    width: 14px;
    height: 14px;
    background-repeat: repeat-x;
}

.left
{
    background-position: right center;
    background-image: url('images/left.png');
    width: 14px;
    height: 14px;
    background-repeat: repeat-y;
}

.right
{
    background-position: left center;
    background-image: url('images/right.png');
    width: 14px;
    height: 14px;
    background-repeat: repeat-y;
}


.panel_content
{
    background-color: #bbebb7;
    padding-top: 10px;
}

.panel_top_left
{
    background-image: url('images/panel_top_left.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 18px;
    height: 42px;
}

.panel_top_right
{
    background-image: url('images/panel_top_right.png');
    background-position: right top;
    background-repeat: no-repeat;
    width: 18px;
    height: 42px;
}

.panel_bottom_left
{
    background-image: url('images/panel_bottom_left.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 18px;
}

.panel_bottom_right
{
    background-image: url('images/panel_bottom_right.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 18px;
}

.panel_top
{
    background-position: center top;
    background-image: url('images/panel_top.png');
    background-repeat: repeat-x;
    height: 42px;
    color: #FFFFFF;
    margin-top: 3px;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
}

.panel_bottom
{
    background-position: center bottom;
    background-image: url('images/panel_bottom.png');
    background-repeat: repeat-x;
    height: 16px;
}

.panel_left
{
    background-position: left center;
    background-image: url('images/panel_left.png');
    background-repeat: repeat-y;
    width: 8px;
}

.panel_right
{
    background-position: right center;
    background-image: url('images/panel_right.png');
    background-repeat: repeat-y;
    width: 8px;
}

#infoline
{
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    vertical-align: top;
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    width:100%;
    padding-top: 5px;
    text-align:right;
}

#infoline a
{
    text-decoration: none;
    color: #ffffff;
    margin-right: 5px;
}

#infoline a:hover
{
    color: #ffd144;
    background-image: none;
}

#footer
{
    color: #ffffff;
    font-size: 90%;
    vertical-align: middle;
}

#footer a
{
    text-decoration: none;
    color: #ffffff;
}

#footer a:hover
{
    color: #ffd144;
    background-image: none;
}

#weatherHost {
    background-color:#bbebb7;
    height: 220px;
}

#slideshowHost
{
    background-color:#bbebb7;
}

a
{
    text-decoration: none;
    color: #004400;
}

a:hover
{
    color: #008800;
}

a.text
{
    text-decoration: none;
    color: #004400;
}

a.text:hover
{
    color: #008800;
}

a.mainmenu
{
    font-size: x-small;
    text-decoration: none;
    color: #004400;
    padding-left: 22px;
}

a.mainmenu:hover
{
    background-position: left center;
    background-image: url('images/tiny_fish.png');
    color: #008800;
    background-repeat: no-repeat;
}



.contentheading
{
    color: #004400;
    background-position: center top;
    background-image: url('images/headergradient.png');
    background-repeat: repeat-x;
    font-size: x-small;
    font-weight: bold;
    height: 30px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
.text
{
    font-size: 80%;
    font-weight: normal;
}

.info
{
    font-size: 70%;
    font-weight: normal;
    color: Gray;
}

.textdate
{
    font-size: 60%;
    font-weight: normal;
    text-decoration: underline;
}

.textheading
{
    font-size: 80%;
    font-weight: bold;
}

hr
{
    color: #004400;
    height: 1px;
    background-color: #004400;
}

.contentdate
{
   font-size: 70%;
}

.contentsubject
{
    color: #004400;
    font-weight: bold;
    font-size: x-small;
}

label 
{     
    font-size: 80%;
    clear: left;     
    float: left;     
    width: 100px;
} 
