@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	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 */
}

#row4 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	text-align: left;
}
#row4 h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	color: #404676;
	text-align: left;
}

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

#row6 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
}
#row6 a {
	color: #FFFFFF;
	text-decoration: none;
}

#row6 a:hover {
	color: #FF9900;
	text-decoration: none;
}
#row8 p {
	font-size: small;
	text-align: center;
	color: #999999;
}
#row8 a {
	text-decoration: none;
	color: #6699CC;
}

#row8 a:hover {
	text-decoration: none;
	color: #CC0000;
}

#row4 a {
	text-decoration: none;
	color: #787DC1;
}

#row4 a:hover {
	text-decoration: none;
	color: #FF9900;
}
#row4 ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.4;
	text-align: left;
}
