/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 0px;
	  }

	h1 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 22px;
	  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: 16px;
	  color: #202020;
	  line-height: 1.6em;
	  margin-top: 10px;
	  margin-bottom: 15px;
	  background-color: #FFFFFF;
	  }

	h3 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: Bold;
	  font-size: 15px;
	  line-height: 1.5em;
	  color: #cc6600 ;
	  margin-top: 20px;
	  margin-bottom: 0px;
  	  background-color: #FFFFFF;
	  }
	 
	h4 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 12px;
	  line-height: 1.4em;
	  color: #222222;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  background-color: #none;
	  }
	
	h5 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 14px;
	  line-height: 1.6em;
	  color: #cc6600;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	  }
	h6 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 12px;
	  line-height: 1.2em;
	  color: #cc6600;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	  }
	a {
	  color: #305;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: #484848;
	  font-weight: bold;
	  text-decoration: underline;
	  }



/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #E6E6FA;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 0px;
	  }
		
	.button {
	  padding: 0px;
	  background-color: #E6E6FA;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
	  
	#container {
	  width: 950px;
	  height: auto;
	  margin-top: 0px;	  
	  margin-bottom: 0px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;  
	  line-height: 1.4em;
	  color: #FFFFFF;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 950px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.4em;
	  color: #FFFFFF;
	  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: 24px;
	  padding-right: 10px;
	  padding-top: 0px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 0px;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 190px;
	  float: right;
	  background-color: #FFFFFF;
      border-top: 0px dotted #202020;
      border-bottom: 1px dotted #202020;
	  padding-left: 0px;
	  padding-right: 12px;
	  padding-top: 55px;
	  padding-bottom: 15px
	  }
		  
/**************** footer styles ****************/
 #footer1 {
   margin-top: 5px;
   padding-top: 0px;
   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: 1px dotted #FFFFFF;
   border-bottom: 1px dotted #FFFFFF;
   }