body
{
background-color: #05052f;
font-family: Verdana;
font-size: 80%;
color:#05052f;
}

#container
{
position:relative;
 background-color: #201f1f;
 width:910px;
 height:100%;
  min-height:100%;
 margin:auto;
border: 5px solid #999999;
}

#head
{
position:relative;
top:0;
left:0;
width:910px;
 height:125px;
background-color:#ffffff;
background-image: url(images/headbg.gif);
border-bottom: 3px solid #999999;
}

#nav
{
position:relative;
top:128;
left:0;
background-color:#999999;
height:36px;
}

#content
{
position:relative;
width:890px;
 height:100%;
  min-height:100%;
 padding:10px;
 background-color:#ffffff;
}


.nav_btn
{
background-image: url(images/button.gif);
width:136px;
height:36px;
background-repeat:no-repeat;
text-decoration:none;
text-align:center;
}

.navlink
{
top:-5px;
font-size:14px;
color:#05052f;
text-decoration:none;
font-weight:600;
}

.nav_btn:hover
{
background-image: url(images/btnhover.gif);
width:136px;
height:36px;
background-repeat:no-repeat;
text-decoration:none;
text-align:center;
}

.navlink:hover
{
top:-5px;
font-size:14px;
color:#526c99;
text-decoration:none;
font-weight:600;
}

a
{
color:#000066;
}

a:hover
{
color:#526c99;
}

.heading
{
color:#05052f;
font-weight:bold;
}

.heading:hover
{
color:#4d5e99;
font-weight:bold;
}

.dld-link
{
color:#000066;
font-size:70%;
}

.dld-link:hover
{
color:#526c99;
font-size:70%;
}

hr
{
color: #666666;
background-color: #333333;
height: 2px;
width:100%;
border: 0;
}

.contbox
{
border: 1px solid #cccccc;
width:90%;
padding: 15px;
}

h3
{
font-size:100%;
padding-bottom:0px;
font-weight:600;
}

h2
{
font-size:120%;
padding-bottom:0px;
font-weight:600;
}

.subnav
{
color:#ffffff;
font-weight:bold;
text-decoration:none;
font-size:90%;
}

.subnav:hover
{
color:#05052f;
font-weight:bold;
text-decoration:none;
font-size:90%;
}

.subnavS
{
color:#cccccc;
font-weight:bold;
text-decoration:none;
font-size:100%;
}

#subnavbar
{
position:relative;
top:0;
left:0;
width:890px;
background-color:#666666;
padding:10px;
}

.contbox-L
{
position:relative;
float:left;
width:65%;
}

.contbox-R
{
position:relative;
float:right;
margin-right:55px;
border: 1px solid #cccccc;
padding:15px;
top:0px;
}



