/* CSS Document */
body {

	/* background-color: #FFF2BE; 
	background: url(images/ppatlight.jpg);*/
	background-color: #F7DA6D;
	background: url(images/ppat.jpg);
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size:12px;
	margin: 0;
}

.centerCol{
	background: url(images/ppat.jpg);
	/*border: 1px solid #A6853B;*/
	border-top: 0;
	/*border-bottom: 0;*/
}

.mainContent {
	margin-left: 93px;
	margin-right: 93px;
	margin-bottom: 7px;
	padding: 5px;
	/* dark bown
	background-color:#FFF2BE;
	border: 1px solid #766022;*/
	border: 1px solid #FFF2BE;
	background: url(images/ppatlight.jpg);
	color: black;
	
	text-align:center;
}

.baimg {

	border: 1px solid #766022;
	margin: 3px;

}

.pressText {

	text-align:left;
	font-size:14px;
	padding: 10px;

}

.footer {
	margin-left: 65px;
	margin-right: 65px;
	padding: 5px;
	background-color:#BF9F49;
	border: 1px solid #766022;
	color: white;
}

.footcopy {
	padding: 2px;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 0;
	font-size:9px;
	color: #555;
}

a:link {
	color: #5E411C;
	text-decoration: none;
	text-shadow: #FEFABD 0 0 2px;
}

a:active {
	color: #53433E;
	text-decoration: underline;
	text-shadow: #FEFABD 0 0 2px;
}

a:hover {
	color: #84571E;
	text-decoration: underline;
	text-shadow: #FBF9DC 0 0 4px;
}

a:visited {
	color: #5E411C;
	text-decoration: none;
	text-shadow:none;
}

ul.elist {
	list-style: none;
	margin-left: 10px;
	padding-left: 0;
}
ul.elist li {
	clear: both;
}

ul.elist li{
	margin-bottom: 20px;
}

ul.elist .heading{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}