	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  background:#000000;
	  }

	#container {
	  width: 900px;
	  
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border:#cccccc solid 1px; 
	  border-top: none;
	  }
	  
	#container2 {
	  width: 850px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  //border-bottom: 2px solid #00A000;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #00A000;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #00A000;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
		
	a {
	  color: #666666;
	  text-decoration: none;
	  font-weight: bold;
	  }

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

	a img{
	  border: none;
	  }

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

	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 {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #666666;
	  border: 1px solid #00A000;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #FFFFFF;
	  color: #FFFFFF;
	  border: 1px solid #00A000;
	  font-size: 11px;
	  }

	#header {
	  width: 900px;
	  border: 1px;
	  padding-top: 10px;
	  clear: both;
	  background:url('images/header-2.jpg');
	  height: 158px;
	  }

	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

    #tabs10 {
      float:left;
      width:900px;
      font-size:93%;
	  padding-bottom: 1px;
	  border-bottom:4px solid #00A000;
      line-height:normal;
	  background: #000000;
      }
    #tabs10 ul {
	  margin:0;
	  margin-top:-25px;
	  padding:1px 10px 0 195px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("images/menua.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  position:relative;  //ie6 negative margins fix
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("images/menub.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

	#content {
	  width: 650px;
	  padding-left: 5px;
	  padding-right: 5px;
	  padding-top: 15px;
	  float: right;
	  }
		
	#content p.border {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #00A000;
	  }
	  
	#content p {
	  padding-bottom: 10px;
	 
	  }
	  
	#sidebar {
	  width: 160px;
	  padding-left: 5px;
	  padding-right: 5px;
	  padding-top: 15px;
	  float: left;
	  border-right:#cccccc solid 3px;
	  font-size:115%;
	  
	  }
	  
	#sidebar A:hover {text-decoration: underline overline; color:}
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-top: 1px solid #00A000;
	  border-bottom: 1px solid #00A000;
	  }
	  
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  font-size:10px;
	  clear: both;
	  width: 850px;
	  background-color:#FFFFFF;
	  }
		
	#footer p {
	  color:#00A000;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #00A000;
	  background-color:#FFFFFF;
	  font-weight:100;
	  border-bottom: 1px solid #00A000;
	  }
		
	#footer p a:hover {
	  color: #666666;
	  text-decoration: none;
	  border-top: 1px solid #00A000;
	  border-bottom: 0px dotted #00A000;
	  }
	  
	table.padded {
	color:#000000;
	border:#000000 solid 1px;
	text-decoration: none;
	}
	
	table.padded td {
	font-weight:bold;
	padding:5px;
	text-align:center;
	}

	table.padded tr {
	background:#00A000;
	}

	a.normal {
   font-weight:bold;
   color:#0000FF;
   text-decoration:none; 
   background:none;  
  	}
	a.normal:hover {
	  font-weight: bold;
	  text-decoration: underline overline;
      background:none;  
	} 
	

	
