﻿
        body {
	        padding: 0px;
	        margin: 0px;
	        text-align: center;
	        font-family: Verdana, Arial, Helvetica, sans-serif; 
	        font-size: 12px;
            background:#1c0a03;
            color: #7a7c7d;
        }


        td {
	        font-family: Verdana, Arial, Helvetica, sans-serif; 
	        font-size: 12px;
            color: #7a7c7d;
        }

img 
{
	border: none;
}
        
        ul
        {
        	margin: 0px 10px 0px -25px; 
        	list-style-image: url(/images/bullets/green.png); 
        	line-height: 18px;
        }
         
        #contact_form {
	       background: #eaeaea;
        }
         
        #header
        {
        	background:#ffffff url("/images/ready/bg_header.png") left top  repeat-x;
        	height: 125px;
        	text-align: center;
        }
        
        #cHeader
        {
        	margin: 0 auto;
        	width: 941px;
        	text-align: left;
        }
    
        #Container
        {
        	background: #ffffff;
        }
        
        #Content
        {
        	margin: 0 auto;
        	width: 941px;
        	padding: 25px 0px 0px 0px;
        	min-height: 50px;
        	text-align: left;
        }
    
         
        #Footer
        {
        	background:#ffffff url("/images/ready/bg_footer.png") left top  repeat-x;
        	height: 126px;
        }
        
        #cFooter
        {
        	width: 900px;
        	margin: 0 auto;
        	padding: 10px 0px 10px 0px;
        }
	
	
         
		
	        #ColumnTitle
	        {
		        margin: 5px 0 0px 0px;
		        padding: 10px 20px 20px 20px;
	        }
        	
		        #ColumnTitle h1
		        {
			        border-bottom: 1px solid #acacac;
		            color: #989B00;
		        }
        		
		        #ColumnTitle #TitleText
		        {
			        float: right;	
			        font-size: 12px;
			        color: #989b00;
			        position: relative;
			        top: -22px;
        		}
		        
	        #TableField 
	        {
		        font-weight: bold;
		        white-space: nowrap;
		        width: 107px;
	        }
        	
	        #TableValue 
	        {
		        color: #767561;
	        }
	            
	            #TableValue input 
	            {
	            	width: 177px;
	            }
         
	        #ColumnBody
	        {
		        margin: 0px 0 0px 0px;
		        padding: 0px 20px 25px 20px;
	        }
        		
	        #ContentDiv
	        {
		        margin: 10px 0px 0px 0px;		
	        }