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

	#container {
	  width: 780px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #000000;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 776px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  line-height: 1.6em;
	  color: #000000;
	  background-color: #FFFFFF;
	
	  }
		
	h1 
	 {
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 20px;
	  color: #980000;
	  margin-top: 50px;
	  text-align: center;
	 }
    	h2 
	 {
	  color: #000000;
	  font-size: 20px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
		
	a 
	 {
	  color: #5F3839;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

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

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

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

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

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

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



/**************** header styles ****************/
	#header 
	{
	  width: 780px;
	  height: 140px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  background: url(header6b.jpg);
	 }
	#header p 
	{ 
	  margin-top: 25px;
	  color: #ffffff;
	  margin-left:200px;
	  }

/**************** menu styles ****************/
    #tabs10 
	{
      	 float:left;
     	 width:780px;
      	 font-size:93%;
	 padding-bottom: 1px;
	 border-bottom:4px solid #A43310;
      	 line-height:normal;
      	}
    

/**************** content styles ****************/
	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  
	  }
	  
	  #news
	 {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  background-color:#A43310;
	  color:#FFFFFF;
	  }
		

	  
/**************** sidebar styles ****************/
	#sidebar 
	{
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p
	 {
	  padding-bottom: 5px;
	  border-bottom: 1px solid #A43310;
	  }
	  
/**************** footer styles ****************/
	#footer 
	{
	  margin-top: 5px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#A43310;  /*Use to change Footer Color*/
	  }
		
	#footer p 
	{
	  color:#000000;
	  padding: 5px;
	  text-align: center;
	 }
		
	#footer p a 
	{
	  color: #0000FF;      /* controls link color */
	  background-color:#A43310;      /* Use same color as above*/
	  font-weight:100;
	  border-bottom: 1px solid #A43310; /* Makes the line under the links                                                                                                  to disclaimer and terms of use */
	 }
		
	#footer p a:hover 
	{
	  color: #0000FF;
	  font-weight: bold;
	  text-decoration: none;
	  border-top: 1px solid #000000;    /* controls the link hover effect */
	  border-bottom: 1px solid #000000;
	  }