

* { padding: 0; margin: 0; }

body 
{
 font-family: trebuchet ms;
 font-size: small;
 font-weight: normal;
 line-height: 125%;
}

#wrapper 
{ 
 margin: 0 auto;
 width: 775px;
 align: center;
}

a 
{
font-weight: normal;
}

a:link
{
color: black;
text-decoration: none;
font-weight: bold;
}

a:visited
{
color: black;
text-decoration: none;
font-weight: bold;
}
a:hover
{
color: #ffcc33;
text-decoration: none;
}


a:active
{
color: #008000;
text-decoration: none;
}

#topleftcolumn 
{ 
 color: black;
 margin: 0px 5px 5px 0px;
 background: white;
 padding: 10px;
 height: 60px;
 width: 10%;
 float: left;
}

#toprightcolumn 
{ 
 color: black;
 background: white;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 60px;
 width: 40%;
 float: right;
}

#topcontent 
{ 
 float: left;
 color: black;
 margin: 0px 5px 5px 0px;
 background: white;
 padding: 10px;
 height: 60px;
 width: 40%;
 display: inline;
}

#header 
{
 width: 775px;
 float: left;
 height: 202px;
 margin: 10px 5px 5px 0px;
 background: white;
}

#navigation 

{
 float: left;
 width: 768px;
 color: black;
 border-bottom: 4px solid black;
 padding: 5px;
 margin: 0px 0px 5px 0px;
 background: white;
}


#leftcolumn 
{ 
 color: black;
 border-right: 2px solid #e8e8e8;
 background: white;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 20%;
 float: left;
}

#leftcolumn-sitemap
{ 
 color: black;
 border-right: 2px solid #e8e8e8;
 background: white;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 1250px;
 width: 20%;
 float: left;
}

li
{
font-size: small;
font-weight: normal;
list-style-type: none;
border-bottom: 2px solid #e8e8e8;
padding: 5px;
text-align: left;
text-decoration: none;
}


#content 
{ 
 float: left;
 color: black;
 background: #e8e8e8;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 50%;
 display: inline;
}

#contentrest 
{ 
 float: left;
 color: black;
 background: #e8e8e8;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 1200px;
 width: 72%;
 display: inline;
}

#contentreports 
{ 
 float: left;
 color: black;
 background: #e8e8e8;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 2250px;
 width: 72%;
 display: inline;
}

#contentrest-bannerpage
{ 
 float: left;
 color: black;
 background: #e8e8e8;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 55%;
 display: inline;
}

#contentrest-sitemap
{ 
 float: left;
 color: black;
 background: #e8e8e8;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 1250px;
 width: 72%;
 display: inline;
}


h1
{
color: black;
font-size: x-large;
line-height: 175%;
}

h2
{
color: black;
font-size: medium;
line-height: 175%;
font-weight: bold;
}

h3
{
color: #008000;
font-size: small;
line-height: 175%;
font-weight: bold;
}

.feature
{
float: left;
margin-right: 20px;
padding: 5px;
}

#rightcolumn 
{ 
 color: black;
 border-left: 2px solid #e8e8e8;
 background: white;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 20%;
 float: left;
}

#rightcolumn-bannerpage 
{ 
 color: black;
 border-left: 2px solid #e8e8e8;
 background: white;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 15%;
 float: right;
}

#footer 
{ 
 width: 755px;
 clear: both;
 color: black;
 border-top: 4px solid black;
 background: white;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.tables{

font:trebuchet ms;
font-size: small;
border: 1px black solid;

}

.tables td{

border: 1px #008000 solid;
text-align: center;
padding: 4px;
}

.tables-profiles
{
font:trebuchet ms;
font-size: small;
border: 1px black solid;
}

.tables-profiles td
{
border: 1px #008000 solid;
text-align: left;
padding: 4px;
}

#footer #left

{
float: left;
}

#footer #right

{
float: right;
text-align: right;

}