body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: Black;
	background-color: White;
	text-align: left;
	margin: 0;
	padding: 0;
}
a {
	color: #01559D;
	text-decoration: underline;
}
a:hover {
	color: #DA2C2B;
	text-decoration: underline;
}
h1 {
	color: #DA2C2B;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 2px ridge #01559D;
	border-top: 2px ridge #01559D;
	text-align: center;
}
#address, #clearwrapper, #menutext, #line, #logo, #amenu {
	display: none; 
}
#logo {
	text-align: left;
	margin: 0 auto;
	width: 7in;
	position: static;
}
#logo h1 {
	margin: 0 0 0 0;
}
#printlogo {
   display: block;
	position: static;
	top: 5px;
	visibility: visible;
	width: 7in;
	text-align: center;
	
}
#wrapper {
	width: 7in;
	padding: 0;
   margin: 0 auto;
	position: static;
}
#awrapper {
	width: 7in;
	padding: 0;
   margin: 0 auto;
	position: static;
}
#footer {
	color: Gray;
	font-size: 12px;
	text-align: left;
}
#content2 {
	color: Black;
	font-style: normal;
	text-align: left;
}
#content {
	color: Black;
	font-style: normal;
	text-align: left;
}
#content h1 {
	color: #DA2C2B;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 2px ridge #01559D;
	border-top: 2px ridge #01559D;
}
#line {
	background-image: url(images/line.gif);
}
.imgfloatright {
	float: right;
}
.imgfloatleft {
	float: left;
}