body
{
margin: 0px;
padding: 0px;
background-color: #cccccc;
text-align: center;
scrollbar-base-color: #44596e; 
scrollbar-arrow-color:#c0c0c0; 
}

td
{
color: #cecece;
font-size: 12px;
font-family: arial;
font-weight: bold;
}

a
{
color: #cecece;
font-size: 12px;
font-family: arial;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #66849f;
font-size: 12px;
font-family: arial;
font-weight: bold;
text-decoration: none;
}

#container
{
background-image: url(images/background.jpg);
background-repeat: repeat-y;
width: 1014px;
margin: auto;
text-align: center;
}

#header
{
width: 100px;
height: 262px;
padding: 0px;
margin: 0px;
text-align: center;
}

#footer
{
background-image: url(images/footer.jpg);
width: 1014px;
height: 38px;
}


div.sideboxleft
{
width: 214px; 
float: left;
margin-left: 15px;
margin-top:9px;
}

div.sidebox-head
{
background-image: url(images/sidebox-head.jpg);
width: 214px;
height: 60px;
text-align: center;
font-size: 13px;
font-family: arial;
font-weight: bold;
line-height: 40px;
color: #cecece;
}

div.sidebox-content
{
background-image: url(images/sidebox-content.jpg);
background-repeat: repeat-y;
}

div.sidebox-footer
{
background-image: url(images/sidebox-footer.jpg);
width: 214px;
height: 60px;
}

div.sidetextcontainer
{
margin-left: 35px;
margin-right: 35px;
}

div.midbox-head
{
background-image: url(images/midbox-head.jpg);
width: 486px;
height: 60px;
text-align: center;
font-size: 13px;
font-family: arial;
font-weight: bold;
line-height: 40px;
color: #cecece;
}

div.midbox-mid
{
background-image: url(images/midbox-mid.jpg);
background-repeat: repeat-y;
text-align: left;
}

div.midbox-footer
{
background-image: url(images/midbox-footer.jpg);
width: 486px;
height: 60px;
}

div.midtextcontainer
{
margin-left: 35px;
margin-right: 30px;
}

#clear 
{ 
clear:both;
}