body {
	background-color: #FFFFFF;
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 50px 16px 36px 196px;
	padding: 0px;
	font-size: 8px;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3 {
	font-family: "Trebuchet MS";
}
h1 {
	margin: 0px 0px 16px;
	color: #DA251D;
	font-size: 24px;
}
h2 {
	margin: 0px 0px 16px;
	color: #DA251D;
	font-size: 20px;
}
h3 {
	margin: 0px 0px 16px;
	color: #DA251D;
	font-size: 16px;
}


/* Main Contant Area */

#mncontent {
	background-repeat: no-repeat;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	margin: 50px;
	font-style: normal;
}
#mncontent a:link {
	color: #FF0000;
	text-decoration: underline;
}
#mncontent a:visited {
	color: #FF0000;
	text-decoration: underline;
}

/* Right Sidebar */
#sidebar {
	width: 140px;
	font-size: 12px;
}
#sidebar p {
	margin: 12px 0px;
	text-decoration: none;
}
#sidebar a:link {
	color: #DA251D;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #DA251D;
	text-decoration: underline;
}


/* 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/img2/pnVrule.gif);
	background-color: #FFFFFF;
}
#menu_text {
	font-size: 10px;
	left: auto;
	top: auto;
}


/* Footer Area */
#footerTbl {
	margin: 24px 0px 0px 0px;
	text-decoration: none;
	font-size: 8px;
}
#footer {
	font-size: 8px;
	padding: 5px;
}
#footer p {
	margin: 0px;
	text-decoration: none;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}


/* Describes the Layer that holds the Skip Nav Link */
/*see accessibility section */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	color: #000000;
	background-color: #FFFFFF;
}
#skipnav a:link {
	font-size: 14px;
	color: #000000;
}

/* 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; /* */
}
#benefits a:link {
	color: #FF0000;
	text-decoration: underline;
}
