body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
}

#topToBottom {
	width: 587px;
	height: 585px;
}

#topToBottom #pagenav, #pagenav a {
	font-size: 0.8em;
	color: black;
}

/* Banners */
#banner1 {
	float: left;
	width: 587px;
	height: 160px;
	background-image: url(../images/banner1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#banner1 a {
	text-decoration: none;
}
#spacer {
	float: left;
	width: 587px;
	height: 3px;
}
#banner2 {
	float: left;
	width: 587px;
	height: 118px;
	background-image: url(../images/banner2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#banner2 .banner2Text {
	font-size: 0.9em;
	line-height: 125%;
	padding-top: 40px;
	padding-left: 10px;	
}
#banner2 a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

/* Content Area */
#content {
	float: left;
	width: 574px;
	height: 304px;
	background-image: url(../images/workman.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left:13px;
}
#contentTitle {
	float: left;
	width: 500px;
	height: 25px;
	padding-top: 15px;
}
#contentTextArea {
	float: left;
	width: 425px;
	height: 264px;
}
#contentTextArea .contentText {
 	font-size:0.9em;
}
#contentTextArea a {
	color: black;
	text-decoration: underline;
}
#contentBanner {
	padding-left: 15px;
}