.Page_Head_Pic {
	background-color: #33FFFF;
	background-repeat: no-repeat;
	text-align: center;
	height: 200px;
	position: absolute;
	width: 100%;
}

/*Site specific CSS*/
.Page_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 10px;
	width: 100%;
	text-align: center;
	font-weight: 900;
	color: #993300;
	text-transform: capitalize;
	top: 80px;
	background-position: center;
	position: absolute;
	z-index: 1;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0px;
	background-color: #1957AA;
	background-image: url(../imgs/side_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.logo {
	background-image: url(../imgs/pefanis.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 109px;
	width: 400px;
	left: 10px;
	top: 10px;
}


.Page_Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DEE1F0;
	padding: 10px;
	width: 50%;
	border: 1px solid #000033;
	left: 152px;
	top: 200px;
	text-align: left;
	position: absolute;
	overflow: visible;
}

#bullets{list-style-image:url(../imgs/tick_bullet.gif);}
