/* GENERIC STYLES */
body {
	font-size: 80%;
	background: #EAF0F4;
	margin: 0em;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #4A4A4A;
	margin-top: 2em;
	margin-bottom: 2em;
}
h1 {
	font-size: 1.6em;
	color: #1d3a59;
	margin-bottom: 0.3em;
	margin-top: 0em;
	padding-top: 0em;
	background: inherit;
}
h2 {
	font-size: 1.2em;
	color: #1d3a59;
	margin-bottom: 0.4em;
	padding-left: 1em;
	margin-top: 1.2em;
}
h3 {
	font-size: 1.1em;
	color: #1d3a59;
	margin-bottom: 0.2em;
	padding-top: 0.2em;
	margin-top: 0em;
	background: inherit;
}
h4 {
	font-size: 1em;
	color: #1d3a59;
	margin-top: 0em;
	margin-bottom: 0.2em;
	background: inherit;
}
h5 {
	font-size: 1em;
	color: #1d3a59;
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-weight: normal;
	background: inherit;
}
h6 {
	font-size: 1em;
	color: #1d3a59;
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-weight: normal;
	font-style: italic;
	background: inherit;
}
p {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0em;
	margin-bottom: 0.75em;
}
ul {
	margin-top: 0em;
	margin-bottom: 0.75em;
	padding-top: 0em;
	padding-bottom: 0em;
	list-style: square;
}
ol {
	margin-top: 0em;
	margin-bottom: 0.75em;
	padding-top: 0em;
	padding-bottom: 0em;
}
li {
	line-height: 1.6em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
a {
	color: #0066CC;
	text-decoration: none;
	background: inherit;
	border-bottom: 1px solid #B2B2B2;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
	background: inherit;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
	border-bottom: 1px solid #FF6600;
}
/* OUTER DIV */
#wrapper_page {
	border: 0.1em solid #000000;
background: #E9E3DC;
margin-top: 0px;
margin-left: auto;
    margin-right: auto;
    Width: 775px;
}
/* MASTHEAD */
#masthead {  /*Masthead container*/
	background: #CBEBF9 url('/../../www/pilon/rwpgslib.nsf/GraphicFiles/PILON banner/$FILE/PILON_banner.jpg') no-repeat;
	background-position:100% 100%;
	height: 70px;
	white-space: nowrap;
	padding:0em 0em 0em 1em;
}
#masthead img {
	float: left;
padding:2em 0em 0em 0em;
}
/* HEADERBAR */
#headerbar {
	color: #FFFFFF;
	background: #CBEBF9;
	padding: .6em 2em 0.25em 1.3em;
	border-bottom: .3em solid #1D3A59;
	border-top: .3em solid #1D3A59;
	clear: both;
	height: 2.1em;
}
#headerbar p {
	color: #000000;
	font-weight: bold; 
	margin: 0em;
	padding: 0em;
}
/* NAVIGATION SIDEBAR */
#navigation {
float: left;
width: 25%;
clear: left;
}
#navigation ul {
	margin: 0em;
	list-style: none;
	padding: 0em;
}
#navigation li {
	margin: 0px;
	line-height: 1em;
	list-style-type: none;
}
#navigation a {
	background: #E9E3DC;
	padding: 0.5em 0em;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
}
#navigation a:hover {
	color: #000000;
	font-weight: bold;
	background: #D6CABC;
}
#navigation li a.navLevelOneThis {
	color:red;
	font-weight: bold;
}
/* PAGE CONTENT */
#page_content {
background-color: #FFFFFF;
float: right;
width: 70%;
padding: 1em;
}
/* FOOTER */
#footer {
	clear: both;
	background: #D6CABC;
	padding: 1em 1em;
	color: inherit;
	height: 1em;
	border-bottom: .3em solid #1D3A59;
}
#footer ul {
	list-style:none;
	margin: 0em;
	padding-top: 0.3em;
	padding-left: 0em;
}
#footer li {
	float:right;
	margin:0;
	padding:0em .5em;
	line-height: 1.2em;
}
#footer a {
	color: #1D3A59;
	background: inherit;
	text-decoration: none;
	border-bottom: none;
}
#footer a:hover {
	color: #FFFFFF; 
text-decoration: underline;
}
/* TABLES */
table {
	font-size: 1em;
	margin-bottom: 1em;
	width: auto;
}
caption {
	font-size: 1.1em;
	color: #1d3a59;
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-weight: bold;
	text-align: left;
	background: inherit;
}
th {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding: .5em;
	color: #333333;
	background: #FFFFFF;
}
th.right {/* Table head align right*/
	text-align: right;
}
td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em;
}
td.right {/* Table data align right*/
	text-align: right;
}
.small_table {
	font-size: .85em;
}
p.caption {font-size: .85em;
           text-align: center;
}
/* SHOW/HIDE for PRINT/SCREEN */
.print {
	display: none;
}
/* Outage Message - BN January 2009*/
.message {
	color:#993300;
	font-size:10px;
	padding-left:.75em;
}
