html
{
    overflow-y: scroll;
}
body
{
    text-align: center;
    font-size: 1em;
    background-color: GhostWhite;
    font-family: Georgia,Verdana, Times New Roman , sans-serif;
    background-image: url('re_docs_bg.jpg'); /* background-position:center; */
    
}
#header
{
    width: 700px;
    text-align: center;
    
}

.Logo
{
    font-family: 'Crimson Text' , serif;
    font-style: italic;
    font-weight: 600;
    font-size: 2.5em;
    color: white;
    margin: 10px Auto 10px Auto;
     padding :20px 0px  20px 0px;
    width:730px;
    text-align: center;
    background:#800000;
}


a:link, a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #800000;
}

a:hover, a:active
{
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #800000;
}

A.menuLink
{
    font-weight: bold;
    text-decoration: none;
    color: white;
    margin: 0px 10px 0px 10px;
}
A.menuLink:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

ul
{
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.8;
}

ul li
{
    padding: 0;
    line-height: 1.6em;
    font-weight: normal;
}


#header h1
{
    padding-top: 10px;
    font-size: 48px;
    letter-spacing: +1px;
    font-family: Lucida Calligraphy;
    color: #800000;
}

#header h2
{
    text-align: right;
    font-size: 1.1em;
    color: #800000;
}

#logo
{
    margin: 0 auto 0 auto;
    width: 224px;
    height: 69px;
    background: url(header.jpg) no-repeat top center;
}



#structure
{
    clear: both;
    margin: 20px auto 40px auto;
    width: 730px;
    margin-bottom: 40px;
}
/*
#menu {
clear:bottom;

padding-top: 10px;
float: left;
width: 220px;
text-align:left;
color:#800000;

}
*/
#menu
{
    text-align: center;
    border-bottom: 2px solid Navy;
    border-top: 2px solid Navy;
    padding: 0.5em;
    background-color: Navy;
    color: White;
}

#menu ul
{
    list-style-type: none;
    padding: 0;
    position: relative;
    color: #800000;
}



#menu ul li
{
    padding: 1.5em;
    color: #800000;
}



#txt
{
    /* border-top: 2px solid navy; border-left: 2px solid navy; */
    padding-top: 30px;
    margin: 0 auto 0 auto;
    width: 470px;
    text-align: left;
    padding-left: 30px;
 
}

#txt h1
{
    font-size: 1.1em;
    color: #800000;
}

#txt h2
{
    color: #800000;
}



#footer
{
    padding-top: 20px;
    margin: 0 auto 0 auto;
    width: 600px;
}

