body {
	font-family: arial, helvetica, verdana, sans-serif;
	width: 1024px;
	margin: 10px auto;
}

.ppippost {
    margin-bottom: 10px;
}

#topnav {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 33px;
}

#topnavlbg {
	background-image: url(../img/ppip/layout/navbgl.png);
	background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 33px;
        width: 7px;

}

ul.topnavlist {
	position: relative;
	margin: 0px 5px 0px 7px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../img/ppip/layout/navbg.png);
	background-repeat: repeat-x;
	height: 33px;
}

ul.topnavlist a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 33px;
}

.topnavlist li {
	display: block;
	margin: 0;
	font-size: 0.75em;
	font-weight: 900;
	color: #ffffff;
	display: block;
	float: left; 
	width: 120px;
	text-align: center;
	padding: 8px 0px 8px 0px;
	background-image: url(../img/ppip/layout/navbgdiv.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.topnavlist li:hover,
.topnavlist li:focus {
	background-image: url(../img/ppip/layout/navbgac.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 33px;
}

.topnavlist li.widernav {
	width: 150px;
}

#topnavrbg {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../img/ppip/layout/navbgr.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
	width: 5px;
}

#ppipcontainer {
    width: 1024px;
    background-color: #f1f1f1;
}

#ppipcontainer h1 {
    font-weight: 700;
    margin: 0px;
}

#ppipcontainer h2 {
    font-size: .80em;
    font-weight: 100;
    font-style: italic;
}

#ppipnav {
    position: relative;
    height: 76px;
    background-image: url(../img/ppip/layout/ppnavbg.png);
    background-repeat: repeat-y;
}

#ppiplogo {
    padding: 15px 0px 0px 25px;
}

#pageloader {
    position: absolute;
    right: 10px;
    top: 52px;
    background-image: url(../img/ppip-loader.gif);
    background-repeat: no-repeat;
    width: 220px;
    height: 19px;
    visibility: hidden;
}

#issuesrch {
    position: absolute;
    right: 25px;
    top: 30px;
    width: 175px;
}

#issuesel {
    background-color: #f7f7f7;
}


#fastfacts {
    background-image: url(../img/ppip/layout/bgff.png);
    background-repeat: repeat-x;
    position: relative;
    height: 170px;
    font-size: .80em;
}

#fastfacts #fflogo {
    background-image: url(../img/ppip/layout/ff.png);
    background-repeat: no-repeat;
    width: 145px;
    height: 170px;
    float: left;
}

#fastfacts .fact {
    float: left;
    width: 165px;
    height: 160px;
    padding: 0px 5px 0px 5px;
}

#fastfacts .odd {
    background-image: url(../img/ppip/layout/bg2ff.png);
    background-repeat: repeat-x;
   /* background-color: #e8e9ea;*/
}

#fastfacts h1 {
    font-size: 1.1em;
    margin-bottom: 5px;
    margin-top: 15px;
}

#fastfacts a {
    font-size: 1.1em;
    color: #000000;
    text-decoration: none;
}