.mainBody {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: lighter;
	color: #55686C;
	margin-left: 15px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: #B8C5C7;
}

.standout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	color: #4E595C;
	font-size: medium;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	color: #889DA2;
	font-size: medium;
	text-align: center;
}
.tableBorder {
	border: 2px solid #55686C;
}
.breadcrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2C357A;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 25px;
background-image: url(img/arrow.jpg);
background-repeat: no-repeat;
background-position: 0 0em;
}
