body {
	background-color: #333444;
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 132px 0px 36px 235px;
	padding: 0px;
	width: 690px;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px 0px 16px;
	color: #EFEFEF;
	font-size: 16px;
	font-weight : normal;
}
h2 {
	margin: 0px 0px 16px;
	color: #EFEFEF;
	font-size: 14px;
}
h3 {
	margin: 0px 0px 16px;
	color: #EFEFEF;
	font-size: 12px;
}

/* Main Contant Area */

#mncontent {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/_assets/img_main/pnMcellBG.gif */
	/* background-image:  url(../_assets/img_main/pnMcellBG.gif); */
	/* background-repeat: no-repeat; */
	background-image:  url(/_assets/img_main/pnMnBG.gif);
	background-repeat: repeat;
	background-color: #333444;
	padding: 5px;
	color: #EFEFEF;
	font-size: 12px;
	text-align: justify;
	/* The Double Comment Markers hide the line height property from Netscape 4 */
	/*/*/line-height: 1.3; /* */
}
#mncontent a:link {
	color: #999999;
}
#mncontent a:visited {
	color: #999999;
}
#mncontent a:hover, #mncontent a:active {
	color: #999999;
}
#mncontent a.gallery0:link, #mncontent a.gallery0:visited, #mncontent a.gallery0:hover, #mncontent a.gallery0:active {
	color: #EFEFEF;
	text-decoration: none;
	font-size: 12px;
}
#mncontent a.banners:link, #mncontent a.banners:visited, #mncontent a.banners:hover, #mncontent a.banners:active {
	color: #999999;
	font-size: 10px;
}
div.Preview {
	font-size: 15px;
	text-align: center;
}
div.ImageFloatRight {
  float: right;
}



/* Right Sidebar */
#sidebar {
	font-size: 12px;
	width: 140px;

}
#sidebar p {
	margin: 12px 0px;
}
#sidebar a:link {
	color: #999999;
}
#sidebar a:visited {
	color: #999999;
}
#sidebar a:hover, #sidebar a:active  {
	color: #999999;
}


/* NavBar */
#navbar p {
	margin: 0;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	width: 30px;
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/_assets/img_main/pnVrule.gif */
	background-image:  url(../_assets/img_main/pnVrule.gif);
	background-repeat: repeat-y;
}

/* Footer Area */
#footerTbl {
	/* Provides offset from the main table */
	margin: 28px 0px 0px 5px;
}
#footer {
	/* background-image:  url(../_assets/img_main/pnFtrHead.gif); */
	background-image: url(/_assets/img_main/pnMnBG.gif);
	background-repeat: repeat;
	background-color: #333444;
	color: #EFEFEF;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 0px; /* The Double Comment Markers hide the line height property from Netscape 4 */
	line-height: 1.5;
}
#footer p {
	margin: 0px;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover, #footer a:active {
	color: #999999;
}
div.FooterImageFloat {
  float: left;
}


/* 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/img_main/pnbullet.gif); /* */
	/*/*/list-style-type: none; /* */
}
