	/* General styles to create layout with header, footer, and three internal column sections */
	/* Compliance Label Service CLS 3 column layout */
	body {
		margin:0;
		padding:0;
		border:0;			
		width:100%;
		background:#fff;
		min-width:600px;	
		font-size:11px;
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	body{behavior:url(cssHoverFix.htc);}
	a:link { 
		color:#a00; 
		text-decoration:underline;
	}
	a:visited { 
		color:#a00; 
		text-decoration:underline;
	}
	a:hover {
		color:#f00;
		background:#ff9;
		text-decoration:none;
	}
	a:active {
		color:#f00;
		background:#ff6;
		text-decoration:none;
	}
	a.login:link { color:#fff; font-size:12px; font-weight: bold; text-decoration:none; }
	a.login:visited { color:#fff; font-size:12px; font-weight: bold; text-decoration:none; }
	a.login:hover { color:#fff; font-size:12px; font-weight: bold; text-decoration:underline; background:transparent; }
	a.login:active { color:#fff; font-size:12px; font-weight: bold; text-decoration:underline; }
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#a00;
	}
	h1 {
		font-size: 24px;
	}
	h2	{
		font-size: 18px;
	}
	h3	{
		font-size: 14px;
	}
	h3.redbox {
		padding-bottom: 10px;
	}
	h4	{
		font-size: 12px;
		}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	p.withlist {
		margin:.4em 0 -.6em 0;
		padding: 0;
	}
	p.postlist {
		margin: -1em 0 .8em 0;
		padding: 0;
	}
	p.top {
		font-size: 9px;
		font-style: italic;
	}
	p.right {
		text-align: right;
		}
	ul.biglist {
		list-style-type: square;
		margin-left: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	li.biglist {
		padding-bottom: 5px;
	}	
	ul.list {
		list-style-type: square;
		margin-left: 0;
		padding-left: 15px;
	}
	li.list {
		padding-bottom: 5px;
		color: #000;
	}
	ul.sublist {
		list-style-type: disc; 
		margin-left: 5px; 
		padding-left: 15px;
	}
	li.sublist {
		padding-bottom: 0;
		padding-top: 2px;
	}
	ul.tblist {
		list-style-type: square;
		margin-left: 15px;
		padding-left: 0;
	}
	li.tblist {
		font-size: 10px;
		padding-bottom: 2px;
	}
	ol.numberlist {
		margin-left: 15px;
		padding-left: 15px;
	}
	li.numberlist {
		padding-bottom: 10px;
	}
	img {
		margin: 10px 0 5px;
		border: 0;
	}
	img.outline {
		margin: 10px 0 5px;
		border-width: 1px;
		border-style: solid;
		border-color: #000;
	}
	.redtable {
		color: #fff;
		background: #a00;
		border: 0;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.packedtable {
		color: #000;
		background: #fff;
		font-size:9px;
		text-align: center;
		border: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		v-align: top;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2,
	#header h3,
	#header h4	{
		padding:.4em 15px 0 15px;
		margin:0;
		text-align:left;	/* SLD was center adjust to match new nav */
	}
	/* three columns container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* chop off overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0; 
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background color light grey */
	}
	.threecol .colmid {
		right:30%;			/* width of the right column */
		background:#fff;		/* center column background color white */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#ffd;	/* left column background color off white beige */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus 2 padding on either side) */
		left:102%;			/* 100 plus left padding of center column */
	}
	.threecol .col2 {
		width:18%;			/* width of left column content (column width 20 minus 1 padding on either side) */
		left:35%;			/* width of (right column 30) plus (center column left and right 2 padding each) plus (left column left 1 padding) */
	}
	.threecol .col3 {
		width:28%;			/* width of right column content (column width 30 minus 1 padding on either side) */
		left:87%;			/* Please make note of the brackets here:
						(100 minus left column 20 width) plus (center column left and right 2 padding each) 
						plus (left column left and right 1 padding each) plus (right column left 1 padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
		font-size:9px;
		text-align:center;
	}
	
	/* Pull down menu styles * /
	
	body{ behavior:url("csshover2.htc"); }	/* fix for IE */
	.pd_menu {float:left; padding:0; margin:0;color: #ffffff;background: #333333;width:100%; border:solid 1px #000000; clear:both;} /*Color navigation bar normal mode*/
	.pd_menu a, .pd_menu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
	}
	.pd_menu ul {list-style-type:none;padding:0; margin:0;}
	.pd_menu ul li {float:left; position:relative; z-index:auto !important ; z-index:1000 ; border-right:solid 1px #000000; border-left:solid 1px #000000;}
	.pd_menu ul li a {color: #ffffff;background: #333333;float:none !important ; float:left ; display:block; height:30px; line-height:30px; padding:0 10px 0 10px; text-decoration:none; }
	.pd_menu ul li ul {display:none; border:none;color: #ffffff;background: #eeeeee; width:1px}
	.pd_menu ul li:hover a {background-color:#aa0000; text-decoration:none; color:#ffffff;} /*Color main cells hovering mode*/
	.pd_menu ul li:hover ul {display:block;  position:absolute; z-index:999; top:29px; margin-top:1px; left:0;}
	.pd_menu ul li:hover ul li a {display:block; width:12em; height:auto; line-height:1.3em; margin-left:-1px; padding:5px 10px 5px 10px; border-left:solid 1px #000000; border-bottom: solid 1px #000000; background-color:#eeeeee;  color:#000000;} /*Color subcells normal mode*/
	.pd_menu ul li:hover ul li a:hover {background-color:#ffffdd; text-decoration:none; color:#aa0000;} /*Color subcells hovering mode*/
	.pd_menu ul li a:hover {background-color:#aa0000; text-decoration:none;color:#ffffff;} /*Color main cells hovering mode*/
	.pd_menu ul li a:hover ul {display:block; width:12em; position:absolute; z-index:999; top:29px; left:0; }
	.pd_menu ul li ul li a:visited { background-color:#eeeeee;  color:#000000;} /*Color subcells normal mode*/
	.pd_menu ul li a:hover ul li a {display:block; width:12em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px #000000; border-bottom: solid 1px #000000; background-color:#eeeeee;  color:#000000;} 
	.pd_menu ul li a:hover ul li a:hover {background-color:#ffffdd; text-decoration:none;color:#000000;} /*Color subcells hovering mode*/

	/* Rounded red box styles */
	.bl {background: url(../images/bl.gif) 0 100% no-repeat #a00; width: 100%;}
	.br {background: url(../images/br.gif) 100% 100% no-repeat}
	.tl {background: url(../images/tl.gif) 0 0 no-repeat}
	.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding: 10px; color: #fff;}
	.clear {font-size: 1px; height: 1px} 

	/* Dark grey box styles */
	.dkbx {background-color: #333333; padding: 10px 20px 10px 10px; color: #ffffff; width: 100%; border:solid 1px #000000; font-size: 12px; font-weight: bold; clear:both;}

	/* Hutch */
	h2.black {	
		color: black;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}