/* -- page layout ------------ */
html,body {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    background-color: #EEE4CB;
}
#container {
    width: 865px;
    margin: 0px auto;
    position:relative;
    background: #CCC1B8 repeat-x 0px 168px url(/GRAPHICS/background.gif);
}
a img {
    border: 0px;
}
/* -- universal nav styles --- */
ul.navigation, ul.navigation ul {
    margin: 0px; padding: 0px;
    width: 100%;
    overflow:hidden;
}
ul.navigation li {
    float:left;
    list-style-type: none;
}
ul.navigation li a {
    display: block;
    text-decoration:none;
}
ul.navigation li a:hover {
    text-decoration: underline;
}
/* -- header area ------------ */
#header {
    width: 100%;
    overflow:hidden;
    background: no-repeat url(/GRAPHICS/header_background.gif);
}
#header h1 {
    margin: 0px;
    height:146px; 
    overflow:hidden;
}
#login {
width: 860px;
text-align:right;
font-weight:bold;
position:absolute;
}
#login a {
color: #900028;
}
#primary_navigation {
    height: 40px;
    margin: 0px 0px 0px 30px;
    overflow:hidden;
}
#primary_navigation li {
    background: no-repeat top left url(/GRAPHICS/widgets/nav_tab_left.gif);
    padding: 0px 0px 0px 17px;
    position:relative;
}
#primary_navigation li a {
    background: no-repeat top right url(/GRAPHICS/widgets/nav_tab_right.gif);
    color: #fff;
    padding: 6px 17px 4px 0px;
}
#primary_navigation li ul {
    position: absolute;
    top: 21px;
    width: 800px;
    height: 20px;
    overflow:hidden;
}
#primary_navigation li ul li {
    background:none;
    padding: 4px 6px;
}
#primary_navigation li ul a {
    background:none;
    color: #EEE4CB;
    padding: 0px;
}

/* -- content ---------------- */
#content {
    margin: 30px 30px 0px 245px;
}
#donate {
    float:right;
    position: relative;
    top: -28px;
}
/* -- footer ----------------- */
#background2 {
    width:100%;
    background: top left repeat-x url(/GRAPHICS/background2.gif);
}
#background3 {
    width:100%;
    background: top left no-repeat url(/GRAPHICS/background3.gif);
}
#background4 {
    width:100%;
    background: top right no-repeat url(/GRAPHICS/background4.gif);
}
#background {
    width:100%;
    background: #CCC1B8 bottom left repeat-x url(/GRAPHICS/footer_background.gif);
}
#footer {
    background: repeat-x url(/GRAPHICS/footer_background.gif);
    clear:both;
    height: 78px;
    overflow:hidden;
    margin-top: 20px;
    color: #EFE8D9;
}
#secondary_navigation {
    padding: 20px 0px 10px 0px;
}
#secondary_navigation a {
    color: #666;
    padding: 0px 4px;
    border-left: 1px solid #666;
}
#secondary_navigation li.first a {
    border: 0px;
}
#bluelvis {
    float:right;
    color: #EFE8D9;
    text-decoration:none;
}
.search {
    visible:false;
    background-color: #FEF9F1;
    border: 1px solid #EEE4CB;
    padding: 5px;
}
body {
font-family: Verdana, sans-serif;
font-size: 11px;
}

#content h1 {
font-size: 18px;
margin-top: 12px;
margin-bottom 14px;
font-weight:normal;
}

#content h2, #content h3 {
font-size: 11px;
margin: 0px;
font-weight: bold;
}

#content h4 {
font-size: 14px;
color: #663366;
margin: 5px 0px 8px 0px;
font-weight:normal;
}
#content h5 {
font-size: 14px;
color: #845845;
margin: 5px 0px 8px 0px;
font-weight:normal;
}

#content a {
color: #900028;
}

#content a:hover {
color: #663366;
}

#content a:visited {
color: #666666;
}
.imageleft {  margin-right: 15px; margin-bottom: 15px; float: left}.imageright {  margin-left: 15px; margin-bottom: 15px; float: right}

