body 
{
 background-color:#000000;
 margin:0;
}

#container {
 width: 100%;
 margin: 0 auto;
 border:0px;
 }

#header {
 width: 100%;
 height: 320px;
	}
#content {
 float: right;
 width: 100%;
 }

p            
{ 
 font-size: 10pt; 
 font-family: Verdana; 
 color: #000000; 
 text-align: justify;
}

h1
{
 font-size: 25pt; 
 font-family: Verdana; 
 color: #b66013; 
}

h2
{
 font-size: 16pt; 
 font-family: Verdana; 
 color: #b66013;
 text-align: justify;
}




.state
{
 font-size: 10pt; 
 font-family: Verdana; 
 color: #201f1c;
}




/* ---------------------------------------------------------------------- */
/* Links----------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

a:link          
{ 
text-decoration: none;
color: #000000;
}
a:visited       
{ 
text-decoration: none;
color: #000000;
}
a:active        
{
text-decoration: none;
color: #000000;
}
a:hover         
{ 
text-decoration: underline;
color: #000000;
}


