@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: #666666;
	background-image: url(../layout/layout_bg.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 h3 {
	color: #276D39;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
#row4 p {
	font-size: small;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
#whitebg {
	background-image: url(../layout/textbg_white.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
.indent { padding-left:35px;
}
.style1 { font-size:x-small;
}
#darkbg {
	color: #00CC00;
	background-image: url(../layout/textbg_dark.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
#darkbg h3 {
	color: #00CC00;
}

#darkbg1 {
	color: #a9b940;
	background-image: url(../layout/textbg_dark.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 1.4;
}
#darkbg1 h3 {
	color: #a9b940;
}

#darkbg1 a {
	color: #FFCC00;
	text-decoration: none;
}

#darkbg1 a:hover {
	color: #33CCFF;
	text-decoration: none;
}

#row5 p {
	color: #CCCCCC;
	font-size: small;
	text-align: center;
	padding-top: 5px;
}
#row5 a {
	color: #CCCCCC;
	text-decoration: none;
}
#row5 a:hover {
	color: #CC3300;
	text-decoration: none;
}
#row6 p {
	font-size: small;
	text-align: center;
	padding-top: 10px;
	color: #FFCC00;
}
#row6 a {
	text-decoration: none;
	color: #99CCFF;
}
#row6 a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#whitebg a {
	text-decoration: none;
}
#whitebg a:hover {
	text-decoration: none;
	color: #999900;
}

#contactform {
	font-size: small;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
#darkbg #indent2 {
	padding-left: 20px;
	padding-right: 10px;
	font-size: small;
	text-align: left;
}
