﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
}
body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
/* adds 10px gap between top & bottom of web page & browser edge */	background-color: #000000;
	font-size: 13px;
	color: #2c2c2e;
	font-family: Arial, Helvetica, sans-serif;
}
tbody {
	font-size: 13px;
	color: #2c2c2e;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 20px;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
h1 + h2 { 
	margin-top: 20px 
}
h2 + h3 { 
	margin-top: 20px 
}
h3 + h4 { 
	margin-top: 20px 
}
td {
	padding: 4px;
	font-size: 13px;
}
#outerWrapper {
	position: relative;
	background-color: #fff;
	width: 890px;
	text-align: left;
	margin: 0px auto 0px auto;
	/* Adjust comment tag to enable following styles after faux column bkgd is incorporated  */
	background-position: 0px;
	background-image: url('bkgd-faux1.gif'); 
	background-repeat: repeat-y; 
}
#header {
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	border-color: #D59D12;
	margin: 0px;
	padding: 0px;
	width: 888px;
	height: 157px;
	background-color: #C0C0C0;
}
#leftColumn1 {
	padding: 10px 10px 10px 10px;
	float: left;
	width: 150px;
	color: #FFFFFF; /*Adjust the comment tag to disable the following styles after faux column bkgd is incorporated 
	background-color: #000000;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #D59D12;*/
}
#contentWrapper {
	min-height: 225px; /*	Adjust the comment tag to disable the following styles after the faux column bkgd incorporated 
	border-left-color: #D59D12;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #D59D12;*/
}
#content {
	min-height: 225px;
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 700px;  /* Reduce value to increase blank space between left column & content area */
	float: right;
}
#content a, a:link {
	color: #3333CC;
	text-decoration: underline;
	font-weight: normal;
}
#content a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#content a:hover {
	text-decoration: none;
	color: #6699FF;
}
#contentWrapper .clearFloat {
  display: block;
  clear: left;
}
#footer {
	background-color: #000000;
	border-top: solid 1px #000;
	padding: 10px 10px 10px 10px;
	clear: both;
	color: #D59D12;
	border: 1px solid #D59D12;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
/*PCG CSS STARTS HERE*/
.floatLeft {
	float: left;
}
.fontCenter {
	text-align: center;
} 
.fontItalic {
	font-style: italic;
}
.fontUnderline {
	text-decoration: underline;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
} 
img.floatRight {
	float: right;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
img.floatLeft {
	margin: 0px 8px 8px 0px;
	float: left;
}
.MoveItemDown {
	clear: both;
}
.fontGrayBkgd {
	background-color: #CCCCCC;
}
#navList ul {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#navList {
	background: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0F0F0F;
}
#navList ul li {
	list-style-type: none;
}
#navList li {
	color: #000000;
	font: 14px Arial;
	padding: 4px 10px;
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0F0F0F;
}
#navList li a:link {
	color: #000000;
	text-decoration: none;
}
#navList li a:visited {
	color: #000000;
	text-decoration: none;
}
#navList li a:hover {
	color: #000000;
	text-decoration: underline;
}
#navList li a:active {
	color: #000000;
	text-decoration: none;
}
#leftColumnInfo {
	position: absolute;
	bottom: 65px;
	left: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#leftColumnInfo p {
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
}
#rightColumn {
  float: right;
  border-left: solid 1px #9bb6d2; /* Sets the left border properties for an element using shorthand notation */
  width: 20%;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #eaeff5;
}
#rightColumn ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#rightColumn li {
	padding-left: 0px;
	margin-left: 0px;
	font-size: 11px;
}
#rightColumn a {
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
}
/* Vertical NavBar With Rollover Images. To use, rename navList in HTML to vertNavRollover*/
#vertNavRollover {
width: 170px; /* ??do not know what this affects. Website states that it will be effected by the padding. */
}
#vertNavRollover ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
} 
#vertNavRollover li {
margin: 2px 0 0; /* Adds space between list items */
} 
#vertNavRollover a {
display: block;
width:145px;
height: 25px; /* Height must match or exceed the height of the button image */
padding: 6px 2px 2px 10px; /* Adjusts the position of text within the boundary of the button image */
border: 1px solid #013565; /* To hide border, set color to match bkgd color of left column */
background: #013565; /* ??do not know what this affects. Set to match bkgd color of left column*/
text-decoration: none; 
margin-left: 4px; /* Adds a margin to the left of the button, may need to adjust leftColumn1 padding as well. Use to center navbar within the left column*/
} 
#vertNavRollover a:link {
	color: #000000;
	background: #013565 url('button-off.gif'); /* To hide the CSS button color, set background to match bkgd color of left column */
	background-repeat: no-repeat;
}
#vertNavRollover a:active {
	color: #000000;
	background: #013565 url('button-off.gif'); /* To hide the CSS button color, set background to match bkgd color of left column */
	background-repeat: no-repeat;
}
#vertNavRollover a:visited {
	color: #000000;
	background: #013565 url('button-off.gif'); /* To hide the CSS button color, set background to match bkgd color of left column */
	background-repeat: no-repeat;
}
#vertNavRollover a:hover {
	color: #F80103;
	border: 1px solid #20294C; /*To hide CSS rollover border color, set color to match bkgd color of left column*/
	background: #013565 url(button-off.gif); /* To hide the CSS button color, set background to match bkgd color of left column */
	background-repeat: no-repeat;
}