/************************************************************************

				main stuff
				
************************************************************************/



body {
       <!--background-image: url(img/bg2.gif);
       background-repeat: repeat-y;
       background-color: #ffffff;
       background-position: 50.5% 49.5%;-->
       margin: 0px; 
	   font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
       color: #666666;
       font-size:11px;
}


table {
	   font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
       color: #586264;
       font-size:12px;
       line-height:120%;
}

hr {
		border: 1px  #333333; 
		border-style: none none dotted; 
}

img {
	    padding: 0px;
	    border: 0px solid #cccccc
}

b {
     color: #ff3333;
     font-size:13px;
     line-height: 140%;
}


p {
        padding:0px;
        margin:0px;
}

h1 {
       font-family: Georgia, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	    font-size:18px;
        color: #a84607; 
        text-align: left;
        padding: 0px; 
        border: 0px solid black;
        text-transform: titlecase;
        font-weight: normal; 
        line-height: 10%;
       
}




/************************************************************************

				content stuff
				
************************************************************************/



.contentRight {
       font-family: Georgia, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
       color: #586264;
       font-size:13px;
       line-height: 120%;
       width: 350px;
       padding: 5px 0px 15px 5px; 
       border-left: 0px dashed #cccccc;
       text-align: left;


}



/************************************************************************

				footer stuff
				
************************************************************************/




.footer{
		background-image: url(img/footer.jpg);
       background-repeat: no-repeat;
       background-color: #ffffff;
       background-position: 50% 50%;
	   font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
       color: #586264;
       font-size:10px;
       line-height: 100%;
       padding-top:30px;
       padding-bottom:10px;
       text-align: center;
       height:102px;
      }

.footer_pwda{
	   background-color:#e6e8e9;
	   font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
       color: #586264;
       font-size:10px;
       line-height: 100%;
       padding-top:20px;
       padding-bottom:20px;
       text-align: center;
       height:0px;
       width:100%;
      }


/************************************************************************

				links stuff
				
************************************************************************/


a:link {
	color: #a84607;
    text-decoration: underline ;
}

a:active { 
	color: #a84607; 
    text-decoration: underline ;
}

a:visited { 
	color: #a84607;
    text-decoration: underline ;

}

a:hover {
    text-decoration: none ;
    color: #a84607; 
}





