
body {  
	color: #000000; 
	background-color: white; 
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; ; 
	background-repeat: no-repeat
}

/*
	MAIN TABLE
*/

table.main {
	background-color: #eeeeee;
	width: 100%;
}

td.masthead {
	text-align: left;
	vertical-align: bottom;
	width: 100%;
	background-color:#fff;
}

td.masthead h1 { margin:0; padding:5px 0 4px 5px; }
td.masthead h1 a { display:block; height: 81px; width:221px; background: URL(images/PIBLogo.jpg) no-repeat 0 0; }
td.masthead h1 a span { position:absolute; left:-9999px; }

td.spacer {
	background-color: white;
}

td.spacer-body {
	background-color: #eeeeee;
}

/*
	NAVBAR
*/

td.navbar {
	height: 40px;
	background-color: #99cc66;
	background-image: URL(images/navbar-bg.gif);
	background-position: bottom left;	
	background-repeat: repeat-x;
}

td.navbar table {
	height: 40px;
	width: 100%;
}

td.navbar td.spacer {
	width: 1px;
	background-color: white;
}

td.navbar td {
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
}

td.navbar td.selected {
	background-image: URL(images/navbar-bg-selected.gif);
	background-position: bottom left;	
	background-repeat: repeat-x;
	background-color: #cc99cc;
}

td.navbar a {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	display: block;
	margin: 0px 5px 3px 5px;
}

td.navbar a:hover {
	text-decoration: none;
	color: white;
}

td.navbar a:visited {
	text-decoration: none;
	color: white;
}

td.navbar td.selected a {
	color: #663366;
}

td.navbar td.selected a:hover {
	text-decoration: none;
	color: 663366;
}

td.navbar td.selected a:visited {
	text-decoration: none;
	color: 663366;
}

/*
	SECONDARY NAVBAR
*/

td.secondary-navbar {
	height: 20px;
	text-align: right;
}

td.secondary-navbar table {
	height: 20px;
	float: right;
}

td.secondary-navbar td.spacer {
	width: 1px;
	background-color: white;
}

td.secondary-navbar td {
	background-color: #336600;
	vertical-align: center;
	text-align: center;
	white-space: nowrap;
}

td.secondary-navbar td.selected {
	background-color: #cc99cc;
}

td.secondary-navbar a {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	display: block;
	margin: 2px 10px 2px 10px;
}

td.secondary-navbar a:hover {
	text-decoration: none;
	color: white;
}

td.secondary-navbar a:visited {
	text-decoration: none;
	color: white;
}

td.secondary-navbar td.selected a {
	color: #663366;
}

td.secondary-navbar td.selected a:hover {
	text-decoration: none;
	color: 663366;
}

td.secondary-navbar td.selected a:visited {
	text-decoration: none;
	color: 663366;
}

/*
	CONTENT
*/

td.content {
	background-color: #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.content td {
	vertical-align: top;
}

p {
	font-family: Arial, helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin: 5px 25px 5px 5px;
}

td.content h1 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	margin: 20px 25px 0px 5px;
	color: #663366;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

td.content h2 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	margin: 20px 25px 0px 5px;
	color: #996699;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

td.content h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	margin: 20px 25px 0px 5px;
	color: #996699;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

td.content h3.long {
	text-transform: none;
}

ul {
	list-style-image: URL(images/bullet.gif);
	margin-left: 25px;
	padding-left: 0px;
}

ol {
	margin-left: 25px;
	padding-left: 0px;
}

td.sidenav ul, td.sidenav ol {
	margin-left: 0px;
}

td.sidenav ul li, td.sidenav ol li{
	margin-bottom: 0px;
}

td, li {
	font-family: Arial, helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin: 0px 25px 10px 0px;
}

blockquote p {
	font-size: 12px;
	font-style: italic;
}

a {
	color: #996699;
	font-weight: bold;
}

a:hover {
	color: #663366;
}

a:visited {
	color: black;
}

a.selected {
	font-weight: bold;
}

table.bordered {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.bordered td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


/*
	SIDE NAVBAR
*/

td.sidenav {
	padding-left: 30px;
	vertical-align: top;
}

td.sidenav li a {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

td.sidenav li a:visited {
	color: #663366;
}

td.sidenav li a.selected {
	font-weight: bold;
}

/*
	FOOTER
*/

td.footer {
	height: 60px;
	border-top:#fff 4px solid;
	background-image: URL(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eeeeee;
	vertical-align: top;
}

td.footer p {
	text-align: right;
	color: #663366;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 20px 0px 20px;
}

td.footer a {
	text-decoration: underline;
	color: #663366;
}

td.footer a:hover {
	text-decoration: underline;
	color: #663366;
}

td.footer a:visited {
	text-decoration: underline;
	color: #663366;
}

/* PULLQUOTES */
div.sp_box {border: 1px #3e749b solid; background-color: #e2edef; width: 220px; float: right;}
div.sp_box h2{color: red; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px}
div.sp_box span#date{font-size:11px}
	
div.pullquote {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #996699;
	text-align: left;

	width: 150px;
	display: inline;
	float: right;
	margin: 10px 30px 10px 30px;
	padding: 10px 10px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

div.pullquote#img {
	width: 300px;
	/* no border */
	border-top: none;
	border-bottom: none;
}

img.bordered {
	border: 1px solid #ccc;
	margin: 5px 5px;
}

div.pullquote#img img.bordered {
	margin: 10px 0px;
}

/*
	SUB NAVBAR (links on the right side of Issues section)
*/

.subnav {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #996699;
	text-align: left;

	width: 150px;
	display: inline;
	float: right;
	margin: 10px 30px 10px 30px;
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.subnav li a {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#smaller {font-size: 90%}

object { font-size:1px; }

ul ul { margin:0; padding:20px 0 10px 25px; }