@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 */
	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;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bnkd-bluestripe_02.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
	height: 220px;
	margin-bottom: 15px;
}
.top {
	clear: both;
	padding-left: 0px;
	margin-left: 60px;
	margin-top: 30px;
}
.bottom {
	clear: both;
	padding-left: 0px;
	margin-left: 60px;
	margin-bottom: 60px;
}
.oneColFixCtrHdr #container #header img {
	clear: left;
	float: right;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 1.8em;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 1.6em;
	font-weight: normal;
}
.nav {
	clear: left;
	float: left;
	width: 480px;
}
.nav img {
	margin-left: 18px;
	display: inline;
}
.nav a{
	margin-right: 29px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666666;
	text-decoration: none;
	font-size: .8em;
	line-height: 1.7em;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
}
.nav a:hover {
	color: #000000;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}
.nav-current {
	margin-right: 29px;
	padding-bottom: 15px;
	color: #000000;
	text-decoration: none;
	font-size: .8em;
	line-height: 1.7em;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #A7DDE8;
	padding-top: 10px;
}
	
#mainContent a {
	color: #999999;
	text-decoration: none;
	padding: 5px;
}

#mainContent a:hover {
	color: #FFFFFF;
	background-color: #384EA2;
	text-decoration: none;
	padding: 5px;
}

.oneColFixCtrHdr #container #mainContent img {
	clear: right;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.oneColFixCtrHdr #container #mainContent img a:hover {
	clear: right;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.oneColFixCtrHdr #mainContent {
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/mid-bodybknd.jpg);
	background-repeat: repeat-y;
	margin-left: 60px;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 60px;
}
.oneColFixCtrHdr #container #mainContent p {
	line-height: 1.7em;
}
.gallery {
	margin-left: -35px;
}
.footer {
	background-color: #333333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.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: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.msswrapper {
	height: 700px;
	width: 780px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
