/* this is based on the stylesheets available at:                                                                    */
/*     http://www.bluerobot.com/web/layouts/                                                                         */
/* At the time this was copied, the statement:                                                                       */
/*     "Please feel free to borrow, steal, abduct, and/or torture the documents contained in the Layout Reservoir."  */
/* was made.                                                                                                         */

body {
    margin:0px;
    padding:0px;
    font-family:verdana, arial, helvetica, sans-serif;
    color:#333;
    background-color:white;
    }

h1 {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:28px;
    line-height:28px;
    font-weight:900;
    color:#ccc;
    }

h2 {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:11px;
    line-height:11px;
    font-weight:600;
    font-family:verdana, arial, helvetica, sans-serif;
    }

p {
    font:11px/20px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 16px 0px;
    padding:0px;
    }

#Content>p {
    margin:0px;
    }

#UserInformation>p {
    font:9px/18px verdana, arial, helvetica, sans-serif;
    }

td {
    font:11px/20px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 16px 0px;
    padding:0px;
    }

a {
    color:#09c;
    font-size:11px;
    text-decoration:none;
    font-weight:600;
    font-family:verdana, arial, helvetica, sans-serif;
    }

a:link {
    color:#09c;
    }

a:visited {
    color:#07a;
    }

a:hover {
    background-color:#eee;
    }

#Header {
    margin:50px 0px 10px 0px;
    padding:17px 0px 0px 20px;
    border-style:solid;
    border-color:black;
    border-width:1px 0px;
    line-height:11px;
    background-color:#eee;
    height:14px;
    }

#UserInformation {
    padding:0px 0px 0px 20px;
    height:14px;
    }

#Content {
    margin:0px 50px 50px 50px;
    padding:10px;
    }
