@charset "utf-8";
/* CSS Document */

.leftborder {
	background-image: url(images/border_left.png);
	background-repeat: repeat-y;
}
.rightborder {
	background-image: url(images/border_right.png);
	background-repeat: repeat-y;
}
.topborder {
	background-image: url(images/border_top.png);
	background-repeat: repeat-x;
}
.bottomborder {
	background-image: url(images/border_bot.png);
	background-repeat: repeat-x;
}
.row3bg {
	background-image: url(images/row3_right.png);
	background-repeat: no-repeat;
}
.leftcolumnbg {
	background-image: url(images/leftcolumnbg.png);
	background-repeat: repeat-y;
}
.footerbg {
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.photoright {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.titles {
	font-family: "Futura Hv BT";
	font-size: medium;
	color: #E87145;
	margin-bottom: 4px;
	margin-top: 2px;
}
.titlesCaps {
	font-family: "Futura Hv BT";
	font-size: medium;
	color: #E87145;
	text-transform: uppercase;
	margin-bottom: 5px;
}

