@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E7EFD4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 811px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #FFFFFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 191px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#sidebar1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar1 li {
	list-style-type: square;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#sidebar1  li.year {
	border-bottom-style: none;
}
#sidebar1 h1 {
	background-image: url(images/sideBox.jpg);
	display: block;
	width: 181px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-y;
	border: 1px ridge #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar1 h2 {
	font-weight: bold;
	color: #666666;
	font-size: 16px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 8px;
}
.safty {
	background-color: #E7EFD4;
	width: 170px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #E3E3E3;
	margin-top: 20px;
}
#sidebar1 a {
	font-size: 14px;
	color: #CC9933;
	text-decoration: underline;
}
#sidebar1 a:hover {
	font-size: 14px;
	color: #CC3300;
	text-decoration: underline;
}
#sidebar1 #news {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	padding-right: 8px;
	padding-bottom: 19px;
	padding-left: 8px;
	width: 162px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 0px;
	margin-top: 5px;
}
#sidebar1#safety {
	border: 1px solid #CCCCCC;
	padding-top: 70px;
	top: 50px;
	margin: 0px;
}
#safety p {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9CBCE2;
	display: block;
	width: 176px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
#mainContent {
	width: 550px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	float: left;
	margin: 0px;
}
#mainContent a {
	font-size: 14px;
	color: #000099;
	text-decoration: underline;
}
#mainContent li {
	font-size: 14px;
	color: #000000;
	list-style-type: square;
	line-height: 1.5em;
}
#mainContent p {
	font-size: 14px;
	line-height: 1.7em;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
#mainContent .mainBox {
	height: 125px;
	width: 255px;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	display: block;
}
#mainContent .mainBox p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}
#mainContent #mainBox {
	height: 125px;
	width: 255px;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#mainContent #mainBox p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}
#mainContent #box {
	margin: 0px;
	border: 1px dashed #99CC00;
}
#mainContent #box a {
	font-size: 14px;
	color: #000099;
	text-decoration: underline;
}
#mainContent #box ul {
}
#mainContent #box li {
	list-style-image: url(images/bulletRight.jpg);
	font-size: 14px;
	padding-left: 5px;
	line-height: 1.3em;
}
#mainContent li.pdf {
	list-style-image: url(images/pdf_icon.jpg);
}
#search {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#search a {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
#footer {
	background-color: #D2E5AF;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 20px;
	clear: both;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #669900;
	text-align: center;
	padding: 20px;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.style1 {
	color: #E39A1C;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 27px;
	padding-left: 30px;
	font-size: 26px;
	background-image: url(images/headerBG.jpg);
	border: thin solid #CCDBB2;
}
.style5 {font-size: 12px}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bordar {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BCD399;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5D5FF;
	display: block;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(images/h3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h4 {
	font-size: 14px;
	color: #5E8B2B;
	text-decoration: none;
	padding-left: 12px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CC9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
