/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  background: #E1EDF5;	  
	  }
	  
	  #bg{
	 
}
	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: "Arial";
	  font-size: 12px;
	  line-height: 2.5em;
	  color: #333;
	  background-color:#fff;
	  }
	  
	#container2 {
	  width: 750px;
	  margin: 0 auto;
	  font-family: "Calibri";
	  font-size: 12px;
	  line-height: 1.6em;
	  color: #333;
	  background-color: #fff;

	
	  }
	  	#containerb {
	  width: 750px;
	  margin: 0 auto;padding:10px;
	  font-family: "Calibri";
	  font-size: 14px;
	  line-height: 1.6em;
	  color: #333;
	  background-color: #fff;

	
	  }
	
	h1 {
	  font-family: "Calibri";
	  font-weight: normal;
	  font-size: 18px;
	  color: #227EC1;text-decoration:underline;
	  margin-bottom: 3px;
	  
	  
	  }
		
	h2 {
	  color: #333;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;

	 
	  }
		
	a {
	  color: #333;
	 font-size:14px;
	  text-decoration: underline;
	  font-weight: normal;
	  text-decoration: underline;
	  }

	a:hover {
	color: #eee;
	  background-color: #333;
	  
	  font-weight: normal;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	 
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  
	  padding:3px;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	   
	  padding:3px;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  
	  padding:3px;
	  }

/**************** form styles ****************/
	form {
	  float:left;
	  font-size: 9px;
	  }
		
	input {
	  background-color:#82A9E3;
	  color: #000066;
	  border: 1px solid #ccc;
	  font-size: 12px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #82A9E3;
	  color: #EC9168;
	  border: 1px solid  #ccc;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  width:750px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-left: 25px;
	  padding-top: 10px;
	  clear: both;
	
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #000;
	  }


/**************** content styles ****************/
	#content {
	  width: 780px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	 
	  }
	  

/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  
	  }
		
	#footer p {
	  color:#333;
	  padding: 5px;
	  text-align: center;
	  }
		
 #footer p a {
	  color: #333;
	  background-color: #eee;
	  text-decoration: underline;
	  font-weight: bold;
	  }

	#footer p a:hover {
	color: #eee;
	  background-color: #333;
	  
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  table.stats 
{text-align: center;
font-family: "Arial" ;
font-weight: normal;
font-size: 12px;
color: #fff;
width: 700px;
background-color: #e2e2e2;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td 
{background-color: #e2e2e2;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color:#999;
color: #000;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 


