html
{
    height: 101%;
    padding: 0 0 1px 0;
}

body
{
    color: black;
    background-color: #dddddd;
    font-size: 16px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Times, 'Times, Times New Roman', serif;
    text-align: justify;
    margin-top: 0;
    padding-top: 0;
}

em
{
    font-style: italic;
    font-weight: bold;
}

strong
{
    font-style: normal;
    font-weight: bold;
}

dl
{
    width: 100%;
}

dt
{
    font-weight: bold;
    width: 50%;	
    margin-bottom: 1em;
    text-align: left;
    display: inline-block; 
}

dd
{
    width:49%;
    margin-bottom: 1em;
    text-align: left;
    display: inline-block;              
}

.rightim, .rightimplain
{
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    border: solid 1px #000000;
}

.leftim, .leftimplain
{
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    clear: right;
    border: solid 1px #000000;
}

.leftimplain, .rightimplain
{
    border: 0;
}

#main
{
    min-width: 760px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #000000;
    border-top-width: 0px;
    background-color: #ffffff;
    margin-top: 0em;
}

#header
{
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    background-color: #aaaaaa;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#header p
{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-right: 1em;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

#slide
{
    width: 100%;
    max-height: 300px;
    min-height: 0px;
    border-top: solid 1em #aaaaaa;
    border-bottom: solid 1px #000000;
    background-color: #aaaaaa;
    color: #000000;
    font-size: 1.5em;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    float: right;
}

#slide a, a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    cursor: default;
}

#slide p
{
    padding-right: 1em;
}

#slide p.small
{
    padding-right: 1em;
    font-size: 0.5em;
}

#slide img
{
    border: none;
}

#footer
{
    width: 100%;
    height: 2em;
    background-image: url("../graphics/all/gradient.png");
    background-repeat: repeat-y;
    border-top: solid 1px #000000;
    line-height: 2em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    clear: both;
}

#footer a, a:link, a:visited
{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

#footer a:hover, a:active
{
    color: #990000;
    background-color: #ffffff;
}

#nav
{
    font-size: 0.8em;
    line-height: 1.6em;
    width: 20%;
    margin-top: 4em;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    text-indent: 0;
    float: left;
}

#nav ul
{
    list-style-type: none;
    margin-left: 0;
    padding-left: -1em;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
    text-indent: 0;
}

.subnav
{
    text-indent: 1.8em;
    font-size: 0.8em;
    overflow: hidden;
}

#nav ul a, a:link, a:visited
{
    color: #000;
    text-decoration: none;
    display: block;
    padding-left: 1em;
    background-color: #aaaaaa;
    background-image: url("../graphics/all/fgradient.png");
    background-repeat: repeat-y;
    border-bottom: solid 1px #000000;
}

#nav ul a:hover, a:active
{

    font-weight: bold;
    font-style: italic;
}

#nav .current
{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

#content
{
    margin-left: 2%;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 75.9%;
    float: left;
    clear: right;
}

#content h1
{
    font-size: 1.7em;
    font-weight: bold;
    text-align: left;
}

#content h2
{
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
}

#content h3
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

#content a, a:link, a:visited
{
    background: none;
    color: #990000;
    text-decoration: underline;
    outline: none;
    border: none;
    padding: 0;
    width: auto;
    display: inline;
}

#content a:hover, a:active
{
    background-color: #990000;
    color: #ffffff;
}

#content dt
{
    font-weight: bolder;
    width: 280px;
    float: left;
    margin-bottom: 1em;
    text-align: left;
}

#content .data
{
    overflow: auto;
    height:200px;
}

.full
{
    width: 100%;
    height: 230px;
}


