#container {
	position: relative;
	width: 815px;
	height: auto;
	padding: 0px;
	background-image: url(../images/background-container3.jpg);
	background-repeat: repeat-y;
	float: left;
}

#centerCol {
	position: relative;
	float: left;
	width: 624px;
	height: auto;
	background-color: transparent;
	border-top: 4px solid white;
	border-right: none;
	border-bottom: none;
	border-left: 4px solid white;
}

#centerCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.10em;
	color: black;
	margin: 0px;
	padding: 10px 15px 5px 15px;
}

#centerCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 10px 0px 5px 15px;

}

#centerCol p, td, th {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	padding: 5px 25px 5px 15px;
	line-height: 1.5em;
	
}

#centerCol p {
  padding-top: 2px;
}

p .breadCrumb {
	position: relative;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 1.10em;
	color: black;
}
