@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/gradbkgrnd1.jpg);
	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;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:10px;
	margin-bottom:10px;	
	border: 1px solid #F9E5A7;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	height:150px;
}
.oneColFixCtrHdr #nav {
	background:#7A7E8E;
	font-style:italic;
	font-size:16px;
	border-top:1px solid #F9E5A7;
	border-bottom:1px solid #F9E5A7;
	height:20px;
	padding:10px 0 10px;
}
.oneColFixCtrHdr #nav a:link {
	text-decoration:none;
	color:#F9E5A7;
}
.oneColFixCtrHdr #nav a:visited {
	text-decoration:none;
	color:#F9E5A7;
}
.oneColFixCtrHdr #nav a:hover {
	text-decoration:underline;
	color:#8EA5CA;
}
.oneColFixCtrHdr #nav li {
	display:inline;
	list-style-type:none;
	margin-left:84px;
	float:left;
}
.oneColFixCtrHdr #mainContent {
	padding:10px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent a:link {
	text-decoration:none;
	color:#EC8B46;
}
.oneColFixCtrHdr #mainContent a:visited {
	text-decoration:none;
	color:#EC8B46;
}
.oneColFixCtrHdr #mainContent a:hover {
	text-decoration:underline;
	color:#8EA5CA;
}
.oneColFixCtrHdr #mainContent h1 {
	color:#7A7E8E;
	font-size:18px;
	text-align:center;
	margin:10px 0 10px;
}
.oneColFixCtrHdr #mainContent #pics {
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:610px;
}
.oneColFixCtrHdr #mainContent #pics img {
	float:left;
	margin-right:20px;
	border:none;
	width:190px;
	height:125px;
}
.oneColFixCtrHdr #mainContent #pics img.nomargin {
	margin-right:0;
}
.oneColFixCtrHdr #mainContent .galleryPic {
	margin-left:auto;
	margin-right:auto;
	width:640px;
}
.oneColFixCtrHdr #mainContent .galleryPic img {
	float:left;
	margin-right:40px;
	margin-bottom:10px;
	border:none;
}
.oneColFixCtrHdr #mainContent .galleryPic img.noMargin {
	margin-right:0;
}
.oneColFixCtrHdr #mainContent .galleryPic p {
	margin-bottom:8px;
	font-size:11px;
	text-align:center;
}
.oneColFixCtrHdr #mainContent #welcome {
	width:580px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
	padding:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.oneColFixCtrHdr #mainContent p {
	color:#555555;
}
.oneColFixCtrHdr #mainContent p.ctr {
	text-align:center;
	width:430px;
	margin:0 auto;
	margin-top:20px;
}
.oneColFixCtrHdr #mainContent p.score {
	text-align:center;
}
.oneColFixCtrHdr #mainContent #lhCol {
	width:310px;
	float:left;
	padding:40px;
}
.oneColFixCtrHdr #mainContent #lhCol img {
	border:1px solid #000;
	margin-bottom:10px;
}
.oneColFixCtrHdr #mainContent #rhCol {
	width:360px;
	margin-left:400px;
	margin-top:30px;
	padding:10px;
}
.oneColFixCtrHdr #mainContent #rhCol form p {
	border:1px solid #000;
	border-top:none;
	padding:16px 10px 16px 10px;
	font-size:14px;
	text-align:center;
}
.oneColFixCtrHdr #mainContent #rhCol form p.top {
	border-top:1px solid #000;
}
.oneColFixCtrHdr #mainContent #rhCol form label {
	margin-right:8px;
}
.oneColFixCtrHdr #mainContent #rhCol a:link {
	text-decoration:none;
	color:#EC8B46;
}
.oneColFixCtrHdr #mainContent #rhCol a:visited {
	text-decoration:none;
	color:#EC8B46;
}
.oneColFixCtrHdr #mainContent #rhCol a:hover {
	text-decoration:underline;
	color:#8EA5CA;
}
.oneColFixCtrHdr #mainContent #rhCol p.msg {
	text-align:center;
	background-color:#009900;
	color:#fff;
	padding:6px;
	margin-bottom:8px;
}
.oneColFixCtrHdr #footer {
	background-color:#7A7E8E;
	font-size:10px;
	text-align:center;
	color:#F9E5A7;
	padding:20px;
}
.oneColFixCtrHdr #footer a:link {
	text-decoration:none;
	color:#EC8B46;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration:none;
	color:#EC8B46;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration:underline;
	color:#8EA5CA;
}
.oneColFixCtrHdr #footer p {
	text-align:center;
}
.clearfloat {
	clear:both;
	height:0px;
}

