body
{
font-family: Arial; 
text-align: left; 
background-color: #000000; 
background-image: url('images/bcknd.png'); 
color: #000000; 
margin: 0 auto;
padding: 0px;
}


div.main
{
 background-color: #FFFFFF; 
width: 705px; 
min-height: 500px; 
}

div.left
{
float: left;
margin-left: 15px;
width: 420px;
padding-top: 15px;


}

div.right
{
margin-left: 450px;
width: 240px;
padding-top: 15px;

}

div.full
{
margin-left: 15px;
width: 670px;
padding-top: 15px;
}

div.banner
{
margin-top: 0px;
background-color: #FFFFFF;
height: 100px;
width: 100%;
}

div.hrblock
{
background-image: url('images/hr.png');
font-size: 3px;
height: 5px;
width: 100%;
}

div.nav
{
margin 0 auto;
background-color: #000000;
background-image: url('images/menu_repeat.png');
width: 705px;
height: 36px;
}

div.footer
{
margin-top: 25px;
margin-bottom: 25px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #000000;
width: 705px;
text-align: center;
font-size: 9px;
min-height: 40px;
}

img
{
border-style: none;
}

img.level2img
{
float: left; 
margin-right: 10px; 
margin-bottom: 10px;
}

li
{
font-size: 12px;
}


p
{
margin-left: 5px; 
margin-top: 10px;
font-size: 12px;
}

p.dochead
{
font-size: 16px;
font-weight: bold;
}

td.menu
{
background:#000000;
padding-left: 10px;
border-spacing: 0px;
}
table.menu
{
color: #FFFFFF;
font-size:12px;
position:absolute;
visibility:hidden;
margin-top: -4px;
border-collapse: collapse;
}

a:link {
color: #6699cc;
text-decoration: none;
}     /* unvisited link */

a:visited {
color: #003366;
text-decoration: none;
}  /* visited link */

a:hover 
{
color: #6699cc;
text-decoration: underline;
}   /* mouse over link */

a:active 
{
color: #003366;
font-weight: bold;
text-decoration: none;
}   /* selected link */

a.menu:link {
color: #FFFFFF;
text-decoration: none;
}     /* unvisited link */

a.menu:visited {
color: #FFFFFF;
text-decoration: none;
}  /* visited link */

a.menu:hover 
{
color: #FFFFFF;
text-decoration: underline;
}   /* mouse over link */

a.menu:active 
{
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}   /* selected link */

