@charset "utf-8";
/* CSS Document */

body.pjcsites {
	background-color: #c3c3c3;
	background-image: url(/images/pjcsitesBG.gif);	
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

body.pjcsites a:link, body.pjcsites a:visited, body.pjcsites a:active {
	color:#666666;	
}
body.pjcsites a:hover {
	color:#969696;
}




           /* START Student Header Area */
/*******************************************/

/* START TOP MENU*/

#topMenu.pjcsites {
	clear:left;
	width:auto;	
	color:#ffffff;
	padding-top: 1px;
	}
#topMenu.pjcsites ul {
	list-style-type:none;
	margin:0;
	padding:0;
	border:none;

}
#topMenu.pjcsites li {
	display:block;
	margin-left:1px;
	background-color:#454545;
	font: 500 1em Arial, Helvetica, sans-serif;

}
#topMenu.pjcsites li li {
	display:inline;
	margin:0;
	font: 500 1em Arial, Helvetica, sans-serif;
}
#topMenu .largerText{
font-size:larger;
}
#topMenu.pjcsites a:link, #topMenu.pjcsites a:visited, #topMenu.pjcsites a:active {
	margin:0;
	background-color:#454545;
	text-decoration:none;
	color:#fff;
	padding:5px 10px 5px 5px;
	border:none;
}
#topMenu.pjcsites a:hover {
	margin:0;
	background-color:#d9e4e9;
	text-decoration:none;
	color:#454545;
	padding:5px 10px 5px 5px;
	border:none;
}
/*END TOPMENU */


#breadcrumbTop.pjcsites {
	color:#006699;
}


#ContentWrap{
	/*margin-top:4px;	
	background-color: #fff;	*/
	background-color: #fff;	
	border-right:#5b8979 1px solid;
	border-left:#5b8979 1px solid;
	padding:0;
	margin-top:4px;
	margin-bottom:-4px;
	width:auto;		
}


