﻿* {
    margin: 0px;
    padding: 0px;   
}

body {
    font-family: Arial, Verdana, Helvetica;
    font-weight: normal;
}

a img 
{
    border-style: none;    
}

#header {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

#menu {
    background-color: #FF0000;
    float: left;
    width: 160px;
    height: auto;
    position: absolute;
}

#menu ul
{
    padding: 2px;
}

#menu li {
    list-style-type: none;
    text-align: center;
    color: #FFFFFF;
    font-size: small;
    font-weight: bold;
    
}

#menu a {
    background-color: #FFFF66;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 2px;
    border-top-color: #FFFFAA;
    border-left-color: #FFFFAA;
    border-bottom-color: #BBBB66;
    border-right-color: #BBBB66;
    
    color: #0000FF;
    text-align: left;
    text-decoration: none;
    font-weight: bolder;
    
}

#menu a:hover {
    background-color: #FFFFAA;   
}

#content {
    padding-left: 170px;
    margin-right: 10px;
    font-size: small;
    background-image: url("/images/redbar.gif");
    background-position: 0px 0px;
    background-repeat: repeat-y;
    
}

#content h2 
{
   margin-left: -10px;
   margin-right: -10px;
   margin-bottom: 5px;
   padding: 3px;
   
   background-color: #FF0000;
   color: #FFFFFF;
   font-size: larger;
   text-align: center;
}

#content h3
{
    margin-top: 20px;
    color: #0000A0;
    font-weight: normal;
}

#content h4
{
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    background-color: #000088;
    color: #FFFFFF;
    text-align: left;
    font-size: larger;
}

#content ul
{
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 15px;   
}

#content .hint
{
    font-weight: bold;
}

#content .hintTitle
{
    color: #0000FF;       
}

#content th
{
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #0000A0;
}

#content .infoBox
{
    float: right;
    width: 125px;
    font-size: x-small;
    border-style: dotted;
    border-color: #FF0000;
    border-width: 1px;
    padding: 3px;
    margin-left: 6px;
    margin-bottom: 6px;
    background-color: #FFFFCC;   
}

#content .infoBox h3
{
    font-size: small; 
    font-weight: bold;  
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 5px;
    padding-left: 3px;
    background-color: #FF0000;
    color: #FFFFFF;
}

#footer
{
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    font-size: x-small;
}