@charset "UTF-8";
flashcontent1 {
	background-image: url(images/sundial_cropped.jpg);
	background-repeat: no-repeat;
}

body  {
	background-image: url(images/PCC_Bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #eef7e4;
	margin: 0;
	padding: 0;
}

body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;	

}

body h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7fad41;
	font-style: italic;
	font-weight: normal;
	line-height: 26px;
	text-align: center;
}

body h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #62b3ff;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}

.twoColFixLt #container { 
	width: 755px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow: hidden;
}
.twoColFixLt #sidebar1 {
	margin-top: 10px;
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 0px 0px;
	background-image: url(images/PCCLogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
}
.twoColFixLt #colText {
	background-image: none;
	margin-top: 185px;
}

.twoColFixLt #colText h1 {
	font-size: 24px;
	color: #62b3ff;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLt #mainContent {
	width: 516px;
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
} 

.twoColFixLt #mainContent a {
	color: #62b3ff;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
} 

.twoColFixLt #mainContent a:hover {
	color: #7fad41;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
} 

.twoColFixLt #mainContent h1 {
	font-size: 20px;
	color: #62b3ff;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.twoColFixLt #mainContent h2 {
	font-size: 12px;
	color: #58595b;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 20px;
}

.twoColFixLt #mainContent h2 a {
	font-size: 12px;
	color: #58595b;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

.twoColFixLt #mainContent h2 a:hover {
	font-size: 12px;
	color: #2d429b;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

.twoColFixLt #mainContent #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #2d429b;
	text-align: center;
}

.twoColFixLt #mainContent #menu a {
	color: #ffffff;
	text-decoration: none;
	background-color: #2d429b;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twoColFixLt #mainContent #menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #7fad41;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display: inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: inline;
}
.clearboth { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#Copyright { color: #58595b; font-size: 9px; font-family: arial, sans-serif; line-height: 15px; text-decoration: none; text-align: center; margin-top: 12px; margin-bottom: 0; }
#Copyright a:link { color: #58595b; font-size: 9px; font-family: arial, sans-serif; text-decoration: none; }
#Copyright a:visited { color: #58595b; font-size: 9px; font-family: arial, sans-serif; text-decoration: none; }
#Copyright a:hover { color: #62b3ff; font-size: 9px; font-family: arial, sans-serif; text-decoration: none; }

/* IE CSS Fixes */

	/* IE6 Only */
	* html .twoColFixLt #mainContent { margin: 0 0 0 235px; }
	
	/* IE7 Only */
	*:first-child+html .twoColFixLt #mainContent { margin: 0 0 0 235px; }

