#outer
{
    z-index: 2;
    position: relative;
    /*
     The width value below controls the overall width of the design. By default it's set to 82%
     (so it'll take up 82% of the browser window's width). You can set it to a different percentage
     value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
     */
    max-width: 900px;
    border: solid 7px #fff;
    background-color: #fff;
    margin: 0 auto;
}


#header
{
    position: relative;
    text-align: center;
    padding: 1em;
    background: #CAFFCA;
}

#header h1
{
    font-weight: normal;
    color: #333333;
    font-size: 2em;
}

#header h2
{
    font-size: 1.5em;
    font-weight: normal;
    color: #333333;
}

#menu
{
    position: relative;
    height: 3.5em;
    margin-top: 11px;
    margin-bottom: 11px;
    width: 100%;
}

#menu ul
{
    position: absolute;
    text-align: center;
    padding: 0em;
    width: 100%;
}

#menu ul li
{
    padding: 0.5em 1.0em 0.5em 1.0em;
    position: relative;
    display: inline;
    font-size: 1.2em;
}
#menu ul li a
{

    color: #0645AD;
    text-decoration: none;
}

#menu ul li a:hover
{
    text-decoration: underline;
}

#menu ul li a.active
{
    color: #333333;
}

#content
{
    margin: 1.0em;
}

body,input
{
    font-size: 12pt;
    font-family: "georgia", "times new roman", serif;
    color: #333333;
}

#content p
{
    line-height: 1.5em;
    margin: 1em 1em 1em 1em;
    text-align: justify;
}


#content ul.oh
{
    position: relative;
    text-align: center;
    list-style: none; 
    width: 100%;
    padding-left: 0em;
}

#content ul.oh li
{
    font-weight: bold;
}


a
{
    color: #0645AD;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}


table 
{
    border-collapse: collapse;
    width: 96%;
    table-layout: fixed;
    border: 1px solid black;
}

th, td 
{
    position:relative;
    border-left: 0px none;
    border-right: 0px none;
    width: 32%;
}

th
{   
    border-bottom: 1px solid black;
}

#date
{
    font-size: 8pt;
    height: 8pt;
    text-align: left;
    position: absolute;
    top: 0;
    padding: 2px;

}

#reso
{
    text-align:center;
    line-height:1.1em;
    padding: 13px 4px 5px 4px;
    position: relative;
}

#reso p
{
    margin:1em 10em 1em 1em;
    text-align: center;
    line-height: 1.3em;
}

#reso li
{
    margin:10em;
    text-align:left;
    line-height: 1.3em;
}


#oneday
{
    text-align:center;
    line-height:1.1em;
    padding: 13px 4px 5px 4px;
    position: relative;
}

#oneday p
{
    margin:1em;
    text-align: center;
    line-height: 1.3em;
}

#oneweek
{
    text-align:center;
    line-height:1.1em;
    padding: 5px 4px 5px 4px;
    position: relative;
}

#oneweek p
{
    margin:1em;
    text-align: center;
    line-height: 1.3em;
}

#oneday li
{ 
    margin: 0 0 5px 0;
}

#mid
{
    border-left: 0px none;
    border-right: 0px none;
}
