/*Elements*/

body {
	font-family : "Times New Roman", Garamond, serif;
	font-size: 13pt;
	color: black;
	background-color: #fff;
}

body div.floater { float: none; }


h1 {
	color : #360; 
	font-weight : bold;
	font-size: 16pt;
}

h2 {
	color : #360; 
	font-weight : bold;
	font-size: 15pt;
}

h3 {
	color : #360; 
	font-weight : bold;
	font-size: 14pt;
}

ul {line-height: 110%; list-style: disc;}

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

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

#title {background-color: #9cc; font-weight : bold; font-size: 15pt; padding: 2px 0px 5px 10px; width: 100%; }

#leftnav { display: none;}

#content {	float: none !important;
	width: auto;
	top: 5em;
	left: 0;
	border: 0;
	color: black; 
	background: transparent;}

#address { padding-top: 1em; font-size: smaller;}

#update { font-size: smaller; font-style: italic; padding-top: 10px;}

#footernav { display: none; }

.small { font-size: 80% }    
.bold {  font-weight: bold;}
.italics {font-style: italic;}
.bi { font-weight: bold; font-style: italic; }