@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	
	background-color: #336699;
	
	

	
	
}

.oneColFixCtrHdr #navigation {
	background-image: url(images/navbar.gif);
	background-position: center;
	background-repeat: no-repeat;
	
	padding-bottom: 30px;
	padding-top:25px;
	text-decoration: underline;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	padding-left: 110px;
	margin-top: 2px;
	
}
	

.oneColFixCtrHdr #container {
	width: 960px;
	
	background-image:url('images/background4.jpg');
	background-color: #ffffff;
	background-position:bottom center;
	background-repeat: no-repeat;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-right: auto;
	text-align: left;
	background-attachment: fixed;
}
.oneColFixCtrHdr #contentcontainer {
	width: 854px;
	padding: 0 10px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	}
	
.oneColFixCtrHdr #header {
	;  /* 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. */
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding-bottom: 170px;
	background-position: top center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 10px;
	min-height: 600px;

	text-align: left;
}
.oneColFixCtrHdr #footer {
	width: 900px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	height: 60px;
	bottom: 0;
	margin: 0 auto;
	
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.link1 a {
color: #ffffff}
#photofeature {
	float: right;
}
#photofeatureleft {
	float: left;
	margin: 5px;
}


h1 {
	color: #0000CC;
	border-bottom-style: solid;
	font-size: 2.5em;
}
h2 {
	font-style: italic;
	color: #0033CC;
}
