BODY {
font-family: Arial, sans-serif;
font-size: 9pt;
padding: 0px;
margin: 0px;
background: white;
overflow: visble;
}

/* Top Banner */
#topbanner {
background: #000065 url(gfx/backend/logo.gif) no-repeat top left;
position: absolute;
left: 0px;
top: 0px;
height: 76px;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
}


/* Bottom Banner */

#bottombanner {
padding: 0px;
margin: 0px;
display: none;
}


/* Top Navigation */
#topnavigation {
display: none;
}

/* Content */
#content_wrapper {
background: red;
position: absolute;
top: 76px;
left: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: auto;
height: auto;
overflow: visble;
}

#content {
background: white;
color: black;
width: 100%;
margin: 0px;
overflow: visble;

scrollbar-base-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: white;
scrollbar-dark-shadow-color: white;
scrollbar-3d-dark-color: white;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-3d-light-color: white;
}


#content a
{
color: #000065;
}

#content a:hover
{
background: #000065;
color: #FBF7CF;
}


#content UL {
list-style-image: url(gfx/pagelayout/pin-bullet.gif);
margin: 0px 10px 15px 10px;
}


#content LI {
list-style-image: url(gfx/pagelayout/pin-bullet.gif);
margin: 0px 10px 2px 30px;
}

H1 {
font-family: Times, serif;
font-weight: normal;
font-size: 24pt;
color: #000065;
}

H2 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 11pt;
color: #000065;
padding: 0px 10px 0px 10px;
margin: 15px 0px 10px 0px;
border-bottom: 2px solid #ff7f00;
width: 40%;
}

H3 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #000065;
margin: 0px 0px 0px 0px;
padding: 0px 10px 5px 10px;
} 

H4 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000065;
} 

P {
margin: 0px 0px 0px 0px;
padding: 0px 10px 5px 10px;
}




