﻿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: 0px 0px 0px 0px;
	background-color: #0030B6;
	line-height: 14px;
	font-size: 13px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
h1 {
  font-size: 22px;
  font-weight: bold;
}
h1+h2 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
  font-size: 18px;
  font-weight: bold;
}
h2+h3 {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
a,  a:link {
	color: #1A58FF;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#outerWrapper {
 	 background-color: #000;
 	 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: 1px;
	background-image: url('bkgd-faux1.jpg'); 
	background-repeat: repeat-y; 
}
#outerWrapper #header {
	margin: 0px;
	border: 1px solid #0F0F0F;
	background-color: #FFFFFF;
	line-height: 15px;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#outerWrapper #contentWrapper #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
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0F0F0F;*/
}
#outerWrapper #contentWrapper {
	/*	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;*/
}
#outerWrapper #contentWrapper #content {
	padding: 10px 10px 10px 0px;
	margin: 0 0 0 180px;
}
#outerWrapper #contentWrapper .clearFloat {
  display: block;
  clear: left;
}
#outerWrapper #footer {
	background-color: #000000;
	border-top: solid 1px #000;
	padding: 10px 10px 10px 10px;
	background-image: url('theme/diamondplate.jpg');
	background-repeat: repeat;
	border: thin solid #000;
	color: #000000;
	clear: left;
}
#outerWrapper #footer a:link {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}
#outerWrapper #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#outerWrapper #footer a:visited {
	color: #666666;
	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 {
	border: thin double #FFFFFF;
	margin: 0px 8px 8px 0px;
	float: left;
}
.fontSuperscript {
	vertical-align: super;
}
.fontGrayBkgd {
	background-color: #CCCCCC;
}
