body {
	/* NN4! Change URL to Absolute (http://www.domain.com/images//pagebg.jpg */
/*
	background-image:  url(images/pagebg.gif);
	background-repeat: repeat-x;
*/	
	background-color: #FFFFFF;
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 40px 16px 36px 190px;
	padding: 0px;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*
table{
	border : thin dashed Navy;
}
*/
/* Headings */
h1, h2, h3 {
	font-family:,Georgia, "Times New Roman " , Times, serif;
}
h1 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 26px;
}
h2 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 20px;
}
h3 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 16px;
}

/* Footer Area */
#footerTbl { /* Provides offset from the main table */
	margin: 24px 0px 0px 0px;
}
#footer {
	font-size: 12px;
	padding: 5px;
}
#footer p {
	margin: 0px;
}
#footer a:link {
	color: #6699CC;
}
#footer a:visited {
	color: #6699CC;
}
#footer a:hover, #footer a:active {
	color: #D34141;
}

/* Main content */
#maincontent {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/images/pnMcellBG.gif */
	background-image:  url(images/pnMcellBG.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 10px;
	font-size: 14px;
	text-align: justify;
	border : thin double Gray;
}
#maincontent a:link {
	color: #666699;
}
#maincontent a:visited {
	color: #666666;
}
#maincontent a:hover, #maincontent a:active {
	color: #0066CC;
}

/* NavBar */
#navbar p {
	margin: 0;
}

/* Navigation table */
#NavDiv {
	position:absolute; 
	left:5px; 
	top:30px; 
	width:180px; 
	z-index:3;	
}
/* Center column for vertical page rule */
#midcolumn {
	width: 20px;
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/images/vdotrule.gif */
	background-image:  url(images/vdotrule.gif);
	background-color: #FFFFFF;
}

/* Footer Area */
#footerTbl { /* Provides offset from the main table */
	margin: 24px 0px 0px 0px;
}
#footer {
	font-size: 12px;
	padding: 5px;
}
#footer p {
	margin: 0px;
}
#footer a:link {
	color: #6699CC;
}
#footer a:visited {
	color: #6699CC;
}
#footer a:hover, #footer a:active {
	color: #D34141;
}

/* Right Sidebar */
#sidebar {
	width: 140px;
	font-size: 12px;
}
#sidebar p {
	margin: 12px 0px;
}
#sidebar a:link {
	color: #666699;
}
#sidebar a:visited {
	color: #666699;
}
#sidebar a:hover, #sidebar a:active  {
	color: #C08181;
}

/* holds the Skip Nav Link  for  accessibility  */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*  double comment markers make rule invisible to Netscape 4 which does not support the properties used */
ul {
	/*/*/margin-left: 1em; /* */
	/*/*/padding-left: 1em; /* */
	/*/*/list-style-image:  url(images/pnbullet.gif); /* */
	/*/*/list-style-type: none; /* */
}

