body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #15741e;
	background-image: url(../images/background.jpg);
	margin-top: 0px;
	margin-bottom: 0px; 
	background-repeat: repeat-y;
	background-position:center;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#container {
	width:640px;
	height:auto;
	margin-left: 62px;
}

#header {
	background-image:url(../images/header.jpg);
	width: 659px;
	height: 95px;
	float:none;
	margin-top:10px;
}

#content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	width:633px;
	height:auto;
	margin-left:5px;
	margin-right:1px;
	padding-left:10px;
	border: 2px thin;
	border-style: dashed;
	border-color:#6F0B0D;

}

#menu {
	font-size: 13px;
	text-align:center;
	padding-top:8px;
	background-image:url(../images/menu.png);
	width:650px;
	height:25px;
	margin-left:4px;
}

#footer	{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: 700px;
	height: 99px;
	margin-left:5px;
}


.button {
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#000;
  border:1px solid black;
  background:#d0e1e2;
}
 
.inputbox {
  width:300px;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:14px;
  color:#000;
  border:1px solid black;
  background:#ccc;
}
 