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

body {
	font-family: garamond, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 a:link {
	color:#903;
	text-decoration:none;
}
.oneColFixCtrHdr #container a:visited {
	color: #903;
	text-decoration:none;
}
.oneColFixCtrHdr #container a:hover {
	color: #333;
	text-decoration:none;
}

.oneColFixCtrHdr #container a[href^="mailto"]:link { color: #903; }
.oneColFixCtrHdr #container a[href^="mailto"]:visited { color: #903; }
.oneColFixCtrHdr #container a[href^="mailto"]:hover { color: #333; }



 .oneColFixCtrHdr #bobcat {
	width: 120px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 145px;lmes
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: 0px;
	top: 25px;
	right: 0px;
	bottom: 0px;
	}  


.oneColFixCtrHdr #container {
	
	width:900px;
	margin: 10px auto ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtrHdr #header {
	height: 150px;
	padding: 0 10px 0 20px; 
	background-color: #FFF;
	background-image: none;
	
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 20px 0; 
	text-align: right;
	color:#903;
	font-weight:normal;
}
.oneColFixCtrHdr #header h2 {
	margin: 0;
	text-align: right;
	color:#000;
	font-weight:normal;
}


.oneColFixCtrHdr #subHeading {
	margin:40px 0px 20px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:30px;
	padding-left: 0;
}
.oneColFixCtrHdr #subHeading h3 {
	margin: 0px;
	color:#000;
}

.oneColFixCtrHdr #mainContent {
	font-family: century gothic, sans-serif;
	font-size:.8em;
	margin: 20px 0px 0px 0px;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 100px;
	padding-left: 100px;
}

.oneColFixCtrHdr #mainContent h3 {
	font-family: garamond, serif;
	font-size:medium;
	margin: 0px;
	color:#333;
	text-align:center;
}
.oneColFixCtrHdr #mainContent h6 {
	font-family:century gothic,sans-serif;
	font-size:.9em;
	font-style:italic;
	font-weight:normal;
}

.oneColFixCtrHdr #linkBox1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	float:left;
	width:240px;
	text-align:center;
}

.oneColFixCtrHdr #linkBox2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	float:left;
	width:180px;
	text-align:center;
}

.oneColFixCtrHdr #linkBox1 a:link {
	color:#903;
	text-decoration:none;
}
.oneColFixCtrHdr #linkBox1 a:visited {
	color: #903;
	text-decoration:none;
}
.oneColFixCtrHdr #linkBox1 a:hover {
	color: black;
	text-decoration:none;
}

.oneColFixCtrHdr #linkBox2 a:link {
	color: #903;
	text-decoration:none;
}
.oneColFixCtrHdr #linkBox2 a:visited {
	color: #903;
	text-decoration:none;
}
.oneColFixCtrHdr #linkBox2 a:hover {
	color: black;
	text-decoration:none;

}

.oneColFixCtrHdr #newsEntry {
	font-family: century gothic, verdana, sans-serif;
}


.oneColFixCtrHdr #newsText p {
	
}
.oneColFixCtrHdr #newsText h4 {
		font-family:century gothic,sans-serif;

	font-size:1.0em;
	font-style:italic;
	font-weight:normal;
margin:0;
	padding:0;

}

.oneColFixCtrHdr #newsText h5 {
		font-family:century gothic,sans-serif;

	font-size:1.0em;
	font-style:normal;
	font-weight:normal;
margin:0;
	padding:0;

	}

.oneColFixCtrHdr #newsPic {
	text-align:center;
	padding:5px;
}


<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />