@charset "utf-8";
body {
	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 */
	background-image: url(../layout/layout_bgtest1.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #30480c;
}

#row3 p {
	font-size: small;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#row3 a {
	font-size: small;
	text-decoration: none;	
}

#row3 a:hover {
	font-size: small;
	text-decoration: none;
	color: #009900;
}

#row3 ul {
	font-size: small;
	color: #000000;
	text-align: left;
}
#row3 h3 {
	color: #599032;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
#row4 td {
	color: #FFFF66;
	font-size: small;
	text-align: center;
	padding-top: 15px;
}

#row4 td a {
	color: #FFFF66;
	text-decoration: none;	
}

#row4 td a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#row5 p {
	font-size: small;
	color: #996600;
	text-align: center;
}

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

#row5 a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#row3 #menutable {
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	border: thin dotted #336600;
	width: 465px;
	margin-right: 15px;
	margin-left: 15px;
}
#row3 #menutable .style1 {
	font-size: x-small;
}

