.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.boxcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000033;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.tipshdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

/* Tip List */
ul.maintiplist { margin:0px; list }
ul.maintiplist>li { margin:10px 0px 4px 0px; list-style-type: none;  }
ul.maintiplist>li>p>a { font-weight:bold;  text-decoration:none; }
ul.maintiplist>li>ul>li>p>a { margin:0px;font-weight:plain; text-decoration:none; }
.maintiplist a:hover { text-decoration:underline; } 
ul .bodycopy { margin:0px; }
/* MENUBAR */  /*  JBS  */

.navtips {
	padding:20px;
}
.navtips a {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}
.navtips a:hover {
	text-decoration:hover;
}

.vertnav1 {
	width: 156px; /*width of menu*/
	padding-top: 6px;
}

.vertnav1 .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.vertnav1 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.vertnav1 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.vertnav1 ul li a {
	background:#C2DAF3 none repeat scroll 0 0;
	border:1px solid #999999;
	color:black;
	display:block;
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	margin:0px 0;
	padding:4px 0 4px 8px;
	text-decoration:none;
}
.vertnav1 ul li a:visited{
color: black;
}

.vertnav1 ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

#safetytipscontent 
{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
