	@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: #000000;
	background-repeat: repeat;
	background-image: url(Images/bg2.gif);
	}
	.oneColFixCtrHdr #container {
	width: 780px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	color: #FFFFFF;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 30px;
	}
	.oneColFixCtrHdr #header {
	background-color: #000000;
	color: #FFFFFF;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	}
	.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		background-color: #666666;
	}
	.oneColFixCtrHdr #mainContent {
		background-color: #000000;
		top: auto;
		padding-top: 0;
		padding-right: 0px;
		padding-bottom: 0;
		padding-left: 0px;
	}
	.oneColFixCtrHdr #footer {
		padding: 0 10px;
		background-color: #666666;
	}
	.oneColFixCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		background-color: #666666;
	}
	
	h3 {
	wcolor: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border-bottom-width: thin;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: 1.25em;
		position: ;
	left: -17px;
	right: 0px;
	vertical-align: top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
	color: #333333;
	}
	
	a:link {
		color: #B7F0FF;
		text-decoration: none;
	}
	a:visited {
		color: #80E5FF;
		text-decoration: none;
	}
	a:hover {
		color: #FFB200;
		text-decoration: underline;
	}
	a:active {
		color: #FFCC00;
		text-decoration: underline;
	}
