body {
	padding: 0px;
	margin: 0px;
	background: white url("/images/layout/background_noise.jpg");
}
.navContainer {
/*	position: relative;
	top: -5px;*/
	margin: 0px;
	padding: 0px;
	width: 200px;
	background: url("/images/layout/background_nav.gif");	
}
.navContainer .item {
	height: 25px;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding: 7px 0px 0px 25px;
}
.navContainer .item a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.navContainer .item a:hover {
	text-decoration: underline;
	color: yellow;	
}
.hours {
	margin: 25px 10px 0px 10px;
	padding-bottom: 15px;
	background: #99CCFF;
	border: 2px groove #0066CC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	font-weight: bold;
	color: #0066CC;
	background: url("/images/layout/background_dumbells.jpg");	
}
.content {
	color: #003399;
	font-size: 10pt;
	font-family: verdana;
}
.copyright, .copyright a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	text-align: center;	
	margin: 0px 0px 5px 0px;
}
.coupon {
	border: 3px dashed black;
	margin: 50px;
	padding: 25px;
	width: 300px;
}
.coupon .red {
	color: red;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.coupon .blue {
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.coupon .fine {
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-align: center;	
}
.coupon .series7{
	border: 3px dashed black;
	margin: 50px;
	padding: 25px;
	width: 300px;
	font-size: 22px;

}
.rates {
	border: 1px solid #003399;
	width: 325px;	
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;

}
.rates .header {
	background: #003399;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.rates .text {
	padding: 5px 5px 5px 5px;
	color: #003399;
	font-size: 12px;	
}
.assess {
	border: 1px solid #003399;
	width: 665px;	
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;

}
.assess .header {
	background: #003399;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.assess .text {
	padding: 5px 5px 5px 5px;
	color: #003399;
	font-size: 12px;	
}

