body{
	font-family:Arial,Sans-Serif;
	font-size:90%;
	/*background:#cc9;*/
}


body{
scrollbar-face-color:#CFE3FA;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}



#boundary{
	background:#f8f8f8;
	padding:2em;
	width:40em;
}
h1{
	font-family:"Trebuchet MS",Sans-serif;
	text-transform:uppercase;
	color:#696;
	font-size:120%;
}

table.footcollapse{
	width:100%;
}
table.footcollapse caption{
	font-size:120%;
	text-transform:uppercase;
	text-align:left;
	padding:.5em 1em;
}
table.footcollapse th{
	text-align:left;
}
table.footcollapse,table.footcollapse th,table.footcollapse th
{
	border:none;
	border-collapse:collapse;	
}
table.footcollapse thead th
{
	width:10em;
	border-style:solid;
	border-width:1px;
	border-color:#cff #69c #69c #cff;
	background:#9cf;
	padding:2px 10px;
}
table.footcollapse tfoot th,
table.footcollapse tfoot td
{
	border-style:solid;
	border-width:1px;
	border-color:#9cf #369 #369 #9cf;
	background:#69c;
	padding:2px 10px;
}
table.footcollapse tbody{
	background:#ddd;
}
table.footcollapse tbody td{
	padding:5px 10px;
	border:1px solid #999;
}
table.footcollapse tbody th{
	padding:2px 10px;
	border:1px solid #999;
	border-left:none;
}
table.footcollapse tbody tr.odd{
	background:#ccc;
}

table.footcollapse tfoot td img{
	border:none;
	vertical-align:bottom;
	padding-left:10px;
	float:right;
}

/*PDFLINK*/

.pdfLink { 
background: url("http://www.bwsc.org/images/pdf_icon.gif") no-repeat 100%; 
padding-right: 20px;
padding-top: 3px;
padding-bottom: 3px;

}
.webLink { padding-right: 19px;  padding-top: 3px; padding-bottom: 3px; background: url(/images/EXTERNAL-LINK.gif) no-repeat 100%; }
.docLink { padding-right: 19px; background: url(doc.gif) no-repeat 100% .5em; }
.zipLink { padding-right: 17px; background: url(zip.gif) no-repeat 100% .5em; }


#breadcrumbs li {
color: #5E73C6;
display: inline;
padding-left: 1.15em;
padding-right: .25em;
background:url(/images/triangle2.gif) no-repeat 0 50%;

}

#breadcrumbs li a{
color: #5E73C6;
}


/*IMAGE CAPTIONS*/

div.image_caption div {
	font-style: italic;
	font-size: 11px;
	margin-top: -10px;
	text-align: right;
	float: right;
	height:inherit;
	width:inherit;

	
}
div.image_caption img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear:both;
}

