body {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/mechPgbg.jpg */
	background-image:  url(../assets/img2/pn_pBG.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 80px 16px 36px 196px;
	padding: 0px;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 24px;
}
h2 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 20px;
}
h3 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 16px;
}

h5 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 12px;
}

h6 {
	margin: 0px 0px 2px;
	color: #999999;
	font-size: 14px;
	text-align: left;
}


/* Main Contant Area */

#mncontent {
	background-image:  url(../assets/img2/pnMcellBG.gif);
	background-repeat: no-repeat;
	padding: 5px;
	font-size: 14px;
	text-align: justify;
	visibility: visible;
}
#mncontent a:link {
	color: #666699;
}
#mncontent a:visited {
	color: #666666;
}
#mncontent a:hover, #mncontent a:active {
	color: #0066CC;
}

/* Right Sidebar */
#sidebar {
	width: 140px;
	font-size: 12px;
	visibility: visible;
}
#sidebar p {
	margin: 12px 0px;
}
#sidebar a:link {
	color: #666699;
}
#sidebar a:visited {
	color: #666699;
}
#sidebar a:hover, #sidebar a:active  {
	color: #C08181;
}


/* NavBar */
#navbar p {
	margin: 0;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	width: 30px;
	background-image:  url(../assets/img2/pnVrule.gif);
	background-repeat: repeat-y;
	visibility: visible;
}

/* Footer Area */
#footerTbl { /* Provides offset from the main table */
	margin: 24px 0px 0px 0px;
}
#footer {
	font-size: 10px;
	padding: 5px;
}
#footer p {
	margin: 0px;
}
#footer a:link {
	color: #6699CC;
}
#footer a:visited {
	color: #6699CC;
}
#footer a:hover, #footer a:active {
	color: #D34141;
}


/* Describes the Layer that holds the Skip Nav Link */
/*see accessibility section */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* The UL rule Double Comment Markers make it invisible to Netscape 4 which does not support the properties used */
ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-image:  url(../assets/img2/pnbullet.gif);
	list-style-type: none;
	font-size: 12px;
	text-align: left;
}
.copyright {
	color: #666666;
}
.disclaimer {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
