/* CSS Document */

html

{
     background-color: #000000;
	 background-image:url(/images/BGsub.jpg);
	 background-position:top center;
	 background-repeat:no-repeat;
	 margin-top:0px;
}

body

{
	text-align:center;
}


div.wrapper 

{
   margin-top: 0 auto; 
   margin-left :  auto; 
   margin-right:auto;
   margin-bottom:auto;
   text-align:left;
   width: 795px;
   
   }


img{

	border:0px;

}

div.content 

{
   margin-top: -5px; 
   margin-left :  auto; 
   margin-right:auto;
   margin-bottom:auto;
   text-align:left;
   width: 795px;
   background-color:#FFFFFF;

}

div.textcontent
{
   width: 725px;
   padding-top: 20px; 
   padding-left : 25px; 
   padding-right:35px;
   padding-bottom: 25px;
}

div.abouthdr{

font-family:"Times New Roman", Times, serif;
font-size:2em;
color:#993399;
font-weight:bold;
}

div.normtext{
font-family:Arial, Helvetica, Arial sans-serif;
font-size:0.75em;
line-height: 1.35em;
color:#333333;
margin-bottom:
}


div.lowerbadges{
   width: 795px;
   margin-top:7px;
}

div.logo{

}

div.nav{
  width: 795px;
  text-align:right;
  margin-bottom: 0px;
}

div.footer{
font-family:"Times New Roman", Times, serif;
font-size:11px;
color:#3c3c3c;
text-align:right;
margin-top:10px;
width: 795px;
padding-bottom:20px;
}

div.footer a:link{
color:#3c3c3c;
text-decoration:none;
}

div.footer a:hover{
color:#3c3c3c;
text-decoration:underline;
}

div.footer a:visited{
color:#3c3c3c;
text-decoration:none;
}






