@charset "UTF-8";

/******************************************** about styling ********************************************/

#ehslink {
	color: #333333;
	background-color:#fff2b2;
	font-size: 12px;
	text-decoration: none;
	line-height:22px;
	display:block;
}
#imageBar {
	float: right;
	height: 174px;
	width: 730px;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-right: 30px;
	background-image: url(../images/image_BGs.jpg);
}
#mainContent ul {
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
}
#mainContent li {
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
}
#mainContent li ul {
	margin-bottom: 0px;
	list-style-type: circle;
	padding-bottom: 0px;
}
#mainContent   li   ul   li  {
	padding-bottom: 4px;
	list-style-type: circle;
	list-style-position: outside;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
td  {
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#table  .left {
	background-color: #84a4c8;
	color: #FFFFFF;
}
#table .right {
	background-color: #fff2b2;
}
#download {
	width: 280px;
	float: right;
	height: 30px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#download img {
	padding-top: 0px;
}
#download a {
	top: -8px;
	padding-left: 5px;
	margin: 0px;
	position: relative;
}
