html {
 overflow-y:scroll;
} 

#eg_body
{
   background: #fff url("/images/body_back.gif") repeat-x;
   font-family: Arial, "Lucida Grande", sans-serif;
   margin: 0px;
   padding: 0 0 0 0;
}

#eg_body h1
{
    font-size: 18px;
}


#eg_body img
{
    margin-left: 18px;
}


#content
{
   margin: 10px;
}

#donation_button
{
    position:absolute; 
    top:30px;
    right:30px;
}


/* Top Navigation Style 
********************* */
#nav_header,
#nav_header body,
#nav_header tbody,
#nav_header div,
#nav_header table,
#nav_header img,
#nav_header th,
#nav_header tr,
#nav_header td,
#nav_header h1,
#nav_header form,
#nav_header form img,
#nav_header form input,
#nav_header ul
{
    line-height: normal;
    background: #adb9cc;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #000;
    font-family: Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-width: 0px;
    border-collapse: collapse;
    letter-spacing: 1px;
    text-decoration: none;
    vertical-align: middle;
}


#nav_menu_bar td,
#nav_menu_bar tr,
#nav_menu_bar ul
{
    vertical-align: bottom;
}

#nav_header div
{
    background: url("/images/body_back.gif") repeat-x;
}

#nav_header h1
{
    font-weight: bold;
    font-size: 32px;
    /*vertical-align: bottom;*/
    text-align: left;
}

html #nav_header
{
    height: 1%;
}
#nav_header ul li
{
    float: left;
    list-style-type: none;
    margin: 0 5px 0 0;
}
#nav_header ul li a
{
    background: #efefef;
    border: #ccc 1px solid;
    border-bottom: none;

    color: #666;
    display: block;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 2px 10px;
    text-decoration: none;
}
#nav_header ul li a:hover {
    background: #999;
    border: #666 1px solid;
    border-bottom: none;

    color: #fff;
}
#nav_header ul li a:active, 
#nav_header #nav_current a
{
    background: #666;
    border: #666 1px solid;
    border-bottom: none;

    color: #fff;
    font-weight: bold;
}

#eg_footer
{
   margin:3em 0 0 0; 
   padding:1em 0 1em 0;
   border-top:1px dotted #CCC;
   bottom:0;
   font-size:75%;
   position:relative;
   clear:both;
   text-align: center;
}

