body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #0A0A6A;
    /*overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;*/
}

a {
    color: #0A0A6A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#top {
    background-color: #FFFFFF;
    color: #0A0A6A;
    margin: 0;
    height: 7em;
}

#top a {
    font-weight: bold;
}

#top h1 {
    background-color: #FFFFFF;
    background: url(http://crisscott.com/wp-content/themes/crisscott/images/crisscottLogo.gif) no-repeat;
    margin: 0;
    padding-left: 5em;
    padding-top: 1.2em;
    height: 100%;
}

#top p {
    float: right;
    margin-top: -2.5em;
    margin-right: 1em;
}

#menu {
    float: left;
    margin: 0;
    background-color: #0A0A6A;
    width: 15em;
    padding: 5px;
    height: 93%;
    color: #FFFFFF;
}

#menu #nav {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
}

#menu #nav li {
    margin-left: 0;
    font-size: .8em;
}

#menu a {
    color: #FFFFFF;
}

#menu h2 {
    font-size: 1em;
    font-weight: bold;
}

#menu ul {
    list-style: none;
    padding-left: 2em;
}

#content {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 500px;
    padding-left: 1em;
}

#content table {
    border: 1px solid #0A0A6A;
}

#content a {
    color: #0A0A6A;
}

table tr th {
    background-color: #CCCCCC;
}

table tr td {
    padding: 5px;
}
