HTML {
MARGIN: 0;
PADDING: 0;
HEIGHT: 96%
}

BODY {
FONT-SIZE: 0.7em;
COLOR: #000000;
FONT-FAMILY: verdana, sans-serif;
margin: 0;
padding: 0;
background: url(images/blue_bckgrnd.gif) repeat-y;
}

body * {
margin: 0;
padding: 0;
}

a {
color: #03307b; 
}

a:hover {
color: #87aae3; 
}

#header {
BACKGROUND: #ffffff;
COLOR: #000000;
BORDER-BOTTOM: 2px #f5910b solid;
HEIGHT: 110px
}

#clearheader {
HEIGHT: 120px
}

#content {
float: right;
margin-left: 154px;
/* width: 80%; */
background-color: #ffffff;
}

HTML>body #content {
HEIGHT: 100%;
width: 80%;
}

H1, H2, H3, {
font-family: "Franklin Gothic Medium", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
/* font-weight: bold; */
padding: 0;
margin: 0;
}

H1 {
font-size: 2.5em;
/* font-style: italic; */
color: #0e3991;
font-weight: bold;
}

H2 {
font-size: 1.5em;
color: #f5910b;
}

H3 {
font-size: 1.1em;
}

#contentright {
float: right;
padding-top: 40px;
width: 20%;
}

#contentinner {
padding: 20px 10px 10px 20px;
padding-top: 2%;
width: 70%;
float: left;
}

#contentinner p {
padding: 10px 20px 5px 0;
margin: 0;
}

#footer {
clear: both;
BACKGROUND: #ffffff;
COLOR: #000000;
}

#footer #fmenu {
BORDER-top: 2px #f5910b solid;
BORDER-bottom: 2px #f5910b solid;
}

#footer p {
padding: 5px 10px;
text-align: center;
font-size: 0.8em;
}

#footer #copyright{
float: left;
font-size: 0.8em;
}

#footer #credits{
float: right;
font-size: 0.8em;
padding-right: 10px;
}

#leftcol {
WIDTH: 150px;
COLOR: #fff;
TEXT-ALIGN: right;
}

#leftcol p {
padding-right: 10px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 120px;
text-align: right;
width: 125px;
left: 20px;
border-top: 1px solid white;
}

#menu p {
font-weight: normal;
text-align: left;
line-height: 20px;
padding-top: 5px;
color: #f5910b ;
}

/* main menu */
#menu dt {
cursor: pointer;
background: #03307b;
height: 30px;
line-height: 25px;
margin: 2px 0;
border-bottom: 1px solid white;
text-align: center;
font-weight: bold;
}

/* submenu */
#menu dd {
position: absolute;
left: 95%;
z-index: 100;
margin-top: -32px;
width: 110px;
background: #f5910b;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 20px;
line-height: 20px;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
}

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

#menu dt a:hover {
color: #87aae3;
}

.grabtext {
font-size: 1.5em;
font-weight: bold;
color: #87aae3;
}

.linetext {
font-size: 1em;
color: #03307b;
}