@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 */
	color: #000000;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 900px;  /* 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: 0px 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 */
}

#Row4 p {
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #5F2F09;
}

#Row4 a {
	color: #0066CC;
	text-decoration: none;
}

#Row4 a:hover {
	color: #996600;
	text-decoration: none;
}

#Row4 h2 {
	color: #9B2E05;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

#Row4 ul {
	font-size: small;
	color: #5F2F09;
	text-align: left;
}


#Row5 td {
	font-size: small;
	color: #FFFFCC;
	text-align: center;
	padding-top: 15px;
}

#Row5 a:hover {
	text-decoration: none;
	color: #999900;
}

#Row5 a {
	color: #FFFFCC;
	text-decoration: none;
}
#Row6 p {
	font-size: small;
	color: #D57715;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

#Row6 a {
	color: #3399CC;
	text-decoration: none;
}

#Row6 a:hover {
	color: #00CC00;
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
