@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: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 710px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltleft {
	float: left;
	padding-right: 10px;
}
.wraptext {
	font-size: 12px;
	color: #003300;
}
.headline {
	font-size: 24px;
	font-weight: bold;
	color: #003300;
}
.fltright {
	float: right;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#leftdiv {
	float: left;
	width: 150px;
}
#centerdiv {
	margin-right: 260px;
	margin-left: 180px;
	padding-left: 10px;
}
#rightdiv {
	float: right;
	width: 150px;
	margin-right: 100px;
}
#leftplan {
	float: left;
	width: 150px;
	padding-top: 8px;
}
#centerplan {
	width: 200px;
	margin-left: 180px;
}
