/* CSS Document */
	
.topPhoto {
	background-image:url(images/top-photo.jpg);
	background-repeat:no-repeat;
	border: 5px solid #f0f0f0;
	}
.topTable {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	}
.topTable a {
	text-decoration:none;
	color: #fff;
	}

.topTable a:visited {
	text-decoration:none;
	color: #fff;
	}
.topTable a:hover {
	text-decoration:none;
	color: #000;
	}
.topTableBorder {
	border-right: 1px #333333 solid;
	
	}
	
.contentBox {
	background-image:url(images/white-content-box.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align:justify;
	
	}
.contentBox a:link, a:visited {
	text-decoration:none;
	color: #000;
}	
.contentBox a:hover {
	text-decoration:none;
	color: #cc0000;
	}
.bottomCircle {
	background-image:url(images/red-semicircle.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	}
.headerText {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding-right: 50px;
	}
	
.mainContentTop {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	padding-top: 20px;
	width: 660px;
	height: auto;
	text-align: justify;
	}
	
.mainContentInterior {
	color: #000;
	background-color:#f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	width: 656px;
	height: auto;
	text-align: justify;
	}