body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a8a8ba;
}
#container {
	width: 90%;
	margin: 10px auto;
	background-color: #eeeeee;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;

}


#banner {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 130px;
	position: relative;
        background-image: url(/images/banner_final.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;

}
#bannertxt {

	width: 655px;
	height: 50px;
	float: left;
	position: relative;
	top: 33px;
	right: -200px;
	color: #000000;
	text-align: center;
	padding-bottom: 2px;
}

.bannertxt1 {
	font-family: "Myriad Pro";
	font-size: 24px;
	font-weight: bold;
}

.bannertxt2 {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#banner a#logo { /* and this is the logo as css background image */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 130px;
	background: url('images/bc-logosm.gif');
	display: block;
	text-decoration: none;
	z-index: 2; /* on top of banner-image */
	}

#home {
	width: 100px;
	height: 10px;
	float: right;
	position: relative;
	top: 15px;
	right: -81px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #174e17;
	text-align: center;
	padding-bottom: 2px;
}
#home a:link {
	text-decoration: none;
	color: #174e17;
}
#home a:visited {
	text-decoration: none;
	color: #174e17;
}
#home a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#home a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#hLink {
	position: absolute;
	left: 12px;
	top: 13px;
	width: 61px;
	height: 74px;
}
#skipNav {
	position: absolute;
	width: 15px;
	height: 13px;
	left: 81px;
	top: 13px;
}


#opacity {
        background-image: url(/images/banner_opacity.jpg);
	width: 110px;
	float: right;
	top: 11px;
	right: 25px;
	background-color: #ffffff;
	filter: Alpha(Opacity=25);
	-moz-opacity:0.25;
	opacity: 0.25;
	position: relative;
	height: 15px;
	padding-bottom: 4px;
	text-align: center;
}
#nav {
	background-color: #666699;
	width: 100%;
	height: 5px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C5C2B4;
	border-bottom-color: #1E1D18;
}
#menu {
	background-color: #666699;
	width: 850px;
	height: 5px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	float: left;
	padding-top: 4px;
	font-weight: bold;
}
#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#search {
	background-color: #666699;
	width: 240px;
	height: 21px;
	position: relative;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #FFFFFF;
	float: right;
	z-index:1;
}
.searchRight {
	float: right;
}
.searchButton {
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 20px;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 15px;
	border: 1px solid #666699;
	margin-top: 1px;
}
#leftnav {
	float: left;
	width: 103px;
	margin: 0;
	background-color: #eeeeee;
	height: 385px;
        background-image: url(/images/GradLeftNav.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	list-style-type: none;
}
#leftnav a:link {
	text-decoration: none;
	color: #333333;
}
#leftnav a:visited {
	text-decoration: none;
	color: #333333;
}
#leftnav a:hover {
	color: #2161A1;
	text-decoration: none;
}
#leftnav a:active {
	text-decoration: none;
	color: #333333;
}
#content {
	margin-left: 138px;
	background-color: #eeeeee;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D1BC;

}


#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #295178;
	float: left;
	margin: 0px;
}

#content a:link {
	text-decoration: none;
	color: #2161A1;
}
#content a:visited {
	text-decoration: none;
	color: #2161A1;
}
#content a:hover {
	color: #2161A1;
	text-decoration: underline;
}
#content a:active {
	text-decoration: none;
	color: #2161A1;
}

#contentWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a8a8ba;
	height: 475px;
	color: #333333;
}
#column1 {
	position: absolute;
	width: 103px;

	left: 0px;
	padding-right: 17px;
	top: 173px;
/*	background-position: right bottom; */
        background-image: url(/images/GradLeftNav.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-color: #eeeeee;
}

#column2 {
	position: absolute;
	width: 450px;
	left: 140px;
	top: 173px;
	padding-right: 13px;
	padding-left: 15px;
        background-image: url(/images/bkrnd02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #eeeeee;
}
#column3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D1BC;
	padding-right: 20px;
	padding-left: 15px;
        background-image: url(/images/bkrnd04.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #eeeeee;
	margin-left: 618px;
	min-width: 265px;
	height: 444px;
}

#column4 {
	margin-left: 573px;
	float:right
	min-width: 365px;
	background-color: #eeeeee;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D1BC;
/*	background-image: url(/images/GradBottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom; */

}



#footer {
	clear: both;
	margin: 0;
	color: #2161A1;
	background-color: #a8a8ba;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	padding-top: 9px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BAB6A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB6A0;
}
#footer a:link {
	text-decoration: none;
	color: #2161A1;
}
#footer a:visited {
	text-decoration: none;
	color: #2161A1;
}
#footer a:hover {
	color: #2161A1;
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
	color: #2161A1;
}
#footerRight {
	float: right;
	margin-top: -12px;
	padding-right: 20px;
	color: #666699;
}

#leftnav p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#content h1 {
	margin: 0 0 0em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #295178;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #493918;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #493918;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	color: #493918;
}
#content p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content li {
	margin-top: 0px;
	margin-bottom: 0px;

}
#margin1 {
	background-color: #eeeeee;
	height: 20px;
}
#margin2 {
	background-color: #a8a8ba;
	height: 20px;
	clear: both;
}
.leftSubNav {
	padding-left: 15px;
}
.leftNavHilite1 {
	color: #2161A1;
}
.leftNavHilite2 {
	color: #2161A1;
        background-image: url(/images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
.topNavHilite {
	color: #FFCC00;
}
.photoLeft2 {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.photoRight2 {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.photoRightBord {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #8D8970;
}
#sidebar1 {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 2px solid #E7CB83;
	width: 300px;
	padding: 20px;
	background-color: #F0DDAC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 17px;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#E9CD85,endColorStr=#F7EDD2);*/
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#sidebar2 {
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 2px solid #E7CB83;
	width: 180px;
	padding: 20px;
	background-color: #F0DDAC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 20px;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#E9CD85,endColorStr=#F7EDD2);*/
}
#sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.lineA {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A9A076;
}
.col1 {
	width: 44%;
	margin-right: 0px;
	vertical-align: top;
}
.col2 {
	width: 44%;
	margin-right: 20px;
	vertical-align: top;
}
.newsCol1 {
	width: 47%;
	margin-right: 0px;
	vertical-align: top;
}
.newsCol2 {
	width: 47%;
	margin-right: 20px;
	vertical-align: top;
}
.pdf {
	font-size: 11px;
	color: #666666;
}
.pdf2 {
	font-size: 9px;
	color: #666666;
}
.pullQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A75B2;
	line-height: 25px;
	text-align: center;
	width: 75%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9C8B5;
	border-bottom-color: #C9C8B5;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12%;
}
.pullQuote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3A75B2;
	line-height: 22px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9C8B5;
	border-bottom-color: #C9C8B5;
	background-position: center center;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.sitemap {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 7px;
}
.sitemapSub {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 17px;
}
.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2161A1;
	padding-top: 6px;
}
.readMore a:link {
	text-decoration: none;
	color: #2161A1;
}
.readMore a:visited {
	text-decoration: none;
	color: #2161A1;
}
.readMore a:hover {
	color: #2161A1;
	text-decoration: underline;
}
.readMore a:active {
	text-decoration: none;
	color: #2161A1;
}
