body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
#banner {
	border: 0px none #880088;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #A3A3A3;
	height: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
	clear: both;
	right: 0px;
	bottom: 0px;
}
#nav {
	position: absolute;
	width: 100%;
	left: 0px;
	background-color: #CDCDCD;
	top: 103px;
	height: 30px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#content {
	background-color: #E1E1E1;
	height: 438px;
	width: 100%;
	left: 0px;
	position: absolute;
	top: 133px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #B4B4B4;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 553px;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#banner-company-name {
	position: absolute;
	right: 1%;
	top: 40px;
	background-image: url(images/company-name.png);
	height: 41px;
	width: 478px;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	z-index: 1;
}
#nav-links {
	position: absolute;
	right: 3%;
	top: 9px;
	font-weight: bold;
	width: 446px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	z-index: 2;
}
#footer-links {
	position: absolute;
	top: 7px;
	font-weight: bold;
	width: 620px;
	margin: 0px;
	padding: 0px;
	float: left;
	right: 3%;
	z-index: 4;
}
#nav-links a:link, #nav-links a:visited, #nav-links a:active {
	color: #000000;
	text-decoration: none;
}
#nav-links a:hover, #nav-links a.current:link, #nav-links a.current:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-links a:link, #footer-links a:visited, #footer-links a:active {
	color: #000000;
	text-decoration: none;
}
#footer-links a:hover, #footer-links a.current:link, #footer-links a.current:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#logo-image {
	position: absolute;
	height: 187px;
	width: 250px;
	top: 43px;
	background-image: url(images/logo-florence.png);
	background-repeat: no-repeat;
	background-position: left top;
	right: 4%;
	z-index: 3;
}
#content-overflow {
	top: 40px;
	position: absolute;
	left: 5px;
	width: 65%;
	overflow: auto;
	height: 345px;
	background-color: #E1E1E1;
	padding-left: 20px;
	z-index: 6;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#left-mask {
	position: absolute;
	left: 0px;
	top: 11px;
	height: 454px;
	width: 12px;
	z-index: 10;
	background-color: #FFFFFF;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
}
.not-bold {
	font-weight: normal;
}
