/**************** body and tag styles ****************/
	table{
	  text-decoration: none;
	   }
	body {
	  margin-top: 0px;	  
	  margin-bottom: 0px;
	  margin-left: 10px;
	  margin-right: 10px;
	  background-color: #E0E0E0;
	  }

	#container {
	  width: 100%;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #E0E0E0;
	  }
	  
	#container2 {
	  width: 100%;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #E0E0E0;
	  border-bottom: 2px solid #3B5998;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #E0E0E0;
	  }
		
	h2 {
	  color: #000000;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #E0E0E0;
	  }
		
	a {
	  color: #3B5998;
	  background-color: #E0E0E0;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color:#E0E0E0;
	  color: #3B5998;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** form styles ****************/
	form {
	  float:left;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #E0E0E0;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #E0E0E0;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  margin: 0 auto;
	  width: 740px;
	  border: 1px
	  }
	#header p { 
	  margin-top: 0px;
	  margin-left: 0px;
	  color: #999999;
	  }

/**************** content styles ****************/
	#content {
	  width: 80%;
	  padding-left: 10px;
	  padding-right: 30px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 100px;
	  padding-left: 0px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 0px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
          margin-left: 10px;
	  margin-right: 10px;
	  margin-top: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 0px;
	  padding-right:0px;
	  clear: both;
	  width: 97%;
	  background-color:#3B5998;
          border: 2px solid #ffffff;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 4px;
	  text-align: center;
                      
	  }
        #footer p a {
	  color: #FFFFFF;
	  background-color:#3B5998;
	  border-bottom: 0px dotted #3B5998;
          }
		
		
	
	#footer p a:hover {
	  color: #FFFF66;
	  text-decoration: none;
	  border-top: 0px dotted #3B5998;
	  border-bottom: 0px dotted #3B5998;
          }
	  
