/* PCC MAIN STYLES */

body, td, th {
	font-family: Arial;
	color: #000000;
}
body {
	background-color: #f5f6f7;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: red;
}
a:hover {
	color: #6699CC
}
h1 {
	font-size: 36px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial;
}
h2 {
	font-size: 28px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #000000;
}
p {
	height: auto;
	width: auto;
	padding-left: 10px;
	margin: 0px;
}

#container {
	float: left;
	height: auto;
	width: 900px;
	padding-top: 10px;
}
#title {
	height: 104px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #000000;
	background-image: url(title.jpg);
	background-repeat: no-repeat;
}
#leftCoumn {
	float: left;
	width: 265px;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
}
#rightColumn {
	float: right;
	width: 620px;
	background-color: #FFFFFF;
	border: 1px solid #9b9b9b;
}
#placeHolder {
	background-image: url(placeholder.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 620px;
	font-family: "Century Gothic";
	font-size: 11px;
}


.siteIntro {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
}
.siteTitle_1stLetter {
	font-family: "Myriad Pro";
	font-size: 60px;
	color: #000000;
}

.Red-LS-Header {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FF0000;
}
.red-13pt {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FF0000;
}
.info-indent {
	padding-left: 10px;
}
.lightBlue {
	color: #3366CC;
}

.flt-lft {
	float: left;
}

