﻿body 
{
    margin: 0 auto;
    padding:5px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size:11pt;
    background-color:#32530c;
    text-align:center;
    color:#222;
}

h1 { font-size:18pt; }

#wrapper {
    margin: 0 auto;
    padding:5px;
    width: 750px;
    background-color:#eacd4b;
}

#header {
    smargin:0px;
    spadding:0px;
    spadding-top:20px
    width:750px;
    height:160px;
    background-color:Black;
    background-image:url(images/header.jpg);
}

#menubar {
    width:750px;
    height:50px;
    background-image:url(images/menu_background.gif);
}
#menubar a { color:#ddd; text-align:center; }    
#menubar a:hover { color:#fff; text-decoration:underline; }    

.menuitem_selected {
    padding:5px;
    height:50px;
    display:inline-table;
    text-align:center;
    background-image:url(images/selected_tab.gif);
}


#menubar .menuitem_selected a { color:#000; }    
#menubar .menuitem_selected a:hover { color:#aaa; text-decoration:none; }    
    
#content {
    background-color:#fff;
    min-height:300px;
    text-align:left;
    padding:20px;
}

#content a { color:#009000; text-decoration:none; }
#content a:hover { color:#004000; text-decoration:underline; }
#content h3 a { font-size:14pt; color:#224422; }

#footer {
    background-color:#fff;
    color:#888;
    text-align:center;
    font-size:7pt;
}



