﻿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;
	padding: 10px 0px 0px 0px;
	background-color: #F2E6FF;
	line-height: 14px;
	font-size: 13px;
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
h1+h2 {
	margin-top: 20px;
}
h2+h3 {
	margin-top: 20px;
}
h3+h4 {
	margin-top: 20px;
}
li {
	margin-bottom: 8px;
}
a,  a:link {
	color: #6600CC;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #CC66FF;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #6600CC;
}
#outerWrapper {
	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'); 
}
#header {
	border: 1px solid #6600CC;
	width: 888px;
	height: 137px;
}
#leftColumn1 {
	padding: 10px 10px 10px 10px;
	float: left;
	width: 150px;
	color: #FFFFFF; /*Adjust the comment tag to disable the following styles after faux bkgd is incorporated 
	background-color: #1171FF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6600CC;*/
}
#contentWrapper {
		/*Adjust the comment tag to enable the following 2 styles to apply the faux column bkgd graphix
	background-image: url('bkgd-faux1.gif'); 
	background-repeat: repeat-y; 
	border-left-color: #6600CC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6600CC;*/
}
#content {
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 700px;  
	float: right;
}
#contentWrapper .clearFloat {
  display: block;
  clear: left;
}
#footer {
	background-color: #1171FF;
	border-top: solid 1px #000;
	padding: 10px;
	clear: both;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #6600CC;
}
#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;
}
.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: #6600CC;
}
#navList ul li {
	list-style-type: none;
}
#navList li {
	color: #000066;
	font: bold 14px Arial;
	padding: 4px 10px;
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6600CC;
}
#navList li a:link {
	color: #000000;
	text-decoration: none;
}
#navList li a:visited {
	color: #000066;
	text-decoration: none;
}
#navList li a:hover {
	color: #000066;
	font-weight: bold;
}
#navList li a:active {
	color: #000000;
	text-decoration: none;
}
#leftColumnInfo {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#leftColumnInfo p {
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 11px;
}
