body {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	margin-top: 25px;
	margin-bottom: 25px; 
	margin-right: 25px;
	margin-left: 10px;
}

h1 {
	color: #099; 
	font-weight: bold;
	font-variant: small-caps; 
	font-size: 19px;
}

h2 {
	color: #699; 
	font-weight: bold;
	font-variant: small-caps; 
	font-size: 18px;
}

h3 {
	color: #699; 
	font-weight: bold;
	font-size: 17px;
}

ul, ol {line-height: 110%; list-style: disc; margin: 0 0 0 8px; }
li { padding: 3px; }

dl,dd {line-height: 110%; list-style: disc; margin: 0 0 0 8px; padding: 3px;}
dt {line-height: 110%; font-weight: bold; padding: 3px;}

a:link { 
	color: #099;
	text-decoration: none;  
	font-weight: bold;  
}

a:visited { 
	color: #699;
	text-decoration: none;  
	font-weight: bold;  
}

a:hover {
	color: #c93;
	font-weight: bold;  
	text-decoration: underline;
}

#leftnav {	display: none; }

#menu { display: none; }

#menu p {display: none; }

#menu p a:link, #menu p a:visited { display: none;}

#menu p.current {display: none;}

#menu ul li a:hover {display: none; }

#menu a:active	{display: none;	}

.img {border: 0px;}

#content {
	float: none;
	top: 15px;
	left: 20px;
	right: 15px;
	padding: 15px 5px 15px 20px;
	}

.imgborder {float: left; margin-right: 7px; margin-bottom: 5px;}
	
#footernav { display: none;}

#address { padding-top: 10px; font-size: smaller;}

#right {text-align: right; margin-top: 10px;}

.small {font-size: 80% }    
.bold { font-weight: bold; }
.italics { font-style: italic; }
.bi { font-weight: bold; font-style: italic; }
.bg-white { background: #fff; }