
body
        {
                margin: 0;
                padding: 0;
                font-size: 80%;
                font-family: arial, hevetica, sans-serif;
                text-align: center;
                color: black;
                background-color: white;
        }

a:link
        {
                color: #B52C07;
                text-decoration: none;
        }

a:visited
        {
                color: #B52C07;
                text-decoration: none;
        }

a:hover
        {
                color: white;
                background-color: #B52C07;
        }

a:active
        {
                color: white;
                background-color: #B52C07;
        }

h2
        {
                color: #B52C07;
                font: 130% arial, hevetica, sans-serif;
                font-weight: bold;
                margin: 0;
}



#alldiv
        {
                margin: 50px auto;
                width: 750px;
                text-align: left;
                background-color: white;
                border: 1px;
                border-color: black;
                border-style: dashed;
        }

#header
        {
                height: 100px;
        }

#navtop
        {
                background-color: #BFBFBF;
                color: black;
                padding: 2px 0;
                margin: 0 0 20px 0;
        }

#navtop ul
        {
                margin: 0 0 0 20px;
                padding: 0;
                list-style-type: none;
                border-left: 1px solid #B52C07;
        }

#navtop li
        {
                display: inline;
                padding: 0 10px;
                border-right: 1px solid #B52C07;
        }

#navtop li a
        {
                text-decoration: none;
                color: black;
        }

#navtop li a:hover
        {
                text-decoration: none;
                color: black;
                background-color: white;
        }

#menu
        {
                float: right;
                width: 150px;
        }

#menu ul
        {
                margin-left: 0;
                padding-left: 0;
                list-style-type: none;
                line-height: 170%;
        }

#menu p {
                line-height: 150%;
                font-size: 90%;
                }

#content
        {
                margin: 0 170px 20px 20px;
                border-right: 1px solid #B52C07;
                padding-right: 20px;
        }

#content p
        {
                line-height: 170%;
        }



#footer
        {
                clear: both;
                color: black;
                background-color: white;
                text-align: right;
                padding: 5px;
                font-size: 90%;
        }
