@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: #333333;
	background-image: none;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #339999;
}
.oneColFixCtrHdr #header {
	background-color: #339999;
	background-image: url(graphics/banner.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	height: 80px;
	width: 710px;
}
.oneColFixCtrHdr #header h1 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #339999;
	background-image: url(graphics/main%20body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	position: relative;
	border: thin none #333333;
	margin: auto;
	float: none;
}
.oneColFixCtrHdr #footer {
	background-color: #339999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	color: #63B9BA;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
}
.thumbnail {
	float: left;
	height: 85px;
	width: 85px;
	overflow: hidden;
	clear: none;
	border: thin solid #CCCCCC;
	padding: 7px;
	margin-top: 2px;
	margin-right: 33px;
	margin-bottom: 30px;
	margin-left: 33px;
}
.thumb {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.cabphoto {
	float: left;
	border: thin solid #CCCCCC;
	padding: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}

