﻿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 {
	background-color: #A11200;
	font-size: 13px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-image: url('bkgd-page3.gif');
}
tbody {
	font-size: 13px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li {
	margin-bottom: 6px;
}
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 
}
a,  a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#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 incorporated */
	background-position: 0px;
	background-image: url('bkgd-faux2.gif'); 
	background-repeat: repeat-y; 
}
#header {
	border: 1px solid #A11200;
	background-color: #ddd;
	width: 886px;
	height: 105px;
}
#topNavigation {
	background-color: #333333;
	height: 27px;
	padding: 0px 10px 0px 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #A11200;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #000000;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #fff;
	background-color: #4F2900;
}
#contentWrapper {
/* Adjust the comment tag to disable the following styles after faux column bkgd incorporated 
	border-color: #A11200;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;*/
}
#leftColumn1 {
	float: left;
	width: 150px;
	padding: 10px 10px 10px 10px;
/*Adjust the comment tag to disable the following styles after the faux bkgd is incorporated 	background-color: #000000;	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #A11200;
	background-color: #A11200;*/
}
#rightColumn1 {
	float: right;
	width: 150px;
	padding: 10px 10px 10px 10px;
/*Adjust the comment tag to disable the following styles after the faux bkgd is incorporated  	
	background-color: #CCCCCC;
	border-color: #A11200;
	border-left-style: solid;
	border-left-width: 1px;*/
}
#content {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	width: 680px;
	float: right;
}
#contentWrapper .clearFloat {
  display: block;
  clear: both;
}
#footer {
	background-color: #A11200;
	padding: 10px 10px 10px 10px;
	border: 1px solid #A11200;
	clear: both;
	color: #FFFFFF;
}
#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: #C0C0C0;
}
#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: #C0C0C0;
}
#navList li a:link {
	color: #000000;
	text-decoration: none;
}
#navList li a:visited {
	color: #000000;
	text-decoration: none;
}
#navList li a:hover {
	color: #990000;
	text-decoration: underline;
}
#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;
}


