﻿body {
    font-family: Verdana, Sans-Serif;
    font-size:12px;
    color: black;
    background: #ffffe0 url('images/background.gif') repeat-y center 0;
    padding: 0;
    margin: 0 auto;
}

#header {
    padding: 0;
    margin: 0 auto;
    width: 750px;
    border:0px;
    background-color:white;
    text-align:right;
} 

#menubar {
    height: 33px;
    width: 750px;
    background: #000 url('images/menubar_background.jpg') repeat-x center 0;
    margin: 0 auto;
    padding:0;
}

#content {
    width: 710px;
    margin:auto;
    background-color:#f2ea8f;
    min-height:400px;
}

#footer {
    width: 750px;
    margin:0 auto;
    font-family:Verdana;
    font-size: 9px; 
    color: #404040;
    text-align:center;
}

/* Hyperlink colors */
a { color: Black; }
a:hover { color: #333; }

/* The top menu is 750x32px, text is centre-aligned */
.top_menu { width:750px; height:32px; text-align:center; }

/* Static menus clickable area is 32px high (text-align for Safari) */
.top_menu td { height:32px; text-align:center; }

/* IE8 - fix */
.dms { z-index:99; }

/* Dynamic menus are clickable all over */
td a { display:block; padding: 4px; margin: 0 auto; }
td a:hover { color: #ddd; }

/* Dynamic menus have a drak green separator line */
.top_menu_dmis { text-align:left; padding: 6px; border:0; border-bottom:solid 1px #006000; }

ol { line-height:150%; }

/* The table in the Membership Join Form */
.joinform td { vertical-align:top; }

