@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: #ad9555;
	background-image: url(../layout/layoutbg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.style1 {font-size: x-small}



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

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

#row2 p {
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
#row2 h1 {
	color: #AD9555;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

#row2 a {
	color: #003399;
	text-decoration: none;
}

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

#row2 ol {
	font-size: small;
	text-align: left;
	padding-right: 10px;
}

#row5 td {
	font-size: small;
	text-decoration: none;
	color: #666666;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}

#row5 a {
	font-size: small;
	text-decoration: none;
	color: #666666;
	text-align: center;
	
}

#row5 a:hover {
	font-size: small;
	text-decoration: none;
	color: #CC9900;
	text-align: center;	
}#row6 p {
	color: #CCCCCC;
	font-size: small;
	text-align: center;
}
#row6 a {
	text-decoration: none;
	color: #993300;
}

#row6 a:hover {
	text-decoration: none;
	color: #006699;
}

#row2 ul {
	font-size: small;
	text-align: left;
	list-style-position: inside;
	padding-right: 20px;
}


#row2 #contactRight {
	color: #FFFFFF;
	font-size: small;
	text-align: left;
	padding-left: 12px;
	padding-right: 16px;
}

#row2 #contactRight a {
	color: #CC9900;
	text-decoration: none;	
}

#row2 #contactRight a:hover {
	color: #00FFFF;
	text-decoration: none;
}

#row2 #contactform {
	font-size: small;
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	width: 370px;
}
#disclaimer {
	font-size: x-small;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#googlemap {
	font-size: small;
	color: #000000;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
}
