body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: black;
    background: url('images/bg.png') no-repeat;
    background-color: white;
}

a {
    color: black;
    background-color: inherit;
    text-decoration: underline;
}

a:hover {
    color: white;
    background-color: #aaa;
    text-decoration: underline;
}


#nav {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;

    position: absolute;
    top: 145px; 
    left: 500px;
}

#nav a, #nav a:visited {
    color: white;
    background-color: inherit;
    text-decoration: none;
    width: 84px;

    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 3px;

    border-left: 3px solid white;

    display: block;
    float: left;
}

#nav a:first-child {
    border-left: 3px solid transparent; 
}

#nav a:hover {
    color: white;
    background-color: #00aeef;
}

#nav #high {
    color: white;
    background: #00aeef;

    width: 84px;

    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 3px;

    border-left: 3px solid white;

    display: block;
    float: left;
}

#nav #high:first-child {
    border-left: 3px solid transparent; 
}

#main {
    margin-left: 208px;
    margin-top: 240px;

    width: 734px;
}

#main h1 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;

    color: white;
    background-color: #00aeef;

    border-radius: 7px; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}

#main p {
    padding-left: 20px;
    padding-right: 20px;
}

#left {
    margin-left: 208px;
    margin-top: 220px;

    width: 440px;

    float: left;
}

#left h1 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;

    color: white;
    background-color: #00aeef;

    border-radius: 7px; 
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px; 

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}

#left p {
    padding-left: 20px;
    padding-right: 20px;
}

#right {
    margin-left: 40px;
    margin-top: 220px;

    width: 254px;

    float: left;
}

#right h1 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;

    color: white;
    background-color: #ec008c; 

    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px; 

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}

#right p {
    padding-left: 20px;
    padding-right: 20px;
}


table#mods {
    color: gray;
    background-color: inherit;

    font-size: 12px;

    border-collapse: collapse;

    margin-left: 20px;
    margin-right: 20px;
}

table#mods th, table#mods td {
    text-align: left;
    padding: 2px 8px;
}

table#mods tr:hover {
    color: white;
    background-color: #aaa;
}

table#mods th a {
    color: black;
    background-color: inherit;
}

table#mods th a:hover {
    color: white;
    background-color: inherit;
}

table#mods td a {
    color: black;
    background-color: inherit;
    text-decoration: underline;
}

table#mods td a:hover {
    color: white;
    background-color: inherit;
    text-decoration: underline;
}

.uhead {
    font-weight: bold;
    margin-bottom: 2px;
}

.ublurp {
    margin-top: 2px;
    margin-bottom: 2px;
}

.usig {
    font-size: 8pt;
    font-style: italic;
    margin-top: 3px;
}

