body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #FFF;
	font-size: small;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:link{
	color:  #ccc;
}
a:visited {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
a:active {
	color:  #ccc;
	}

	
#container{
	width: 100%;
}	
	
#top {
	margin: 5px 2px 0px 2px;
	padding: 0;
	border: 0;
	height: 140px; /* ie5win fudge begins */
	voice-family: "\";

}\"";
	voice-family:inherit;
	height: 120px;
	}	
	
html>body #top {
	height: 120px; /* ie5win fudge ends */
	}	
	
#left {
	position: static;
	margin: 5px;
	padding: 0;
	border: 0;
	background: #FFF;
	width: 100%;
	text-align : center;
	}

#right {
	position: static;
	margin: 5px;
	padding: 0;
	border: 0;
	text-align:center;
	background: #FFF;
	width: 100%;
	}
	
#middle {
	margin: 0;
	padding: 5px;
	border: 0;
	text-align:left;
	background-color : transparent;
	}
	
#middle a {
	text-decoration: none;
	font-weight: bold;
	color: #666699;
	outline: none;
	}
#middle a:link{
	color:  #666699;
}
#middle a:visited {
	color:  #666699;
	}
#middle a:hover {
	color: #666699;
	text-decoration: underline;
	}	
#middle a:active {
	color: #666699;
	}

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: small;
	line-height: 160%;
	margin-top: 5px;
	margin-bottom: 3px; 
	}
	
p.address, p.formfield{
	margin-top:0;
	margin-bottom:0;
}	
p.breadcrumbs{
	text-align : left;
	margin: 0;
	padding:0;
	font-size : medium;
	font-weight : bold;
	line-height: 100%;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/
h1,h2,h3,h4,h5,h6{
	color: #222;
	background-color : transparent;
}

h1 {
	font-size: medium;
	line-height: 180%;
	font-weight: bold;
	margin: 8px 0 5px 0;
	}
h2 {
	font-size: medium;
	line-height: 180%;
	font-weight: bold;
	margin: 0;
	}
h3 {
	font-size: small;
	line-height: 160%;
	font-weight: bold;
	margin: 8px 0 5px 0;
	}
h4 {
	font-size: small;
	line-height: 160%;
	font-weight: bold;
	margin: 0;
	}
h5 {
	font-size: x-small;
	line-height: 160%;
	font-weight: bold;
	margin: 0;
	}
h6 {
	font-size: xx-small;
	line-height: 160%;
	font-weight: bold;
	margin: 0;
	}
	

	
img {
	border: 0;
	max-width: 100%;
	}
	
#right img{
	padding: 2px 0 5px 0;
	margin: 2px 0 5px 0;
	display : block;
}
.nowrap {
	white-space: nowrap;
	font-size: x-small;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: x-small;
	line-height: 160%;
	margin-top: 5px;
	margin-bottom: 3px; 
	}	

#left ul{
	list-style : none;
	padding: 0;
	margin: 5px 0;
	border: 0;
	font-weight: bold;
	font: medium/160% Arial, Helvetica, sans-serif;
	color: #333;
}

#left li{
	text-align: center;
	width: 150px;
	background : #FFF;
	color:#333;
}

#left li a{
	display : block;
	background : #FFF;
	color: #333;
	text-decoration: none;
	width: 150px;
}

#left li a:hover{
	background : #DFE6EE;
	color: #000;
	text-decoration: none;
}

#left li.thispage{
	text-align: center;
	font-weight:bold;
	width: 150px;
	color: #000;
	background : #DFE6EE;
}

#left ul ul{
	list-style : none;
	padding: 0;
	margin: 1px 0;
	border: 0;
}

#left li li{
	text-align: center;
	width: 150px;
	color: #333;
	background : #B6C0D2;
}

#left li li a{
	display : block;
	background : #B6C0D2;
	color: #333;
	text-decoration: none;
	width: 150px;
}

#left li li a:hover{
	color: #000;
	background : #DFE6EE;
	text-decoration: none;
}

#left li.thispage{
	text-align: center;
	width: 150px;
	font-weight:bold;
	color: #000;
	background : #DFE6EE;
}

#left img{
	display: none;
}

img.lhs{
	/* padding: 15px 0; */
	margin: 0 5px 5px 0;
	/*padding: 0 15px 15px 0;*/
}

img.rhs{
	/* padding: 15px 0; */
	margin: 0 0 5px 5px;
	/*padding: 0 0 15px 15px;*/
}

#middle ul{
	line-height : 160%;
	font-size : small;
	color : #191970;
	list-style-type : disc;
}	

td.name{
	padding: 2px 8px 2px 0;
}
td.title{
	padding: 2px 8px;
}
td.tel{
	padding: 2px 0 2px 8px;
}
p.footnote{
	text-align:center;
	font-size : x-small;
	background-color : transparent;
	color : #ccc;
}
#middle a.fn{
	background-color : transparent;
	color : #ccc;
	font-weight : normal;
}

#middle a.fn:link{
	color:  #ccc;
}
#middle a.fn:visited {
	color:  #ccc;
	}
#middle a.fn:hover {
	color: #ccc;
	text-decoration: underline;
	}
#middle a.fn:active {
	color:  #ccc;
	}
table.finder{
	width:500px;
	border:3px solid #006;
	background-color : #DFE6EE;
	padding: 15px;
	}
table.finder td{
	padding:2px;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:16px;
}	
table.searchresults{
	border:3px solid #006;
	background-color : #DFE6EE;
	margin:0 0 15px 0;
	} 
table.searchresults td{
font-size:14px;
padding:5px;
vertical-align:top;
/*border: 1px solid red;*/
}
table.searchresults td.coname{
font-size:16px;
font-weight:bold;
}
table.searchresults td.courl{
font-size:16px;
font-weight:bold;
text-align:right;
}
p.coaddress, p.coextras, p.codesc{
margin:0;
padding:0;
line-height:100%;
}
p.coextras{
text-align:right;
}
p.warn{
	color:red;
}
p.boldwarn{
	color:red;
	font-weight:bold;	
}
p.rhsform{
	text-align:right;
	color: #CC0033;
}