body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #272;
	background-color: #fff;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #484;
	outline: none;
	}
a:visited {
	color:  #484;
	}
a:active {
	color:  #484;
	}
a:hover {
	color: #484;
	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. 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 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin-left: 0;
	}
h2 {
	font-size: 20px;
	line-height: 30px;
	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: 10px;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
th {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	}
td {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}	
img {
	border: 0;
	}
.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 */
	}

#wrapper	{
	margin: 20px auto;
	padding: 0;
	border: 0;
	width: 680px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 640px;	 
	}

html>#wrapper	{
	width: 640px;
	}
	
#sidebar {
	float: left;
	padding: 10px;
	margin: 0;
	border: 0;
	width: 200px;
	}
	
#content {
	float: left;
	padding: 10px;
	margin: 0;
	border: 0;
	width: 370px;	
	}

#footer {
	border: 1px solid #ccc;
	color: #000;
	background: #fefefe;
	padding: 2px 7px 2px 10px;
	text-align: left;
	clear: both;
	} 

#footer p	{
	font-size: 10px;
	margin: 10px 0;
	padding: 0;
	}

#links li {
	font-size: 12px;
	line-height: 20px;
	}
	
#logo	{
	border: 1px solid #000;
	}
	
#map	{
	border: 1px solid #000;
	margin-top: 20px;
	}

.mand 	{
	color: #f00;
	font-size: 14px;
	font-weight: bold;	
	}
.rjust	{
	text-align: right;
	}
