/* CSS Document */

body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* Font Family for entire Document */
body, p, td, th, div, ul, ol {
	font-family: Verdana, Arial Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3 {
	font-family: Verdana, Arial Helvetica, sans-serif;
}
h1 {
	margin: 0px 0px 16px;
	color: #333333;
	font-size: 24px;
}
h2 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 20px;
}
h3 {
	margin: 0px 0px 16px;
	color: #999999;
	font-size: 16px;
}


/* Main Contant Area */

#mncontent {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/pnMcellBG.gif */
	background-image:  url(../images/pnMcellBG.gif);
	background-repeat: no-repeat;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	/* The Double Comment Markers hide the line height property from Netscape 4 */
	/*/*/line-height: 1.5; /* */
}
#mncontent a:link {
	color: #FFA264;
}
#mncontent a:visited {
	color: #000033;
	text-decoration: underline;
}
#mncontent a:hover, #mncontent a:active {
	color: #FFA264;
	text-decoration: none;
}

/* Right Sidebar */
#sidebar {
	font-size: 12px;
	width: 162px;
	background-color: #006666;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar p {
	margin: 12px 0px;
}
#sidebar a:link {
	color: #cccccc;
}
#sidebar a:visited {
	color: #999999;
}
#sidebar a:hover, #sidebar a:active  {
	color: #999999;
}


/* left Sidebar */
#lsidebar {
	font-size: 12px;
	width: 162px;
	background-color: #003366;
}
#lsidebar p {
	margin: 12px 0px;
}
#lsidebar a:link {
	color: #FFFFFF;
}
#lsidebar a:visited {
	color: #FFFFFF;
}
#lsidebar a:hover, #sidebar a:active  {
	color: #333333;
}



/* NavBar */
#navbar p {
	margin: 0;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	width: 15px;
}


/* 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(../images/pnbullet.gif); /* */
	/*/*/list-style-type: none; /* */
}
