﻿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: #EAF4FF;
	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 
}
#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 6px 1px;
	border-color: #0F0F0F #0F0F0F #3C78CA #0F0F0F;
	margin: 0px;
	padding: 0px;
	width: 888px;
	height: 207px;
}
#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: #D71C40;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0F0F0F;*/
}
#contentWrapper {
	min-height: 225px;
	/*	Adjust the comment tag to disable the following styles after the faux column bkgd incorporated 
	border-left-color: #0F0F0F;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0F0F0F;*/
}
#content {
	min-height: 225px;
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 700px;  
	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: #3C78CA;
	border-top: solid 1px #000;
	padding: 10px 10px 10px 10px;
	clear: both;
	color: #CCCCCC;
	border: 1px solid #0F0F0F;
}
#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: bold 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;
	font-weight: bold;
}
#navList li a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#navList li a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#navList li a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#leftColumnInfo {
	bottom: 65px;
	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;
}