/**************** body and tag styles ****************/
	body {
	  margin: 20px auto 20px auto;
	  background-color: #999999;
	  text-align:center;
	  }
	#bodydiv {
	width:780px;
	background-color: #FFFFFF;
	margin: 0px auto;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}
	#buttons {
	margin-top:0px;
	width: 750px;
	height: 25px;
	background-color: #970d00;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	}
	#container {
	width: 750px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #000000;
	background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 16px;
	  color: #000000;
	  margin-top:0px;
	  margin-bottom: 5px;
	  border-bottom:1px solid #000000;
	  }
		
	h2 {
	  color: #970d00;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  }
	  
	  h3 {
	  color: #000000;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  }
		
	a {
	  color: #970d00;
	  /*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;
	  }

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #970d00;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #970d00;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  width: 750px;
	  border: 0px;
	  padding-bottom: 0px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** menu styles ****************/
    #tabs10 {
      float:none;
      width:750px;
      font-size:93%;
	  padding-bottom: 4px;
	  border-top:4px solid #970d00;
	  border-bottom:2px solid #970d00;
      line-height:15px;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0px 30px 0px 0px;
      }
    #tabs10 a {
      float:none;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  color: #970d00;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  float: left;
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 20px;
	  text-align:left;
	  }
	
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
	  
/**************** sidebar styles ****************/
	#sidebar {
	  float: right;
	  width: 160px;
	  padding: 20px;
	  margin-left: 0px;
	  margin-bottom: 0px;
	  border-left: 1px solid #000000;
	  background-color: #970D00;
	  text-align:left;
	  }
		
	#sidebar p {
	  color:#000000;
	  padding-bottom: 10px;
	  margin-top: 5px;
	  }
	  
	  
/**************** footer styles ****************/
	#footer {
	  clear: both;
	  margin: 0px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  width: 750px;
	  border-top: 1px solid #000000;
	  background-color:#970d00;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 0px;
	  text-align: center;
	  }
