/* CSS Document */
body, html {
 margin: 0;
 padding: 0;
 color: white;
 background-image: url(images/bg.gif);
 font-size:90%;
 font-family: Arial, Helvetica;
}

div#left {
 float: left;
 width: 159px;
}
div#left-top {
 border-bottom: 1px solid black;
 padding: 1px 10px 1px 56px;
 height:28px;
/* background-color: #255325; */
 background-image: url(images/pl-logo.jpg);
 font-size: 11px;
}
div#left-top a {
 text-decoration: none;
}
div#left-bottom {
 padding: 5px;
}
div#left-bottom a {
 text-decoration: none;
}
div#right {
 margin-left: 160px;
 text-align: right;
}
iframe {
 width: 100%;
 height: 100%;
 border:0;
 background-color:white;
/* overflow: hidden; */
}

a {
 color: white;
}
a:hover {
 color: red;
}

ul {
 padding:0 0 0 10px;
 list-style: none;
}
li#active a {
 color: #ff9f20;
 font-weight: bold;
}
li.heading {
 margin-left:-10px;
 margin-top:10px;
 background-color: #205020;
 color: yellow;
}
div.info {
	position: absolute;
	bottom:0;
	color: Silver;
	font-size:50%;
}
