@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: #003399;
	font-family: "Century Gothic", sans-serif;
	font-size: 100%;
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #42A450;
}
#footer a:link {
	text-decoration: none;
}
#footer {
	text-align: center;
}
.ls #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 701px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.ls #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: 480px;
	width: 1024px;
}
.ls #container #mainContent h2 {
	padding-left: 10px;
	margin: 0px;
	color: #10408F;
	font-weight: lighter;
}
.ls #right {
	padding: 10px;
	height: 375px;
	width: 725px;
	overflow: auto;
	font-size: 90%;
	border: 1px solid #0B398E;
	margin: 10px;
	list-style-image: url(../Graphics/bullet.png);
	list-style-position: inside;
}
.ls #container #mainContent #right p {
	color: #0000CC;
}
.ls #container #mainContent #right ul {
	list-style-image: url(../Graphics/bullet.png);
	list-style-position: outside;
}
.ls #container #mainContent #right #plantDetail {
	color: #FFFFFF;
}
.ls  #container  #mainContent  #right #productBox  {
	width: 122px;
	background-color: #F2F2C7;
	font-size: 9pt;
	color: #10408F;
	height: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ls #left {
	height: 440px;
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #0B398E;
}
.ls #container #mainContent #left h3 {
	color: #10408F;
	font-size: 14pt;
	font-weight: lighter;
}
.ls #container #mainContent h5 {
	padding-left: 10px;
	margin: 0px;
	color: #10408F;
	font-weight: lighter;
}
.ls #mainContent a:link {
	text-decoration: none;
	color: #143E92;
}
.ls #mainContent a:visited {
	text-decoration: none;
	color: #143E92;
}
.ls #mainContent a:hover {
	text-decoration: none;
	color: #41A450;
}
.blue {
	color: #10408F;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
}
#print {
	font-size: 11pt;
	width: 560px;
	background-color: #FFFFFF;
}
.ls #container #mainContent #right h3 {
	color: #10408F;
	font-size: 14pt;
	font-weight: lighter;
}
.imgThinBorder {
	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;
}
.ls #container #mainContent #beigeBox {
	background-color: #F2F2C7;
	padding: 5px;
	margin-right: 5px;
}
.imgThinBorderBlue {
	border: 1px solid #0950A0;
}
