@charset "UTF-8";
	
body {
	background-color: #CCC;
	left: auto;
	margin: 5;
	position: absolute;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #006;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000066;
	text-decoration: none;
}
	
	a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #06F;
	text-decoration: none;
}
	a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #06F;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 710px;
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #CCC;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: -5px;
	left: 2px;
	position: 0;
	top: 0px;
	overflow: hidden;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	height: 670px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #CCC;
	width: 700px;
	top: 21px;
	position: absolute;
	left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #CCC;
	margin-left: 0px;
	position: absolute;
	top: 688px;
	width: 550
.px;
	height: 18px;
	left: 2px;
}

.menu ul li {
	display: inline;
	list-style: none;
	left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	width: 550px;
}

