*{
    margin:0px;
    padding:0px;
}
  
body {
	background-color: #fff;
	background-image:  url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height:1.6em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	}
	
a{
	font-size: 0.95em;
	line-height:1.6em;
    font-family:Georgia, Times New Roman, Times, serif;  
	font-weight:normal;
	color: #333333;
    text-decoration: none;
}
 a:hover{
	color: #000;
	text-decoration: underline;
		}
		
 a:visited{
	font-weight: normal;
	text-decoration: none;
	}

.flashbanner{
    margin:0 auto;
	float:none;
	clear:both;
	width:100%;
	height:200px;
	background-color:#943507;
	border-top:2px solid #cccccc;
}	
.address{
    float:right;
	text-align:right;
	margin-right:20px;
}
.topshadow{
    margin:0 auto;
    float:none;
	width:100%;
	height:15px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}
.bottomshadow{
    margin:0 auto;
    float:none;
	width:100%;
	height:15px;
	background-image:url(../images/shadow2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}
.main{
    margin:0 auto;
	float:none;
	width:850px;
	}

.leftcolumn{
    float:left;
	width:255px;
	padding:135px 0px 20px 0px;
	background-image:url(../images/contract.png);
	background-repeat:no-repeat;
	background-position:left top;
	    	}
.rightcolumn{
    float:left;
	width: 550px;
	}
   
.leftcolumn p{
	padding: 0px 10px 0px 25px;
	border-top:1px dashed #943507;
	border-bottom:1px dashed #943507;
	}
	
.leftcolumn h3{
    margin-top:5px;
	padding: 0px 25px;
    }	
.text{     
	padding:15px;  
	border-left:3px solid #666;
	border-right:3px solid #666;
	background-color:#fff;
	}
	
.disclaimer{
   float:none;
   clear:both;
   margin:40px auto 10px auto;
   padding:10px 35px;
   width:780px;
   text-align:left;
   color:#666;
   font-size:0.7em;
   line-height:1.2em;
   border-top:1px solid #333;
   border-bottom:1px solid #333;
}
.footer{
   margin:15px auto;
   padding:15px;
   width:750px;
   float:none;
   clear:both;
   text-align:center;
   font-size:0.73em;
   line-height:1.5em;
   }
.footer a{
	font-size: 0.95em;
    }

p{
   font-size:0.85em;
   line-height:1.6em;
   padding: 7px 15px;
   text-align:left;
    }

.call{
     height:2.6em;
	 padding-top:0.5em;}
.call a{
     font-size:1.3em;
	 line-height:0.8em;

}
.call a:hover{
     color:#943507;
	 text-decoration:none;}
.callback{
     padding:0px 10px 0px 25px;
	 color:#000000;
	 text-align:left;
     font-size:0.85em;
     line-height:1.5em;
   }
.firstcharacter{
   margin:0px 3px 0px 0px;
   float:left;
   vertical-align:baseline; 
   font-family:Georgia, Times New Roman, Times, serif;
   font-size:3.2em;
   line-height:0.95em;
   font-weight:normal;  
   color:#943507;
   }		
H1{
     float:none;
     width:100%;
     text-align:center;
     font-family:Georgia, Times New Roman, Times, serif;
	 font-size:1em;
	 line-height:2em;
	 font-style:normal;
	 text-transform:uppercase;
	 color:#000;	 
	 margin:0px 0px ;
	 background-color: #a85d39;
	 border:1px solid #000;
	 }
H2{
     font-family:Georgia, Times New Roman, Times, serif;
	 font-size:0.92em;
	 line-height:2em;
	 color:#000000;
	 text-align:left;
	 padding: 7px 15px;
	 }

H3{
     font-family:Georgia, Times New Roman, Times, serif;
	 font-size:0.88em;
	 line-height:2em;
	 color:#943507;
	 text-align:left;
	 margin-top:20px;
}
H1 a {
     color:#000000;
	 font-weight:bold;}

.name{
     font-family:Georgia, Times New Roman, Times, serif;
	 color:#000000;
}
.text ul{
   list-style:disc;
   text-align:left;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:0.87em;
   line-height:1.6em;
   }
.text li{
  margin: 5px 50px;
  }   
  
  .evaluation{
  margin-left:50px;
  font-weight:bold;
  font-family:Georgia, "Times New Roman", Times, serif;
  }
  
  table{
  float:none;
}
  
    input{
	margin-left:23px;
   border:1px solid #666;
   height:20px;
   width:200px;
   }
   .send{
   padding:0px 10px;
   background-color: #a85d39;}
   textarea{
   border:1px solid #666;
   overflow:hidden;
    width:200px;
	margin-left:23px;
     }