/* CSS Document */
body {
margin: 20px;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;

}
h1, h2, h3, p, ul {
padding: 0;
margin: 0;
}
/* WRAPPER: wraps entire contents of page */
#wrapper {
border: none;
width:800px;
}


#banner {
position: relative;
background: url(/images/headerbg-orange1.gif) repeat-x left top;
}
#banner #logo {
position: absolute;
left: 0px;
top: 10px;
}
#banner p{
position:absolute;
right:10px;
top: 15px;
left: 600px;
padding-right: 15px;
}
#banner p a:link {
color:#039;
text-decoration: underline;
}
#banner p a:visited {
color:#fff;
text-decoration: underline;
}
#banner p a:hover {
color:#363;
text-decoration: none;
}
#banner p a:active {
color:#636;
text-decoration: none;
}

#banner ul {
margin: 0px;
padding: 10px;
list-style: none;
font-size:8pt;
}
#banner li{
display: inline;
}

#banner a:link {
color:#039;
text-decoration: underline;
}
#banner a:visited {
color:#999;
text-decoration: underline;
}
#banner a:hover {
color:#363;
text-decoration: none;
}
#banner a:active {
color:#636;
text-decoration: none;
}

#contentWrapper {
float:left;
}
/* MAIN CONTENT */
#content {
margin-top:10px;
margin-left: 135px;
margin-right: 10px;
padding: 0 50px 15px 10px;
width:450px;
text-align:center;
}
#sidebar {
float:left;
top: 10px;
left: 0;
width: 130px;
}
ul#sideNavbar {
margin:0;
padding:0;
list-style:none;
background-color:#CCCCCC;
width: 130px;
line-height:90%;
font-size:8pt;
}
#sideNavbar a {
color:#000;
text-transform:capitalize;
text-decoration:none; 
border:1px solid #999;
border-bottom: none;
line-height:90%;
padding: 7px 5px;
display:block;
background-color:#EDEDED;
}

#sideNavbar a:link {
color:#039;
text-decoration: underline;
}

#sideNavbar a:visited {
color:#999;
text-decoration: underline;
}
#sideNavbar a:hover {
color:#363;
text-decoration: none;
}
#sideNavbar a:active {
color:#363;
text-decoration: none;
}
/* IE 6 hack removes the space between each link in the navigation bar */

*html #sideNavbar a {
height: 1px;
}


#footer {
clear:both;
margin-top: 10px;
padding:5px;
border-top: 1px solid #c99933;
border-bottom: 1px solid #c99933;
background-color: #f2f2f2;
font-size: 8pt;
font-weight: normal;
color: #000000;
width:100%;
text-align:left;
}

#footer a:link {
color:#039;
text-decoration: underline;
}

#footer a:visited {
color:#999;
text-decoration: underline;
}
#footer a:hover {
color:#363;
text-decoration: none;
}
#footer a:active {
color:#363;
text-decoration: none;
}
