﻿body
{
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0;
    top: 25px;
}

body #content
{
    border-top: #eee solid 4.1em;
}

h1
{
    margin: 0;
    padding: 1em 0;
}
h2
{
    font-size: medium;
    margin: 0;
    padding: 0 0 0 0;
}
h2.date
{
    font-size: x-small;
    color: #aaa;
    padding: 0;
}
p
{
    line-height: 100%;
}
acronym
{
    cursor: help;
    border-bottom: dashed 1px;
}
input, select
{
    background: #f2f2f2;
    border: 1px gray dotted;
}
input:hover
{
    background: white;
}
input.button
{
    background: #ccc;
    border: 1px gray solid;
}
textarea
{
    border: 1px gray dotted;
}
img
{
    border: 0;
}
hr
{
    border: 1px gray solid;
    margin: 1em 12em;
}


div.border
{
    border: #eee solid thick;
    border-right: none;
}

div#master
{
    width: 930px;
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}

#header
{
    color: white;
    background-color: #921609;
}


#body_wrap
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: #eee solid 1em;
    font-size: small;
    color: #000000;
    text-align: justify;
}

#leftnav
{
    margin: 0 auto;
    padding: 0;
    display: block;
    background: #eaeaea;
    width: 130px;
    float: left;
    color: #000000;
    text-align: left;
}

div.left_sideboxes
{
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    width: auto;
    background: #eee;
    border-right: solid thick #ddd;
    /*color: #777;*/
    text-align: left;   
}

#centercolumn
{
    display: block;
    float: left;
    width: 600px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    text-align: left;
    margin-left: 10px;
}

div.center_article
{
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    width: 100%;
    border-bottom: #eee solid 1px;
    text-align: left;
}

#rightnav
{
    margin: 0 auto;
    padding: 0;
    display: block;
    background: #eaeaea;
    width: 150px;
    float: right;
    color: #000000;
    text-align: left;
}

div.right_sideboxes
{
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    width: auto;
    background: #eee;
    border-left: solid thick #ddd;
    /*color: #777;*/
    text-align: left;
}


#bottommenu
{
    display: block;
    float: left;
    width: 100%;
    background-color: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa;
}

#bottommenu a
{
    color: #aaa;
}


#footer
{
    display: block;
    clear: both;
    background-color: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

div.left_sideboxes a
{
    font-size: x-small;
}
div.left_sideboxes p
{
    font-size: x-small;
    margin: 0;
}
div.left_sideboxes img
{
    display: block;
    margin: auto;
}
.left_sideboxes h2
{
    background: white;
    font-size: small;
    padding: 0;
    border-top: 1px solid #eee;
    font-weight: bold;
    text-align: left;
    text-decoration:underline
}
.left_sideboxes h3
{
    background: white;
    font-size: x-small;
    padding: 0;
    border-top: 1px solid #eee;
    font-weight: bold;
    text-align: left;
}

div.right_sideboxes a
{
    font-size: x-small;
}
div.right_sideboxes p
{
    font-size: x-small;
    margin: 0;
}
div.right_sideboxes img
{
    display: block;
    margin: auto;
}
.right_sideboxes h2
{
    background: white;
    font-size: small;
    padding: 0;
    border-top: 1px solid #eee;
    font-weight: bold;
    text-align: left;
    text-decoration:underline
}
.right_sideboxes h3
{
    background: white;
    font-size: x-small;
    padding: 0;
    border-top: 1px solid #eee;
    font-weight: bold;
    text-align: left;
}




/***  side menu lists  ***/

ul
{
    width: auto;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    font-size: x-small;
    text-align: left;
}



ul li
{
    display: block;
    padding: 5px 0px 5px 0px;
    font-size: x-small;
    color: #aaa;
    font-weight: normal;
    text-decoration: none;
}


/****  Top Menu ****/
ul#topmenu
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #444;
}

/****  Top Menu li Needs Float left and width % ****/
/***  topmenu in a floated wrapper div to try & stop wrapping in oswd view-frame with ie  *****/

#topmenu_wrap
{
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color:#003366
}

ul#topmenu li
{
    display: block;
    float: left;
    width: 25%;
    border-top: #777 solid thin;
    border-bottom: #666 dashed 0.5em;
    background: #444;
}

ul#topmenu li a
{
    display: block;
    padding: 0.5em 0;
    font-size: small;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}

ul#topmenu li a:hover
{
    background: #666;
    color: white;
}
ul#topmenu a.current:link
{
    background: #666;
    color: white;
}
ul#topmenu a.current:visited
{
    background: #666;
    color: white;
}



a:link
{
    color: #921609;
    text-decoration: none;
}
a:visited
{
    color: #921609;
    text-decoration: none;
}
a:link:hover
{
    text-decoration: underline;
}
a:visited:hover
{
    text-decoration: underline;
}

