html,body{
  margin: 0;
  padding: 0;
  background: url('design/background.gif') top left repeat-x;
  font-family: Tahoma, arial;
  font-size: 12px;
}

p, td{
  font-family: Tahoma, arial;
  font-size: 12px;
  color: white;
}


h1{
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: Tahoma, arial;
  font-size: 16px;
}

h2{
  color: #ffff00;
  padding: 0;
  margin: 0;
  font-family: Tahoma, arial;
  font-size: 14px;
}

a{
  color: #F9EC58;
}

a:hover{
  text-decoration:none;
}

.formTable{
   border-collapse:collapse; 
   width: 570px;
}

h5{
	width:570px;
}

.wrap {
  width: 792px;
  border-collapse:collapse; 
  height: 100%;
  background-color: #374F01;
  margin: 0 auto;
}

.header{
  width: 792px;
  height: 210px;
  background: url('design/header.jpg') top left no-repeat;
}

.header1{
  width: 587px;
  height: 28px;
  margin: 0 0 0 0;
  background: url('design/header1.jpg') top right no-repeat;
}

.container{
  width: 615px;
  min-height: 
}

.footer{
  height: 12px;
}

.content{
  width: 585px;
  margin:  0 0 0 10;
  background-color:#486701;
	}

.nav{
  width: 200px; /* 177px */
  background-color: #374F01;
  margin: 0 0 0 0;
}

.menu a{
  color: white; 
  font-family: Arial, Tahoma;
  text-decoration:none;
  font-size: 12;
  line-height: 210%;
 }

.menu li{
  background: url('design/tab.gif') top left no-repeat;
  width: 200px;
  height: 29px;
  padding: 0 0 0 35;
  margin: 0;	
  list-style-type: none;
 }

	.menu{
	  padding: 0;
	  margin: 0;
	  width: 200px;
	  text-align:left;

	}


	.sideBar{
	  margin: 0 5px 0 0;
	  padding: 0,0,0,0;
	  width: 200px;
	  background-color: #374F01;
	  float:right;
	}
	
	.sideBar a{
	  color: white;
	  font-family: Tahoma, Arial;
	  text-decoration: none;
	  font-size: 13px;

	}
	
	.sideBar a:hover{
		text-decoration: underline;
	}
.strip{
  width:10px;
  background-color:#486701;
  float: left;
}

.right{
  background-color:#486701;
}
	
.news_header{
  color:#ffff00;
  font-family:Verdana;
  font-size:17px;
  font-weight:strong;
}


a.madeby{
  padding: 0 4px 0 0;
  font-size: 11px;
  height: 10px;
  text-decoration: none;
}

form{
	font-family: Tahoma, arial;
}

form th{
	color:white;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, arial;
	text-align: left;
}

form p{
	font-size: 10px;
	font-weight: bold;
}






