@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 */

	background: url("northwestlow.jpg") center center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.oneCol  #containerWide {
	width: 700px;
	background-image: url(transparent.png);
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0;
	padding: 10px;

}
#mainContentWide   {
	width:600px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	float: none;

}

.oneCol #nav {

	text-align: center;

}


.twoColLiqLtHdr #container {

	width: 700px;

	background-image: url(transparent.png);

	background-attachment: scroll;

	background-repeat: repeat;

	margin: 0 auto;

	margin-bottom: auto;

} 

.twoColLiqLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;

} 



.twoColLiqLtHdr #sidebar1 {

	float: left;

	width: 250px; /* top and bottom padding create visual space within this div  */

	padding-left: 10px;

}



.twoColLiqLtHdr #mainContent {
	width:400px;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;

} 
.oneColLiqLtHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.twoColLiqLtHdr #footer {

	font-size: 10px;

	padding-top: 10px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

	text-align: center;

	clear: both;

}

.quote {

	font-size: 12px;

	font-style: italic;

	text-align: center;

}

a.header:link {

		font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

		font-size:12px;

	color: #663333;

	text-decoration: underline;
}

a.header:visited {

	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

	color: #663333;

	text-decoration: underline;

	font-size:12px;

}

a.header:hover {

		font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

		font-size:12px;

	color: #663333;

	text-decoration: underline;

		font-weight: bold;

		}


a.header:active {

	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

	font-size:12px;

	color: #663333;

	text-decoration: none;

}

a.biglink:link {

		font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

		font-size:18px;

	color: #663333;

	text-decoration: underline;

}

a.biglink:visited {

	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

	color: #663333;

	text-decoration: underline;

	font-size:18px;

}

a.biglink:hover {

		font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

		font-size:18px;

	color: #663333;

	text-decoration: underline;

		font-weight: bold;

		}



a.biglink:active {

		font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

		font-size:18px;

	color: #663333;

	text-decoration: none;



}












/* Inline links */



a.inline:link {

	font-size:12px;

	color: #000000;

	text-decoration: underline;



}





a.inline:visited {

	color: #000000;

	text-decoration: underline;

	font-size:12px;

}

a.inline:hover {

	font-size:12px;

	color: #000000;

	text-decoration: underline;

		font-weight: bold;

		}



a.inline:active {

	font-size:12px;

	color: #000000;

	text-decoration: none;



}







/* Footer links */



a:link {

	color: #000000;

	text-decoration: none;

	font-size:10px;

}

a:visited {

	color: #000000;

	text-decoration: none;

	font-size:10px;

}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	font-weight:bold;

	}

a:active {

	color: #000000;

	text-decoration: none;

	font-size:10px;

}



	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}



.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}









h1 {
	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
	font-size: 48px;
	color: #663333;
}



h2 {
	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
	font-size: x-large;
	color: #663333;
	text-align: center;

}



h3 {

	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;

	font-size: 18px;

	color: #663333;

	text-align: center;

}



img {  border-style: none;

}
.oneColLiqLtHdr #mainContent {
	width:400px;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
}
