<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #000000;
}
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
#nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}
#content {
	text-align: justify;
	padding: 20px;
}
#logo {
	position:absolute;
	left:33px;
	top:43px;
	z-index:1;
}
.form-textbox {
color: #000000;
width: 493px;
background-color: #fff4d7; 
border: 1px solid #000000; 
font-family: Tahoma;
font-size: 11px;
padding: 5px;
margin-bottom: 2px;
margin-left: 5px;
}
.form-textarea {
color: #000000;
width: 493px;
height: 200px;
background-color: #fff4d7; 
border: 1px solid #000000; 
font-family: Tahoma;
font-size: 11px;
padding: 5px;
margin-bottom: 2px;
margin-left: 5px;
}
.form-submit {
width: 505px;
background-color: #fff4d7;
color: #000000;
border: 1px solid #000000; 
font-family: Tahoma;
font-size: 11px; 
padding: 5px;
margin-bottom: 2px;
margin-top: 1px;
margin-left: 5px;
}
#contactimg {
	margin-left: 5px; 
	margin-bottom: 3px;
}
-->