@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 3;
	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;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #03C;
	border-right-color: #03C;
	border-bottom-color: #03C;
	border-left-color: #03C;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thick solid #999; /* this overrides the text-align: center on the body element. */
	background-color: #D6D6D6;
	background-image: url(images/pebblebeach_tiny.jpg);
}
.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. */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	background-color: #FFF;
	background-image: none;
	border: thick none #006;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 100%;
	color: #333;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: none;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	background-image: url(images/pebblebeach_tiny.jpg);
}
.oneColFixCtrHdr #footer p {
	color: #666;
	background-image: none;
	background-color: #FFF;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: medium none #FFF;
	font-size: 12px;
	text-indent: 20px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 14px;
	color: #666;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.oneColFixCtrHdr #container #mainContent h2 u {
	font-size: 12px;
}

