* {
margin:0;
padding:0;
}                              

html {height:100%;}             

body {
margin:0;
padding:0;
background: #fff url(../images/background-top.jpg) repeat-x;
font-family:verdana, helvetica, arial, sans-serif;
font-size: 100%;
}

#wrap {
width: 800px; /***changed from 790***/
margin: 0 auto;
background-color:#fff;
}

* html #wrap {height:1%}                   

#header {
/***position: absolute; added***/
/***left: 105px; added***/
/***width: 800px; added***/
height:150px;
padding: 0; 
text-align:center;
border-top:10px solid #000;
border-bottom:10px solid #000;
}
        
h1 {
color:#862256;
background-color:inherit;
font-size: 1.3em;
font-weight:bold;
padding:18px 0 10px 10px;
text-align:center;
}

h2, h3, h4 {
color:#862256;
font-weight:bold;
background-color:inherit;
padding: 0 0 5px 5px; 
}

h2 {
font-size: 1.0em;
font-weight:bold;
}

h3, h4 {
font-size: 0.9em;
font-weight:bold;
background-color:inherit;
}

p {
font-size:0.8em;
text-align:left;
line-height: 1.3em;
padding:0 15px 15px 5px;
}

.redbold {
color:#862256;
font-weight:bold;
}

.centerp {
text-align:center;
padding:10px 10px;
line-height:1.2em;
}

.rightp {
text-align:right;
padding:0 25px 10px 25px;
}

.rightsig {
text-align:right;
padding:0 50px 10px 25px;
}

img {
border:0;
}

.imgleft {
float:left;
padding:5px 10px 3px 0;
}

.imgright {
float:right;
padding:5px 0 3px 10px;
}

#navcontainer
{
float:left;
width:200px;
display: inline;
}

ul#navlist
{
width: 200px;
padding: 0px;
margin: 5px 0 0 8px;
font: 11px verdana, helvetica, arial, sans-serif;
background: #fff;
}

ul#navlist li
{
list-style: none;
margin: 0;
}

ul#navlist li a
{
display: block;
width: 160px;
padding: 4px 0 8px 2px;
border: 0px;
border-right: 10px solid #862256;
border-bottom: 1px solid #fff;
border-left: 10px solid #862256;
background: #e89dc8;
text-decoration: none;
text-align: center;
}

ul#navlist li a:link { color: #000; }
div#navcontainer li a:visited { color: #000; }

ul#navlist li a:hover
{
color: #862256;
font-weight: bold;
background: #ebadd2;
border: 0px;
border-right: 10px solid #d55ca2;
border-left: 10px solid #d55ca2;
border-top: 1px solid #fff;
}

fieldset {
border:0;
margin-left:5px;}

a {
outline:none;
font-size:1.0em;
}

a:link {
text-decoration:none;
color: #00f;
background-color:inherit;
}

a:visited {
text-decoration:none;
color: #00f;
background-color:inherit;
}

a:hover {
text-decoration:none;
color: #f00;
background-color:inherit;
}

a:active {
text-decoration:none;
color: #00f;
background-color:inherit;
}

#main {
width:auto;
background-color:#fff;
margin-left:200px;
}

#content {
width:590px;
float:right;
display: inline;
}

#content ul {
padding: 0 0 10px 0;
}

.content li {
font-size:0.8em;
text-align:left;
margin-left:40px;
line-height:1.4em;
}


* html #main, * html #content { height:1%; }

#clearfooter {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}

#footer {
height:auto;
color:#000;
background-color:#fff;
}

#footer p {
font-size:0.7em;
text-align:center;
padding: 0 0 5px 0;
line-height:1.3em;
}

#footer .credit {
padding: 26px 15px 0 0;
text-align:center;
line-height:1.2em;
font-size:0.6em;
float:right;
}

#footer .credit2 {
padding: 26px 20px 0 15px;
line-height:1.2em;
font-size:0.6em;
float:left;
}