.mainOutline {
	height: 100%;
	border: none;
}
.headerCell {
	height: 200px;
	width: 840px;
}
.navigationCell {
	height: 28px;
	width: 840px;
}
.bottomNavCell {
	height: 50px;
	width: 840px;
}
.sideBorderWidth {
	height: 100%;
	width: 1px;
	background-color: #002a58;
}
.mainText {
	font-family: Verdana, Times, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #146ba2;
}
.verticalDivider {
	height: 440px;
	width: 1px;
	background-color: 002a58;
}
.horizontalDivider {
	background-color: #002a58;
	height: 1px;
}
.titleTextInsertMargin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #146ba2;
	margin-left: 200px;
	padding-left: 20px;
}
.floatRight {
	float: right;
}
