body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 13px;
	font-family: verdana, sans-serif;
	color: #333;
}

#header {
	text-align: left;
	height: 50px;
	background-color: #FFF;
	height: 91px;
}

#container {
	background-image: url('../images/bg_stripes.gif');
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#page {
	background-color: #FFF;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#navpage {
	background-color: #FFF;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding: 1.5em;
	text-align: left;
}

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	color: #600;
	margin-top: 0;
}

h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 2px;
}

#footer {
	width: 100%;
	clear: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #600;
}

#footer_interior {
	width: 760px;
	color: #666;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
}

#footer a {
	color: #999;
}

a {
	color: #600;
}

img {
 border: none;
}

.clear_me {
	clear: both;
	display: block;
	margin: -20px;
	padding: 0;
	visibility: hidden;
}

#header_left {
	float: left;
}

#navigation {
	text-align: center;
	background-color: #FFF;
	border-bottom: 2px solid #600;
}

#navbar {
	margin: 0;
	padding-bottom: 25px;
	padding-left: 10px;
}

#navbar ul, #navbar li {
	display: inline;
	list-style-type: none;
}

#navbar a:link, #navbar a:visited {
	float: left;
	line-height: 20px;
	margin-right: 5px;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	text-decoration: none;
}

#navbar li#tab_thispage a, #navbar li#tab_thispage a:link, #navbar li#tab_thispage a:visited {
	background-color: #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-top: 1px solid #600;
	color: #FFF;
}

#navbar li#tab a, #navbar li.tab a:link, #navbar li.tab a:visited {
	background-color: #E5E5E5;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-top: 1px solid #600;
	color: #333;
}

#navbar li.tab a:hover {
	background-color: #966;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-top: 1px solid #600;
	color: #E5E5E5;
}

hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
}

li.safety {
 	padding-left: 35px;
	background-image: url(../images/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	line-height: 2.35em;
	list-style-type: none;
}

#checklist{
	background-color:#F8F8F8; 
	width:736px;
	padding-top:10px;
	padding-bottom:15px;
}