@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.oneColFixCtr #container {
	width: 842px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	height: 744px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
#sidebar {
	height: 693px;
	width: 293px;
	left: 0px;
	top: 0px;
	position: static;
	z-index: 0;
	margin-top: 0px;
	margin-left: 0px;
}
a:link {
	text-decoration: none;
	color: #063;
}
a:visited {
	text-decoration: none;
	color: #063;
}
a:hover {
	text-decoration: underline;
	color: #030;
}
a:active {
	text-decoration: none;
	color: #063;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#content {
	height: 463px;
	width: 549px;
	margin-top: 230px;
	margin-left: 293px;
	position: absolute;
	top: 0px;
}
#header {
	height: 230px;
	width: 549px;
	position: absolute;
	top: 0px;
	margin-left: 293px;
}
#footer {
	height: 51px;
	width: 842px;
	position: absolute;
	top: 693px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
}
#navigation {
	height: 340px;
	width: 185px;
	position: absolute;
	z-index: 20;
	top: 345px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
}

