@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1009px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border-left:solid thin #000000;
	border-right:solid thin #000000;
	border-bottom:solid thin #000000;
	*/
}
.oneColFixCtr #header {
   position:relative;
   background: #FFFFFF;
}
.oneColFixCtr #mainContent {
position:relative;
   min-height:662px;
	min-width:969px;
	max-width:969px;
background-image:url(../Images/TPC-Blue-wave.jpg);
background-repeat:no-repeat;
	padding-left:22px;
	margin-top:10px;
	
}

.pContent {
position:relative; float:left; width:390px; text-align:left;
}

.sMenuText14, A.sMenuText14, A.sMenuText14:active, A.barlink14:visited {
  color: #673594;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  font-size: 14px;
  text-decoration: none;
}
A.sMenuText14:hover {
  color: #6FBF44;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  font-size: 14px;
  text-decoration: none;
}

.contentDiv{
  color: #673594;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  font-size: 10px;
  text-decoration: none;
}

.georgia18 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#673594;
}

.bMenuLink, A.bMenuLink, A.bMenuLink:active, A.barlink14:visited {
  color: #FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  font-size: 10px;
  text-decoration: none;
}
A.bMenuLink:hover {
  color:#FFFF00;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  font-size: 10px;
  text-decoration: none;
}

.input {
	color: #000000;
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	padding-left: 2;
	padding-right: 2;
	padding-bottom: 3;
	padding-top: 0 px;
}

.largeText12 {
  color: #673594;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  font-size: 12px;
  text-decoration: none;
}
.quotes {
  padding-top:3px;
  padding-left:10px;
  text-align:left;
  }
