#header
{
 position: absolute;
 width: 100%;
 top: 5px;
 padding-left: 5px;
 padding-right: 5px;
}
#pagecontent
{
 position: absolute;
 width: 100%;
 top: 85px;
 padding-left: 5px;
 padding-right: 5px;
/* padding: 5px;*/
/* border: 1px solid black; */
}
#pagetitle
{
 border: 1px solid #009;
 background-color: #ccccF0;
/* background-color: #009;*/
 padding: 1px;
 padding-left: 5px;
 padding-right: 5px;
}
#content
{
 padding-top: 5px;
 padding-bottom: 10px;
}
#footer
{
 width: 100%;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;

 text-align: center;
 color: #006600;
 font-family: verdana,arial;
 font-size: 12px;
}
#copyright
{
/* position: absolute;*/
 width: 100%;
/* bottom: 5px;*/
 padding-left: 5px;
 padding-right: 5px;

 text-align: center;
 color: #333333;
 font-family: verdana,arial;
 font-size: 12px;
}
#copyright .line2
{
 font-size: 10px;
}
#hostedby
{
 position: absolute;
 right: 25px;
 bottom: 10px;
}

#headerlogo
{
 position: absolute;
 top: 0px;
 left: 5px;
}
#headernavigation
{
 position: absolute;
 top: 0px;
 right: 5px;
 color: #006600;
}
#headertabs1
{
 position: absolute;
 top: 55px;
 left: 5px;
 width: 100%;
 height: 20px;
 text-align: center;
}
#headerbar
{
 position: absolute;
 top: 75px;
 left: 5px;
 width: 100%;
 height: 2px;
 text-align: center;
 background-color: #009;
 font-size: 1px;
}
#footerbar
{
 width: 100%;
 left: 5px;
 height: 5px;
 text-align: center;
 background-color: #009;
 font-size: 1px;
}

