/** Main Structure **/

.body{
	background-color:#cccccc;
	font-family:Tahoma;
	font-size:16px;
	line-height:normal;
	}

.salesletter-wrapper{
	border:2px solid #0b58b8;
	width: 780px;
	}

.salesletter-header{

	margin-right:1px;
	margin-left:1px;

	background-repeat:no-repeat;
	background-color:white;

	}

.salesletter-content{

	border-top:0px solid #000000; 
	background-color:#ffffff;
	}

.salesletter-footer{
	background-color:white;
	background-image:url("images/xfooter.jpg");
	background-repeat:no-repeat;
	border:0px solid #000000;
	border-top:0px solid #000000; 
	}

.recentpost{
	border:1px solid #333333;
	background-color:#d7d7d7;
	}
/** End Main Structure **/





/** Typography - Main Structure **/


.maintitle a{
	color:white;
	text-decoration:none;
	}

.maintitle a:hover{
	color:white;
	text-decoration:none;
	}

.tagline{
	color:white;
	text-decoration:none;
	font-size:20px;
	}

.tagline a{
	color:white;
	text-decoration:none;
	font-size:20px;
	}

/** this is the headline of th recent posts box **/

.headline{
	color:black;
	font-size:16px;
	text-align:left;
	}

.headline a{
	color:black;
	font-size:20px;
	}
.endcaption a {
	color:black;
	}

/** Typography Content - This is what is available through the Page editor in WordPress **/

/** Headings **/

.entry h1{
    color: #000000;
    font-size: 35px;
    font-family: Tahoma;
    margin-top: 15pt;
    margin-bottom: 15pt;
    font-style: normal;
    font-weight: bold;
    line-height: 35px;
	padding:0 50px;
	text-align:center;
	}

.entry h2{
	color:red;
	font-size:25px;
	font-family:Tahoma;
	padding:0 50px;
	line-height: 20pt;
	text-align:center;
	}

.entry h3{
	color:black;
	font-size:20px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;
	}
	
.entry h4{
	color:black;
	font-size:20px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;
	}

.entry h5{
	color:black;
	font-size:16px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;

	}

.entry h6{
	color:black;
	font-size:12px;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;

	}

/** Headings if link  in here you specify the color of a link like so-  color:colorname or hex value;**/

.entry h1 a{

	}

.entry h2 a{

	}

.entry h3 a{

	}

.entry h4 a{

	}

.entry h5 a{

	}

.entry h6 a{

	}

/** End Headings **/




/** Other content **/

.entry p{
	font-size:16px;
	line-height:1.2em;
	font-family:Tahoma;
	padding:0 50px;
	text-align:left;
	}
.entry blockquotes{

	}
.entry strong{
	
	}
.entry em{
	
	}
.entry small{

	}


/** Recent Post display box **/

.recentpost p{
	font-size:12px;
	line-height:1.2em;
	font-family:Tahoma;
	text-align:left;
	}
.recentpost blockquotes{

	}
.recentpost strong{
	
	}
.recentpost em{
	
	}
.recentpost small{

	}


/** General Links **/

.entry a{

	}
.entry a:hover{

	}
.recentpost a{

	}
.recentpost a:hover{

	}

/**  Float Box **/
.box-right
{
   border: #0b58b8 1px solid;
   padding:10px 10px 10px 10px;
   float: right;
   margin: 5px;
   background-color: #ffff99;
}

.box-left
{
   border: #333333 1px solid;
   padding:10px 10px 10px 10px;
   float: left;
   margin: 5px;
   background-color: #cccccc;
}


/** autoresponderform **/

.autoresp{
  margin:0 auto;
   padding:15px 0;
  width:70%;
  border:3px black dashed;
  background-color:#DBE9F0;
    }

.visibleform{
    margin:0 auto;
    text-align:center;
    }
    
.ARtitle{
  font-size:22px;
  font-weight:bold;
  padding-bottom:5px;
  color:#000;
  font-family:Arial;
    }
 
.ARtext{
	font-size:16px;
	line-height:1.2em;
	font-family:Tahoma;
	padding:10px 25px 15px 25px;
	text-align:left;
	} 
 
.ARfield1{
  font-size:18px;
  font-weight:bold;
  color:#000;
  font-family:Arial;
    }
    
.F1_input{
    color:#000;
    font-family:Arial;
    }
.ARfield2{
  font-size:18px;
  font-weight:bold;
  color:#000;
  font-family:Arial;
      }
      
.F2_input{
   color:#000;
   font-family:Arial;
    }
    
.btn{
     
     font-size:18px;
     font-weight:bold;
     margin:10px 0;
     padding:5px;
     color:#000;
     font-family:Arial;
    }
.btn:hover{
   
     font-size:18px;
     font-weight:bold;
    }
