body {
    font: 0.84em/1.3 Arial, sans-serif; 
    margin: 0; 
    padding: 0;
    color: #000; 
    background: rgb(99%,99%,99%);
    /*max-width: 1280px; */
    min-width: 50em; 
    margin: 0 auto;
    /*border: 1px solid #000; border-width: 1px;*/
    position: relative;
    }

    div.banner {
        /*position: absolute;
        top: 0;
        left: 0;*/
        width: 100%;
        height: 28px;
        padding-left: 0em;
        padding-top: .5em;
        padding-bottom: .5em;
        margin-top: 0;
        background-color: LightSlateGray;
        color: #ffffff;
        border-bottom: 2px solid #000;
        cursor: pointer; 
        cursor: hand;
        }
    div.content {
        padding: 1em;
    }
    p.heading {
        margin-top: 0em;
        margin-left: 1.5em;
        margin-bottom: 0em;
        font-size: 18px;
        font-family: Verdanna, Arial, Sans-serif;
        width: 25em;
        }
    p.intro {
        font-size: 14px;
        font-family: Arial, Sans-serif;
        }
    div.right-inner,
    div.right {
        position: absolute;
        left: 320px;
        text-align: left;
        top: 70px;
        width: 400px;
        padding: 5px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        background-color: Gainsboro;
        }
    div.right-inner {
        position: relative;
        top: 0px;
        left: 0px;
        border: none;
        width: 380px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        }
    #aaron {
        position: absolute;
        left: 30px;
        top: 175px;
        border-left: 2px solid #AAB;
        border-top: 2px solid #AAB;
        border-bottom: 3px solid #000;
        border-right: 3px solid #000;
        }
    div.bottom {
        position: absolute;
        left: 0px;
        top: 840px;
        width: 100%;
        border-top: 1px solid #AAB; 
        font-family: Verdana, "Arial Narrow";
        font-size: .7em;
        }
    div.menu {
        position: absolute;
        left: 30px;
        top: 500px;
        height: 200px;
        text-align: left;
        border: 1px solid #000;
        padding: 3px;
        /*background-color: beige;*/
        background-color: Gainsboro;
        }

    div.menu2 {
        position: absolute;
        left: 30px;
        top: 500px;
        height: 200px;
        text-align: right;
        border: 1px solid #000;
        padding: 3px;
        /*background-color: beige;*/
        background-color: Gainsboro;
        }


    p.button {
        /*height: 25px;*/
        width: 150px;
        padding: 5px;
        /*border: 1px solid #AAB;*/

        border-left: 1px solid #AAB;
        border-top: 1px solid #AAB;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;

        font-family: Arial, Sans-serif;
        background-color: beige;
        margin-top: 6px;
        margin-bottom: 6px;
        text-align: left;
        cursor: pointer; 
        cursor: hand;
        }

p.button a:hover {
    color: #000066;
    background-color: #A4B5C2;
    text-decoration: none;
    }

p.menublock{
    margin:3px 0 0 0;
    }
.menublock a{
    border-left: 1px solid #AAB;
    border-top: 1px solid #AAB;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    padding: 5px;
    /*padding:2px 2px 2px 2px;*/
    /*width:100%;*/
        /*height: 18px;*/
        width: 150px;
        margin-bottom: 6px;
    display:block;
    /*color:#FFFFFF;*/
    color: #000000;
    background:#BBBBCF;
    /*font-weight:bold;*/
    text-decoration:none

    }
.menublock a:hover{
    /*background:url(bg_menu_block.gif) #575044;*/
    background-color: beige;
    /*background:#DDDDCF;*/
    text-decoration:none
}
.menublock a:visited{
    /*color:#FFFFFF;*/
    }

a.banner2 {
    display:block;
    background-color: LightSlateGray;
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 1.5em;
    font-size: 18px;
    font-family: Verdanna, Arial, Sans-serif;
    color: #ffffff;
    border-bottom: 2px solid #000;
    text-decoration: none;    
}