/* CSS Document */

h2 {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}

ul {
	padding-left: 120px;
}

a {
	color:#00458d;
	text-decoration: none;
}

a:active, a:hover {
	color:#1c1d18;
	text-decoration: none;
	font-size: 16px;
}

#bground {
	background-image: url(../images/PPL-WebPage.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	background-color: #00CC99;
	position: fixed;
}

#header {
	height: 41px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight:bold;
	text-align: center;
	padding-top: 16px;
	background-image:url(../images/sub_page_topperbanner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu {
	width: auto;
	height: 20px;
	line-height: 14px;
	position: absolute;
	top: 62px;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}

#main {
	height:auto;
	width:725px;
	height: 330px;
	position:absolute;
	left: 30px;
	top: 124px;
	overflow: auto;
	padding-right: 20px;
}

#bottom_menu {
	width: auto;
	height: 20px;
	line-height: 14px;
	position: absolute;
	top: 461px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}

#bottom_menu a {
	color:#00458d;
	text-decoration: none;
}

#bottom_menu a:active {
	color:#1c1d18;
	text-decoration: none;
	font-size: 12px;
}

#bottom_menu a:hover {
	color:#1c1d18;
	text-decoration: none;
	font-size: 12px;
}
