body {
	background-color: #8DA7CD;
	background-image: url(Images/blue-tile.png);
}
#mainContainer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 880px;
}


#banner {
	height: 80px;
	width: 780px;
	background-color: #92AFC4;
	border: 2px solid #000;
	padding-top: 20px;
	padding-left: 20px;
	background-image: url(images/banner1.jpg);
}


#subContainer {
	border: 2px solid #000;
	background-color: #F4F8FB;
	padding-bottom: 10px;
}
.contentSeperator {
	height: 1px;
	width: auto;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #888;
}
.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: 0px;
	line-height: 0px;
}
#verticalSeperator {
	width: 2px;
	float: left;
	height: 600px;
	background-image: url(Images/verticalSeperator.jpg);
	margin-bottom: 20px;
}



#sidebar {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bannerContainer {
	height: 104px;
	width: 804px;
}

#contentContainer {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	padding: 15px;
}
#footer {
	height: 20px;
	width: 880px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: normal;
}
.sidebarElement {
	background-image: url(Images/horizontalSeperator.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sidebarElement a:hover {

	color: #C20601;
	text-decoration: none;
}
.selectedMenuItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}


.menuItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #314B53;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}
.linkedItem {
	height: 18px;
	width: 18px;
	border: 1px solid #2D444A;
}




.bannerText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: x-large;
}

.headerText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #304B52;
	font-style: normal;
	font-variant: normal;
}

.normalText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2B4044;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
}
#verticalBannerShadow {
	height: 99px;
	width: 2px;
	background-color: #B7B7B7;
	margin-left: 804px;
	margin-top: 5px;
}
#horizontalBannerShadow {
	height: 2px;
	width: 801px;
	margin-left: 5px;
	background-color:#9E9E9E;
	background-color: #B7B7B7;
	padding: 0;
}
p {
	text-align: justify;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #619AD3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline
}
.blueBorder {
	/*border: 1px solid #619AD3;
	color: #619AD3;*/
}
.photoContainer {
	border: 2px solid #000;
	width: 170px;
	padding: 3px;
	background-color: #F8F7F1;

}

.photoContainerEmail{
	padding: 6px;


}
