#HomepageMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 180px;
}
#GlobalContainer #LeftBanner p {
	margin-top: 0px;
}

#TopBannerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-left: 180px;
	padding-top: 20px;
}
#TopBannerPicture {
	margin-bottom: 5px;
	margin-top: 10px;

}
.photoBox {
	margin: 10px;
	border: 2px solid #000000;
}

#TopBanner {
	height: 140px;
}
#LeftBanner {
	width: 125px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
	background-image: url(images/LeftBannerBackground.png);
	background-repeat: no-repeat;
	background-position: center;

/*	line-height: 16px;*/
}
#LeftBanner a:link {
	color: #000033;
	text-decoration: none;
}
#LeftBanner a:visited {
	color: #000033;
	text-decoration: none;
}
#LeftBanner a:hover  {
	color: #CCFF33;
}



#GlobalContainer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 960px;
}
#Footer {
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.projectTitle {
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
	margin-bottom: 0px;
}
.projectDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topicHeader {font-size: 16px; font-weight: bold; }
