@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(url());
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtr #container {
	width: 999px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#banner {
	height: 380px;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#left1 {
	float: left;
	height: 240px;
	width: 290px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#middle1 {
	float: left;
	height: 240px;
	width: 290px;
		padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#middle1 img {
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#right1 {
	float: left;
	height: 240px;
	width: 290px;
		padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	text-align: right;
	color: #999999;
	padding: 5px;
	clear: both;
	font-size: 9px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#middle1 #node-22 {
	display: none;
}
