@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: #f7dcbd;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtr #container {
	width: 780px;  /* 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}

#row2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: left;
	padding-right: 25px;
	padding-left: 20px;
	line-height: 1.2;
}
#textleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #BD6D15;
	line-height: 1.4;
}
#row2 h3 {
	color: #BD6D15;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}
#textleft h3 {
	color: #BD6D15;
	padding-top: 0px;
	padding-left: 0px;
}

#textleft a {
	color: #BD6D15;
	text-decoration: none;	
}

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

#row3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	
}
#row4 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-top: 5px;
}
#row4 a {
	text-decoration: none;
	color: #666666;
}

#row4 a:hover {
	text-decoration: none;
	color: #BD6D15;
}
#row5 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
}
#row5 a {
	text-decoration: none;
	color: #006699;
}

#row5 a:hover {
	text-decoration: none;
	color: #FF9900;
}
#row2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 1.2;
	text-align: left;
	list-style-position: inside;
	padding-right: 25px;
}
#row2 #contactform {
	font-size: small;
	color: #666666;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

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

.fltlft { 
	float: left;
	margin-right: 8px;
	}
#row2 a {
	color: #3366CC;
	text-decoration: none;
}

