@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-image: url(../layout/bglayout.jpg);
	background-repeat: repeat-x;
}
.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 */
}

#row6 h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	color: #793E12;
	text-align: left;
}
#row6 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
	color: #793E12;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	padding-top: 5px;
}
#row6 h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C1D1EA;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#row6 .style1 {
	color: #999999;
	line-height: 1.5;
	padding-right: 20px;
	padding-left: 20px;
}
#row9 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFCC;
	text-align: center;
}
#row9 a {
	text-decoration: none;
	color: #99CCFF;
}

#row9 a:hover {
	text-decoration: none;
	color: #FFFF66;
}
#row10 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #663300;
	padding-top: 5px;
}
#row10 a {
	text-decoration: none;
	color: #336699;
}

#row10 a:hover {
	text-decoration: none;
	color: #990000;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
#row6 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #999999;
	padding-right: 20px;
	list-style-type: circle;
	padding-left: 20px;
	margin-left: 30px;
}
#row6 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-align: left;
}
#row6 .style1 a {
	text-decoration: none;
}
#row6 .style4 {
	color: #336699;
}
#row6 a {
	text-decoration: none;
	color: #0099CC;
}

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

