/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	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;
}
a:link {
	color: #666600;
	padding-left: 10px;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#container {
	margin: 0 auto;
	text-align: left;
	border: solid #000 medium;
	background-image: url(im08/pchsWrapBack.jpg);
	background-repeat: repeat;
	width: 868px;
}
#header {
	height: 154px;
	background-color: #763F19;
	width: 868px;
	background-image: url(im08/pchsHback.jpg);
	background-repeat: repeat;
}
#sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #E4E4CB;
	font-weight: bold;
	width:150px;
	float: left;
	padding-left: 4px;
	padding-top: 20px;
}
#sidebar1 a:link {
	text-decoration: none;
	color: #666666;
	padding: 0px;
}
#sidebar1 a:visited {
	color: #666666;
	text-decoration: none;
}
#sidebar1 a:hover {
	background-color: #990000;
	color: #FFFFFF;
}
#sidebar1 a:active {
	background-color: #006699;
	color: #FFFFFF;
}
#sidebar1 .navHighlight {
	font-weight: bold;
	color: #67818B;
	font-size: 12px;
}
#sidebar1 .navSmall
{
	font-size:10px;
	color:#333333;
}
#footer {
	background-color: #E4E4CB;
	padding: 3px;
	font-size: 9px;
	color: #333333;
	text-align: left;
	border-top: solid #333 1px;
}
#footer a {
	color: #A7846C;
}
#footer a:hover {
	color: #666666;
}

.clearFloats {
	clear: both;
}
#mainContent {
	background-color: #d9d9b3;
	background-image:url(im08/pchsMCback.jpg);
	background-repeat:repeat;
	color: #000000;
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
	margin-left: 154px;
	padding-right: 10px;
	margin-right: 0px;
}
#mainContent .text {
	font-size: 14px;
	color: #333333;
}
#mainContent a {
	color: #666600;
	padding: 0px;
 }

#mainContent a:hover {
	color: #633294;
}	
#mainContent h1 { font-size: 18px; font-weight: bold;}
#mainContent h2 { font-size: 16px; font-weight: bold;}
#mainContent h3 { font-size: 14px; font-weight: bold;}
#mainContent h4 { font-size: 12px; font-weight: bold;}
#mainContent h5 { font-size: 10px; font-weight: bold;}
#mainContent h6 { font-size: 6px; font-weight: bold;}
#mainContent .highlight {
	color: #666600;
}
#mainContent  .subTitle {
	font-size: 14px;
	font-weight: bold;
	color: #666600;
}

#mainContent .highlight2 {
	color: #88481E;
}
#mainContent img {
	padding: 5px;
}
.homeImage {
	padding: 5px;
	height: 200px;
}
.caption {
	width: 200px;
}
#mainContent a.underscore {
	text-decoration: underline;
}


#mainContent .imgLeft {
	float: left;
}
#mainContent .imgRight {
	float: right;
}


#mainContent .indent1 {
	padding-left: 15px;
	padding-right: 15px;
}
#mainContent .caption {
	font-size: 12px;
	color: #666666;
	border-bottom: solid #666 1px;
	padding-left: 5px;
	padding-right: 5px;
}
#mainContent .caption2 {
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
}

#mainContent .funding {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.highlight {
	color: #993300;
}

.floatRight {
	float: right;
}
.floatCenter {
	clear: both;
	float: none;
}

.floatLeft {
	float: left;
}
.whiteLine {
	color: #FFFFFF;
}
.liSM {
	font-size: 12px;
	color: #333;
}
.noUnderscore {
	text-decoration: none;
}
.zoomify {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#mainContent .linkU {
	text-decoration: underline;
}
#banner {
	background-color: #D9D9B3;
	width: auto;
	border-top: solid #997462 2px;
}
#mainContent ul {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.joinButton {
	text-align: right;
	padding-right: 45px;
}
#mainContent .imgRightBord {
	float: right;
	border: solid #999 1px;
	;
	padding: 2px 2px 2px 2px;
}
#mainContent .imgLeftBord {
	border: solid #999 1px;
	padding: 2px 2px 2px 2px;
}
