/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Arial, sans-serif;
 font-size: medium;
background: #BDB76B;
} 
h2{
	font-size: 110%;
	color:#AA1F1A;
}

 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left: auto; 
 margin-right:auto; 
 background:  url(whiteline.jpg);  
 background-repeat: repeat-y;
 font-size: 90%;
} 
 
#header{

 height:180px; 
 background:   #BDB76B url(logotarget1.jpg);
  background-position:left;
  background-repeat: no-repeat;
  width:100%;
  padding: 0;
  margin-left:auto;
  margin-right: auto;
  float: right;
  }
/* url(logotarget.jpg)  url(logotarget1.jpg);
 background-position: left top;
 background-repeat: no-repeat;*/
/*ul#toplinks li{list-style-type:none;margin:0px;padding-top: 30px; color: Black;}
ul#toplinks{float:left;font-size:80%;margin-right: 30px;}
ul#toplinks li{float:left;margin-left:1px;text-align: center;}
ul#toplinks a{float:left;padding: 5px 9px; text-decoration:none;color:Black;}
ul#toplinks a:hover{ text-decoration: underline;}
ul#toplinks li.activelink a,ul#nav li.activelink a:hover{text-decoration: underline;}*/
 
#maincol{background: White;  
 float:left; 
 position: relative; 
 width:490px; 
 margin-top: 35px;
 margin-left: 20px;
 }
 #maincol p{
 	font-size:100%;
	line-height: 1.5em;
	 }
 #maincol img.floatright{
float: right;
padding-left: 5px;
}
 #maincol img.floatleft{
float: left;
padding-right: 5px;
}
 /*----Right Column and Side Nave-------------------*/
#rightcol{
 width:220px; 
 float:right; 
 position:relative; 
 background:white;
color:black;
 margin-top:0px;
 }

 /*---rightnav---------------------------*/
#rightnav ul {
  margin:0;
   font-size:95%;
	color: White;
	text-align: left;
	letter-spacing: 1px;
		
  }
#rightnav li {
  display:block;
  width:180px;
  margin:0;
   line-height:1.5em;
  color: White;
  list-style: none;
  background: #AA1F1A;
  
 
  }
#rightnav li a {
  display:block;
  padding:5px 5px 5px;
  text-decoration:none;
   line-height:1em;
   font-size:95%;
	color: White;
  
  }
#rightnav li a:hover {
text-decoration: none;
background: #1A60A9;

}

/*---------------- Pricing Table Cells Bold ----------------*/
.tdBold{ font-weight: bold; }

 
/*-----------------Footer-------------------*/
#footer{

background:white;
	text-align: right;
	color: black;
	border-top: 5px solid  #BCBC8F;
}
#footer p{
	line-height: 1.5em;
	font-size: 80%;
	margin-top: 15px;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
