body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	margin: 1%;
	width: 98%;
}
#top {
	display: none;
}
#topprinter {
	font-size: 125%;
	margin-left: 5%;
}
#sidelinks {
	display: none;
}
#sidelinks a:link {
	display: block; 
	padding: 0.3em 0.3em 0.3em .7em;
 	text-decoration: none;
 	font-weight: 500;
	font-size: 90%;
 	border-top: 2px solid #005BA6;
 	border-right: 4px solid #005BA6;
  	border-bottom: 2px solid #005BA6;
 	border-left: 4px solid #005BA6;
	margin-bottom: 7px;
	margin-top: 3px;
 }
 #sidelinks a:visited {
	display: block; 
	padding: 0.3em 0.3em 0.3em .7em;
 	text-decoration: none;
 	font-weight: 500;
	font-size: 90%;
 	border-top: 2px solid #005BA6;
 	border-right: 4px solid #005BA6;
  	border-bottom: 2px solid #005BA6;
 	border-left: 4px solid #005BA6;
	margin-bottom: 7px;
	margin-top: 3px;
 }
 #sidelinks a:hover {
	display: block; 
	padding: 0.3em 0.3em 0.3em .7em;
 	text-decoration: none;
 	font-weight: 500;
	font-size: 90%;
 	border-top: 2px solid #005BA6;
 	border-right: 4px solid #005BA6;
  	border-bottom: 2px solid #005BA6;
 	border-left: 4px solid #005BA6;
	margin-bottom: 7px;
	margin-top: 3px;
}
#sidelinks a:active {
	display: block; 
	padding: 0.3em 0.3em 0.3em .7em;
 	text-decoration: none;
 	font-weight: 500;
	font-size: 90%;
 	border-top: 2px solid #005BA6;
 	border-right: 4px solid #005BA6;
  	border-bottom: 2px solid #005BA6;
 	border-left: 4px solid #005BA6;
	margin-bottom: 7px;
	margin-top: 3px;
 }
#mainarea {
	margin-left:  5%;
	padding: 1em 1.3em 1em 1.2em;
	top: 100px;
	margin-right: 30%;
}
#footer {
	clear: both;
	margin-left: 5%;
	padding: 0.8em;
	border-top-width: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 95%;
}	
#footer a:link {
	font-weight: 500;
	text-decoration: underline;
}
#footer a:visited {
	font-weight: 500;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: 500;
	text-decoration: underline;
}
#footer a:active {
	font-weight: 500;
	text-decoration: underline;
}
.floatleft {
	float: left;
	margin-right: 6px;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.floatright {
	float: right;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 9px;
	margin-top: 4px;
}
dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
p {
	margin-bottom: 6px;
	margin-top: 2px;
}
a:link {
	font-weight: 500;
	text-decoration: underline;
}
a:visited {
	font-weight: 500;
	text-decoration: underline;
}
a:hover {
	font-weight: 500;
	text-decoration: underline;
}
a:active {
	font-weight: 500;
	text-decoration: underline;
}
h1 {
	font-size: 180%;
	margin-top: 5px;
	margin-bottom: 6px;
	font-weight: 700;
}
h2 {
	font-size: 125%;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 4px;
}
h3 {
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 4px;
	font-style: italic;
}
h4 {
	font-size: 115%;
	margin-top: 20px;
	margin-bottom: 4px;
}	
.clear {
	clear: both;
}
#contactinfo {
	float: right;
	width: 25%;
	text-align: left;
	margin-top: 20px;
	z-index: 10;
	top: 100px;
	font-size: 95%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	border: 3px solid #000000;
}

