/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
          background-color: #D8D8D8;
	  }

	#container {
	  width: 1010px;
	  margin: 2px auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: black;
	  background-color: white;

	  }
	  
	#container2 {
	  width: 1010px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #efefef;
	  background-color: white;
	  border: solid #110000;
          border-width: 0 1px 1px 1px;
	  }
		
	h1 {
	  font-family: "Courier New", Monospace;
	  font-weight: normal;
	  font-size: 32px;
	  color: #efefef;
	  margin-bottom: 30px;
	  background-color: #666666;
          padding-left: 35px;
	  }
		
	h2 {
	  color: #efefef;
	  font-size: 20px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #999999;
          padding-left: 20px;
          border:  solid #000000;
          border-width: 1px 1px 1px 1px;
		  padding:5px;
	  }
		
	

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  width: 1010px;
	 
	  clear: both;
          border-top: solid #110000;
          border-left: solid #110000;
          border-right: solid #110000;
          border-width: 1px 1px 0 1px;
          background-color: white;
}
	#header p { 
	  margin-top: -20px;
	  margin-left: 60px;
	  color: #efefef;
	  }

/**************** menu styles ****************/
      
/**************** content styles ****************/
	#content {
	  width: 700px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 5px;
	  float: left;
          margin-top: 5px;
	  }
		
	#content p {
	  padding-bottom: 20px;
	  border-bottom: 1px solid #DDDDDD;
	  color: black;
	  font-size: 14px;
	  }
	  
	 #content  a {

          text-decoration: none;
	  font-weight: bold;
	  }

	#content a:hover {
	
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 248px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 5px;
	  float: right;
          border-left: 1px solid #dddddd;
          margin-top: 5px;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  color: black;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 1006px;
	  height:50px;
	  background-color:#222224;
          border-top: 1px solid #000000;
	  }
		
	#footer p {
	  color:#efefef;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #efefef;
	  font-weight:100;
	  }
		
	#footer p a:hover {
	  color: #dddddd;
	  text-decoration: none;
	  }