@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}

.style1 {font-size: x-small}

#row3 p {
	font-size: small;
	color: #CCCCCC;
	text-align: left;
	padding-left: 10px;
	padding-right: 25px;
	line-height: 1.4;
}

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

#row3 a:hover {
	color: #66FFCC;
	text-decoration: none;
}

#row5 p {
	font-size: small;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
}

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

#row5 a:hover {
	color: #006699;
	text-decoration: none;
}
#row3 h2 {
	color: #C0A789;
	text-align: left;
	padding-right: 25px;
	padding-left: 10px;

}
#rightcolumn {
	text-align: right;
	font-size: small;
	color: #CCCCCC;
	padding-top: 54px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.4;
}

#rowrowlinks a {
	font-size: small;
	color: #B59775;
	text-decoration: none;
}

#rowrowlinks a:hover {
	font-size: small;
	color: #00FF66;
	text-decoration: none;
}

#rowrowlinks p {
	font-size: small;
	color: #B59775;
	text-align: center;
	padding-top: 5px;
}
#row3 #contactform {
	color: #CCCCCC;
	font-size: small;
	text-align: left;
	padding-left: 15px;
	padding-right: 30px;
}
#row3 #leftmap {
	padding-left: 30px;
}
#row3 #contactform legend {
	color: #996600;
}
#row3 li {
	font-size: small;
	color: #CCCCCC;
	text-align: left;
	list-style-position: inside;
	padding-left: 15px;
	padding-right: 10px;
}

