﻿.lefCol_Image {
	width: 100%;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.leftColDiv {
	margin: 10px auto 10px auto;
	width: 224px;
}
.contentBodyFont {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
}
.contentTitle {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
.contentBody {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
.pgTitleFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 600;
	color: #990000;
}
.subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000080;
}
.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.genericDiv {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#breadCrumb {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}
#chapter {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #657176;
}
#column_right {
	width: 50px;
	float: right;
}
#column_Center {
	width: 600px;
	float: left;
	margin-left: 30px;
	padding-top: 15px;
}
#column_Left {
	width: 250px;
	float: left;
}
#container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#backgrnd {
	border-style: solid;
	border-width: 1px 1px 8px 1px;
	border-color: #000000;
	width: 930px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('../images/pgElements/containerBkgrnd.jpg');
}
#masthead {
	width: 930px;
	height: 250px;
	float: left;
}
#navigation {
	width: 930px;
	height: 30px;
	float: left;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #000000;
}
#pgContent {
	width: 930px;
	float: left;
	padding-bottom: 20px;
}
#footer {
	width: 930px;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}

