@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-color: #e4e3c5;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
}

.style1 {font-size:x-small}
.style2 {font-size:small}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
	}

#row4 p {
	font-size: small;
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
}

#row4 a {
	text-decoration: none;
	color: #0066CC;
}

#row4 a:hover {
	text-decoration: none;
	color: #CC6600;
}


#row6 p {
	font-size: small;
	color: #996600;
	text-align: center;
	padding-top: 5px;
}
#row6 a {
	text-decoration: none;
	color: #006600;
}

#row6 a:hover {
	text-decoration: none;
	color: #0066CC;
}
#row7 p {
	font-size: small;
	color: #996600;
	text-align: center;
}

#row7 a {
	text-decoration: none;
	color: #666600;
}

#row7 a:hover {
	text-decoration: none;
	color: #0099FF;
}
#row4 h3 {
	color: #666600;
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
}
#row4 #contactform {
	font-size: small;
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
}
