BODY {
    background-color: #cc9;
    color: #000;
    font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

BODY A, BODY A:visited {
    font-weight : normal; 
    color: #036;
    background: transparent;
}

BODY A:hover {
    font-weight : normal; 
    text-decoration : none;
    color: #530;
    background: transparent; 
}

BODY A:active {
    font-weight : normal; 
    color: #785;
    background: transparent;  
}

#home-header, #history-header {display: none;}

H1 {
    font-weight: bold;
    font-size: 22px;
    color: #036;
}

H2, H3 {
    font-weight: bold;
    font-size: 18px;
    color: #036;
}

div#web_page {
    background: #fff;
    width: 775px;
    margin: auto;
    border: 1px solid #0e405d;
    padding: 0px;
    background-image: url(/site_img/bluebar.gif);
    background-position: right;
    background-repeat: repeat-y;
}

div#header {
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 775px;
}

div#content_column {
    width: 500px;
    float: left;
    padding: 0px 10px 10px 20px;
    background-color: #fff;
}

div#content_column P {
    font-size: 12px;
    line-height: 18px;
}

div#utility_column {
    float: right;
    width: 199px;
    margin: 0px;
    border-left: 1px solid #0e405d;
}

div#utilities {
    margin: 0px;
    background: #fff;
    line-height: 18px;
    font-size:  small;
    color: #036;
    clear: right;
    text-align: center;
}
div#utilities IMG {
    margin: 15px 0px 15px 0px;
    border: none;
}
div#utilities P {margin-top: -15px;}

div#navigation {
    padding: 10px 0px 10px 10px;
    background-color: #0e405d;
    clear: right;
}
div#navigation UL {
    padding: 0px;
    margin: 0px;
}
div#navigation LI {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 16px 0px;
}
div#navigation LI A {
    text-transform: uppercase;
    line-height: 18px;
    font-size: 11px;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}

div#footer {
    clear: both;
}

/* INLINE IMAGE DEFINITIONS */

.inline_image {
    display: inline;
    margin: 0px !IMPORTANT;
}

.inline_image-right {
    float: right;
    padding: 3px 0px 4px 6px;
}

.inline_image-left {
    float: left;
    padding: 3px 6px 4px 0px;
}

P IMG.inline_image-center {
    display: block;
    margin: 0px auto 0px auto !IMPORTANT;
}



div#footercontent {
    width: 775px;
    margin: auto;
    line-height: 18px;
    font-size:  10px;
    letter-spacing: 2px;
}
    
div#state {
    font-weight: bold;
    font-size: 16px;
    color: #336699;
}

div#city {
    font-weight: bold;
    font-size: 14px;
    color: #339966;
}

/*---------- TABLE RULES ----------*/

.letter_list {
    margin: 10px 0px 10px 0px;
    background: #ddd;
    border: 1px solid black;
    font-size: x-small;
    text-align: center;
}

.letter_list EM {
    background: #ff0;
    font-weight: bold;
    font-style: none;
}

.letter_list A {text-decoration: none;}

#membership TABLE {
    border-collapse: collapse;
}

#membership TABLE TH {
    text-align: left;
    border-bottom: 2px solid black;
}

#membership TABLE TR TD {
    margin: 0px;
    padding: 0px;
}

#membership .alt_row {
    background: #dde;
}

#membership TR TD A {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

#membership TABLE.more_info TR TD SPAN.label {
    color: #888;
}

#membership TABLE.more_info TR TD SPAN.value {
    color: #000;
    font-family: Times New Roman, Georgia, serif;
    font-style: italic;
    padding-right: 30px;
}

#membership TABLE.more_info {
    border: 2px solid black;
    padding: 10px;
}
