/* CSS Document */

body, html {background-color:#efe8cb;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;

}

.header {
  width: 760px;
  min-height:170px;
  background-image:url(images/logo.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  background-color:#FFFFFF;
  
}

.wrapper {
  width: 760px;
  margin:auto;
  padding:0;
  background-color:#efefef;
  overflow:hidden;
 
}
.left {
  width: 170px;
  float: left;
 margin-top:0;
 padding:15px;
}
.main {
  float: right;
  width: 520px;
  	background-color:#F8F8F8;
  color:#000;
  margin-top:0;
  padding:15px;
  }
.footer {
    position: relative;
    margin-top:0;
	text-align:right;
  	background-color:#f8f8f8;
	color:#000;
   }
   
   .la{
   float:right;
   padding:15px;
   border-right:solid 1px #000;
   margin:6px;
   
   }
   .sf{
   float:right;
      padding:15px;

      margin:5px;

   
   }

img.front_image{float:right; border: solid 10px #d8d8d8; padding: 0px; margin: 15px;}

.left a{color: #000; text-decoration: none; margin-top:2px;margin-top:2px; padding:1px;  font-size:11px; line-height:15px; }
.left a:hover {color:#0000FF; text-decoration: underline;  font-size:11px;}

a.blue:link {color: #000000; font-size:12px;}
a.blue:active {color: #00ccff; font-size:12px;}
a.blue:visited {color: #000033; font-size:12px;}
a.blue:hover {color: #00ccff; font-size:12px;}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding: 0px;
	letter-spacing:normal;
	}

h1{
font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight:bolder;
	color:#990000;
	}
	
h2{

font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight:bolder;
	color:#990000;
	}	
h3{
font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	color:#990000;
	padding:0;
	margin:0;
	}		
	
	strong{
font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
	color:#990000;
	}	
	
	
	
form.contact{
font-size:11px;
line-height:13px;

padding:10px;
border:none;
width:auto;


}

form.contact input{border: solid 1px #000;}	
form.contact textarea{border: solid 1px #000;}	
	
ul.numbered{
list-style-type:decimal;

}
	



 