/**************** body and tag styles ****************/
	body {
	  margin-top: 2px;	  
	  margin-bottom: 0px;
	  }

	h1 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 15px;
	  color: #202020;
	  line-height: 1.8em;
	  margin-top: 20px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 15px;
	  color: #202020;
	  line-height: 1.8em;
	  margin-top: 20px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	  }

	h3 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 15px;
	  color: #202020;
	  line-height: 1.8em;
	  margin-top: 20px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	  }
	  	 
	h4 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 15px;
	  color: #202020;
	  line-height: 0.5em;
	  margin-top: 20px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;	  }
	
	h5 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 14px;
	  line-height: 1.4em;
	  color: #202020;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	  }
	h6 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 11px;
	  line-height: 1.2em;
	  color: #484848;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	  }
	a {
	  color: #006;
	  background-color: #ffffff;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #ffffff;
	  color: #006;
	  font-weight: bold;
	  text-decoration: underline;
	  }



/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 0px;
	  }
		
	.button {
	  padding: 0px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
	  
	#container {
	  width: 950px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;  
	  line-height: 1.4em;
	  color: #484848;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 950px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.4em;
	  color: #484848;
	  background-color: #FFFFFF;
	 }

/**************** header styles ****************/
	#header {
	  width: 950px;
	  border: 0px;
	  padding-bottom: 2px;
	  padding-top: 2px;
	  clear: both;
	  }
	

/**************** content styles ****************/
	#content {
	  width: 620px;
	  padding-left: 19px;
	  padding-right: 10px;
	  padding-top: 0px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 0px;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 190px;
	  padding-left: 0px;
	  padding-right: 22px;
	  padding-top: 10px;
	  float: right;
	  background-color: #FFFFff;
	  }
		
		  
/**************** footer styles ****************/
 #footer1 {
   margin-top: 5px;
   padding-top: 35px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 2px;
   clear: both;
   width: 946px;
   border-bottom: 0px dotted #666666;
   background-color:#FFFFFF;
   }
  
 #footer1 p {
   padding: 5px;
   text-align: left;
   }
  
 #footer1 p a {
   background-color:#FFFFFF;
   font-weight:100;
   
   }
  
 #footer1 p a:hover {
   text-decoration: none;
   border-top: 0px dotted #FFFFFF;
   border-bottom: 0px dotted #FFFFFF;
   }
   
 #footer2 {
   margin-top: 5px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 2px;
   clear: both;
   width: 946px;
   background-color:#FFFFFF;
   }
  
 #footer2 p {
   padding: 5px;
   text-align: center;
   }
  
 #footer2 p a {
   background-color:#FFFFFF;
   font-weight:100;
   border-bottom: 0px dotted #FFFFFF;
   }
  
 #footer2 p a:hover {
   text-decoration: none;
   border-top: 0px dotted #FFFFFF;
   border-bottom: 0px dotted #FFFFFF;
   }
