@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
	background-color:#001e07;
}
#row3 p {
	font-size: small;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#row3 ul {
	font-size: small;
	text-align: left;
	
}
#row3 h2 {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #723700;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	}#row5 td {
	font-size: small;
	text-align: right;
	padding-right: 10px;
}

#row5 a {
	color: #CC9966;
	text-decoration: none;
}

#row5 a:hover {
	color: #006600;
	text-decoration: none;
}
#row5 a .style2 {
	color: #006699;
}
#row5 .style1 {
	color: #006699;
}
#contactform {
	font-size: small;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#contactform legend {
	color: #990000;
	
}
