/* CSS Document */

body {
	background-color: #333333;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page {
margin-left:auto;
margin-right:auto;
width:815px;
background-color:#FFFFFF;
}

.nav {
filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.90);
-moz-opacity:0.90;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
margin:2px;
background-color:#003366;
width:200px;
top:132px;
position:absolute;
z-index:100;
visibility:hidden;
}

a.nil
{
border:none;
}

a.menulink {
display:block;
padding:4px;
border-bottom:1px solid #ffffff;
}
a.menulink:link {
color:#FFFFFF;
text-decoration:none;
}
a.menulink:visited {
color:#FFFFFF;
text-decoration:none;
}
a.menulink:hover {
background-color:#6f9fcf;
text-decoration:none;
}

.content {
float:left;
margin:20px 0;
}

/* LEFT COLUMN */
#content1
{
position:relative;
float:left;
padding-left:40px; 
width:385px; 
background-repeat:repeat-y; 
background-position:right;
}

/* RIGHT COLUMN */
#content2
{
position:relative;
float:left;
width:260px; 
padding-left:20px; 
background-repeat:repeat-y; 
background-position:left;
}

.content p {
line-height:16px;
color:#333333;
margin-bottom:40px;
padding-right:20px;
}

.content ul

{
color:#333333;
line-height:140%;
}

.content ul li
{
padding-bottom:5px;
}


h1 {
font-size:28px;
font-weight:normal;
line-height:36px;
color:#999999;
}

.heads{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#003366;
font-weight:bold;
}

.dotrule{
margin-right:20px;
margin-bottom:20px;
background-image:url(../images/1px-block-horiz.gif);
background-position:bottom;
background-repeat:repeat-x;
clear:both;
}

.footer {
clear:both; 
padding:5px 5px 5px 40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
background-color:#bbbbbb;
}
.footer a:link, .footer a:visited 
{
color:#4F4F4F;
text-decoration:none;
}

.footer a:hover, .footer a:active {
text-decoration:none;
color:#202020;
}
