/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eee;
	font-family: Georgia, Garamond, Sans;
	color: #000;
	}
a {
	text-decoration: underline;
	font-weight: normal;
	color:  #000;
	outline: none;
	}
a:visited {
	color:  #333;
	}
a:active {
	color:  #333;
	}
a:hover {
	color: #555;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}

p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. */

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.badge{
	display:none;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px none  #000;
	background: #fff;
	text-align: left !important;
	text-decoration: underline;
	height: auto; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: auto;
	}
html>body #top {
	height: auto; /* ie5win fudge ends */
	}
	
#left {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 5px none #aaa;
	background: #ddd;
	display:none;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	}
html>body #left {
	width: 170px; /* ie5win fudge ends */
	}
#middle {
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
	background: #fff;
	}
#footer {
	position:relative;
	color: #000;
	font-size: 8pt;
	text-decoration: overline;
	font-style:italic;
	text-align:left;
	border: 0px;
	margin: 5px 0px 0px 0px;
}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
.lawco,.boreal {  
	font-family: "Arial Black", Serif; 
	font-size: 18pt;  
	color: #000000;
	text-align:left !important;
}
#right{
	display:none;
}
