body, html {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
margin: 0;
padding: 0;
color: #333333;
font-size: 12px;
line-height: 17px;
background-color: #666666;
background: url(images/bg.gif);
}
/* ------------------------------------- */
/* ------------ NAVIGATION ------------- */
/* ------------------------------------- */
#navigation {
width: 150px;
height: auto;
font-size: 9pt;
line-height: 12pt;
text-align: left;
font-weight: bold;
color: #516588;
word-spacing: 0px;
margin: 20px 0 0 0px;
padding: 0 0 23px 0;
background-color: transparent;
border: 0px solid #dddddd;
float: left;
}
#navigation a:link, #navigation a:visited {
color: #003366;
}
#navigation a.current {
color: #ff4700;
text-decoration: underline;
}
#navigation a:hover {
color: #660066;
text-decoration: underline;
}
/* ------------------------------------- */
/* ------- MAIN WRAPPER - MAIN --------- */
/* ------------------------------------- */
#wrapper-main {
text-align: center;
width: 90%;
min-width: 700px;
height: auto;
background-color: #ffffff;
margin: 10px 10px 10px 10px;
border: 1px solid gray;
}
/* ------------------------------------- */
/* ------- WRAPPER - INTERNAL ---------- */
/* ------------------------------------- */
#wrapper-internal {
width: 100%;
min-width: 500px;
min-height: 350px;
margin: 0px 0 0 0;
border: 0px solid #00ff00;
}
/* ------------------------------------- */
/* ------------- MAST HEAD ------------- */
/* ------------------------------------- */
#headerbg {
height: 128px;
width: 100%;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(images/sb_tile.jpg);
background-repeat: repeat-x;
background-position: top left;
background-color: #ffffff;
color: #000000;
border: solid 0px #ff0000;
}
#header {
height: 128px;
width: 100%;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(images/masthead.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
color: #000000;
border: solid 0px #ff0000;
}
/* ------------------------------------- */
/* -------- MAIN CONTENT AREA ---------- */
/* ------------------------------------- */
#main-content {
min-height: 350px;
margin: 0 0 0 0;
padding: 10px 20px 0 0;
font-size: 100%;
line-height: 100%;
text-align: left;
background-color: #ffffff;
border: solid 0px #ff0000;
}

#nested-content {
background-color: #eeeeee;
width: inherit;
min-height: 250px;
min-width: 460px;
margin: 0 0 0 175px;
padding: 20px 10px 8px 10px;
font-size: 12px;
line-height: 17px;
font-weight: normal;
color: #001F3D;
border: solid 0px #609CBE;
}
#nested-content p {
margin: 0 0 10px 0;
}
/* ------------------------------------- */
/* --------- TEXT FORMATTING ----------- */
/* ------------------------------------- */
h1 {
font-size: 140%;
line-height: 145%;
font-weight: bold;
color: #001F3D;
margin: 0 0 5px 0;
padding: 0 0 0 0;
border-bottom: 1px #ff4700 solid;
background-color: transparant;
}

h2 {
font-size: 130%;
line-height: 135%;
font-weight: bold;
color: #001F3D;
letter-spacing: 2px;
margin: 0 0 5px 0;
padding: 0 0 0 0;
border-bottom: 0px #CCC solid;
}

h3 {
font-size: 120%;
line-height: 125%;
font-weight: bold;
color: #001F3D;
letter-spacing: 2px;
margin: 0 0 5px 0;
padding: 0 0 0 0;
border-bottom: 1px #000 solid;
width: 100%;
}

h4 {
font-size: 110%;
line-height: 115%;
padding: 0px, 0px, 0px, 0px;
margin: 0px, 0px, 0px, 0px;
font-weight: bold;
letter-spacing: 2px;
}

#main-text p {
text-align: justify;
margin-left: 0px;
margin-right: 0px;
padding-bottom: 30px;
}

p, ul, ol {
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}

ol, ul {
padding-left: 200px;
margin-left: 75px;
margin-right: 75px;
}

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

a:hover {
text-decoration: underline;
}

/* Styles for the footer at the bottom of the page */

#footer {
width: 100%;
font-size: 10px;
color: #ffffff;
font-weight: bold;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
padding-bottom: 8px;
padding-right: 0px;
background-color: #174C82;
border: 0px #333 solid;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}