<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(http://cmcpgh.org/images/Subpages/subPagebackgroundx.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	display:block;
	color: #333;
}
.headerimg{
	width:935px;
	height:85px;
	margin-right:auto;
	margin-left:auto;;
	padding-top:10px;
	/*border:solid 1px red;*/		
}
.blankContentContainer {
    position:relative;
	height:auto;
	width:930px;
	padding:0px 0;
	margin-right:auto;
	margin-left:auto;
}
.contentContainer {
	position:relative;
	height:auto;
	width:930px;
	background-image:url(http://cmcpgh.org/images/Subpages/subBGY.png);
	background-repeat:repeat-y;
	padding:0px 0;
	margin-right:auto;
	margin-left:auto;
	/*border:solid 1px red;*/
}
.blankTopHomeBanner
{
    position:relative;
	height:100px;
	width:896px;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;    
    }
.topHomeBanner{
	position:relative;
	height:100px;
	width:930px;
	background-image:url(http://cmcpgh.org/images/Subpages/subPageTop.png);
	background-repeat:no-repeat;
	margin-left:-1px;	
	}
.subApplyBanner{
	height:65px;
	width:208px;
	margin-left:-22px;
	background-image:url(http://cmcpgh.org/images/Subpages/subApply.png);
	background-repeat:no-repeat;
	}
.quicklinks	{
	position:relative;
	float:left;
	margin-left:-13px;
	margin-top:25px;
	width:202px;
	height:203px;
	background-image:url(http://cmcpgh.org/images/quickLinks.png);
	background-repeat:no-repeat;
}
.subLeftColumn{
	position:relative;
	width:672px;
	height:auto;
	margin-top:-95px;
	margin-left:18px;
	float:left;
	padding:5px 20px 20px 20px;
}
.subRightColumn
{
    min-height:600px;/*was 5*/
	position:relative;
	height:auto;
	width:170px;
	margin-right:19px;
	float:right;
	margin-top:-75px;
}
.navContainer{
	position:relative;
    display:inline-block;
	width:650px;
	height:33px;
	float:left;
	margin-top:23px;
	margin-left:10px;
	z-index:1000;
}
.linkBox{
	min-height:200px;
	line-height:130%;
	}




/*</pre></body></html>