﻿body {
    font-family: Verdana, Sans-Serif;
    font-size:12px;
    color: black;
    background: #ffffe0 url('../images/background.gif') repeat-y center 0;
    margin: 0 auto;
}

#header {
    padding: 0;
    margin: 0 auto;
    width: 750px;
    border:0px;
    background-color:white;
    vtext-align:right;
} 

#xmenubar {
    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;
}

#xfooter {
    width: 750px;
    margin:0 auto;
    font-family:Verdana;
    font-size: 9px; 
    color: #404040;
    text-align:center;
}

/* Hyperlink colors */
xa { color: Black; }
xa:hxover { color: #333; }

/* The top menu is 750x32px, text is centre-aligned */
.toxp_menu { width:750px; height:32px; text-align:center; }

/* Static menus clickable area is 32px high (text-align for Safari) */
.txop_menu td { height:32px; text-align:center; }

/* Dynamic menus are clickable all over */
txd a { display:block; padding: 4px; margin: 0 auto; }
txd a:hover { color: #ddd; }

/* Dynamic menus have a drak green separator line */
.xtop_menu_dmis { text-align:left; padding: 6px; border:0; border-bottom:solid 1px #006000; }

xol { line-height:150%; }

/* The table in the Membership Join Form */
.xjoinform td { vertical-align:top; }
