/* CSS Document */
body {
	background-color: #ECEEED;
	background-image: url(/Images/BG-adklake.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
a {
	color: #0000FF;
}
fieldset {
	background-color: #FCFCFC;
	color: #000000;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
legend {
	background-color: #CFCFCF;
	color: #000000;
	padding: 2px 4px 2px 4px;
	border: 1px solid #666666;
}




.siteHeader {
	 background-image: url(/Images/BG-SiteHeader.jpg);
	 background-repeat: repeat-x;
	 border-bottom: 2px solid Black;
}

.leftNav {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
}
	.leftNav a {
		text-decoration: none;
	}
	.leftNav a:hover {
		text-decoration: underline;
	}

.mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.siteFooter {
	border-top: 1px solid Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.siteFooterHosting {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}


.lowerNav {
	padding-top: 10px;
	padding-bottom: 10px;
}
	.lowerNav a {
		text-decoration: none;
	}
	.lowerNav a:hover {
		text-decoration: underline;
	}


.formField {
	border: 1px solid #666666;
	background-color: #FEFEFE;
	color: #000000;
}
.button {
	border: 1px solid #666666;
}