body {
 padding: 0;
 margin: 0;
color: white;

}

.topBanner {
 position: absolute;
 top:  10px;
 left: 0;
 width: 900px;
 height: 10px;
 padding: 10px;
 margin: 0;
}
.leftCol {
float: left;
margin: 200px 0px 0px 0px;
 padding: 5px;
 margin: 0;
 bgcolor: white;
}
.rightCol {
float: right;
margin: 200px 0px 0px 0px;
 width: 200px;
 padding: 10px;
  bgcolor: white;
}
.centerCol {
 position: absolute;
 padding: 10px;
 margin: 160px 0px 0px 220px;
 width: 900px;
  bgcolor: white;
}

#nav ul, #nav li {
list-style-type: none;
}

#nav a, #nav li.active li a
{
color: #930;
text-decoration: none;
}

#nav a:hover, #nav li a:hover
{
background-color: #fc6;
color: #930;
text-decoration: none;
}

#nav li.active a {
background-color: #fc6;
color: #930;
text-decoration: none;
}

a {
color: #930;

}

a:visited {
color: #f60;
}

#content{
padding-top: 5px;
padding-bottom: 30px;
padding-left: 160px;
padding-right: 5%;
background-color: #FFFFF9;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

p,ul,ol {
font-size: 11pt;
text-align: left;
color: #000000;

}


h1 {
font-size: 14pt;
font-weight: bold;
color: red;
font-family: Arial, Helvetica, sans-serif;
}

h2 {
font-size: 13pt;
color: red;
font-weight: bold;
text-align: left;
padding-right: 3px;
border-top: 0px solid #fc6;
border-right: 0px solid #fc6;
border-bottom: 1px solid #fc6;
border-left: 0px solid #fc6;
font-family: Arial, Helvetica, sans-serif;

}

h3 {
    font-size: 12pt;
    font-weight: bold;
    color: navy;
    font-family: Arial, Helvetica, sans-serif;
}

.rightColfont {
font-size: 10px;
    font-weight: plain;
color: black;
font-family: Arial, Helvetica, sans-serif;
}

.leftColfont {
font-size: 10px;
    font-weight: plain;
color: black;
font-family: Arial, Helvetica, sans-serif;
}

.bodyfont {

font-size: 12px;
    font-weight: plain;
color: black;
font-family: Arial, Helvetica, sans-serif;
}


.borderb {

border: 10px outset blue;

}

.leftmarginCol {

 position: absolute;
 top: 240px;
 left: 0;
 width: 190px;
 padding: 30px;
 margin: 5;
 background-color: white;
}


.bodycenterCol {

 position: absolute;
 top: 60px;
 padding-left: 220px;
 margin: 220px 10px 0;
 align: left;
 width: 900px;
  bgcolor: 0;
}
