@charset "utf-8";
body  {
	background: #666666;
	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: #306;
	background-color: #FFF;
	background-image: url(images/dblue192%20-%20Copy.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixLtHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
	background-color: #E7F3D1;
	background-image: url(images/backgrd_slice.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: url(images/dblue192%20-%20Copy.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	color: #666;
	background-color: #87BB2F;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	width: auto;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #87BB2F;
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#divider {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 850px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/dblue192%20-%20Copy.jpg);
}
#topshape_lft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 150px;
}
#topshape1 {
	background-image: url(images/dblue192%20-%20Copy.jpg);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: right;
}
#topshape2 {
	background-image: url(images/dblue192%20-%20Copy.jpg);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}
#botshape1 {
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
	bottom: 0px;
	position: relative;
}

