
*
{
    margin: 0 auto;
    padding: 0.0em;
}

body{
    font-family: "trebuchet ms", sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #555;
                  width: 850px;

}

a{
    color: #007788;
    text-decoration: underline;
                  font-weight: 600;
}

a:hover{
    text-decoration: none;
}



.clear{
    clear:both; 
    height:1px;
    overflow:hidden;
}

h1{
    font-size: 1.5em;
    font-weight: 600;
}

h2{
    font-size: 1.1em;
    font-weight: 600;
}

h3{
    font-size: .8em;
    font-weight: 600;
}


/* Outer */

#outer{
    position: relative;
    margin: 2em;
                  width: 850px;
}

/* Header */

#header{
    background:  url('../graphics/logo.gif') no-repeat;
    height: 135px;
    width: 850px;
               border-top: 1px #000000 solid;
               border-bottom: 3px #ff0000 solid;
               margin-bottom: 4px;
}

#header h1{
    position: absolute;
    top: 1.6em;
    left: 0.8em; 
    font-size: 2.9em;
    color: #000000;

}

#header h2{
    position: absolute;
    top: 6.9em;
    left: 2.1em; 
    font-size: 1.1em;
    font-weight: normal;
    color: #000000;
}

#header a{
    color: #000000;
    text-decoration: none;
}

#subheader {
float: right;
padding-right: 125px;
padding-top: 65px;
font-size: 100%;
font-weight: normal;
color: #000000;
text-align: right;
}

/* Menu */

#menu{
    position: absolute;
    top: 0.9em;
    left: 2.0em; 
    height: 15px;
                  border: 0px #000000 solid;
color: #FFFFFF;
}


.content_left {
border-right: 1px #000000 solid;
border-left: 1px #000000 solid;
width: 670px;
padding-top: 12px;
padding-left: 17px;
padding-right: 7px;
font-size: 100%;
background-color: #fff;
margin-right: 3px;
}


.content_right {
float: right;
width: 180px;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
padding-top: 12px;
padding-left: 7px;
padding-right: 6px;
text-align: right;
font-family: "trebuchet ms", sans-serif;
font-size: 9pt;
background-color: #fff;
color: #555;
margin-left: 3px;
}

.content_right a {
    color: #007788;
    text-decoration: underline;
                  font-weight: 500;
}

a:hover{
    text-decoration: none;
}

.small {
font-size: 80%;
font-weight: normal;
}

/* Footer */

#footer
{
    padding: 1.0em;
    border-top: 1px solid #000000;
               border-bottom: 1px #000000 solid;
              margin-top: 4px;
}

ul {
padding-left: 11px;
}

.logofloat {
float: right;
padding: 25px;
}

.floatleft {
float: left;
margin-right: 7px;
}

.floatright {
float: right;
margin: 7px;
}
