@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: #000;
	background-color: #90BF3F;
	border-top-color: #90BF3F;
	border-right-color: #90BF3F;
	border-bottom-color: #90BF3F;
	border-left-color: #90BF3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#LeftTabs {
	background-color: #90BF3F;
	float: left;
	height: 580px;
	width: 176px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-top-color: #90BF3F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#RightTab {
	float: right;
	height: 560px;
	width: 180px;
	clear: none;
	background-color: #90BF3F;
	border: 0px none #90BF3F;
	margin-left: 6px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Main-Center-Display {
	background-color: #90BF3F;
	height: 600px;
	width: 550px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
}


#NavBar {
	background-color: #90BF3F;
	height: 20px;
	width: 960px;
	clear: none;
	float: none;
	text-align: center;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#NavBar2 {
	background-color: #6CAA00;
	height: 25px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#Picture-1 {
	background-color: #90BF3F;
	height: 540px;
	width: 560px;
	margin: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #90BF3F;
	border-right-color: #90BF3F;
	border-bottom-color: #90BF3F;
	border-left-color: #90BF3F;
	border-top-style: solid;
	padding: 0px;
}

.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #90BF3F;
	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;
	background-color: #90bf3f;
	height: 800px;
	clear: none;
}
.oneColFixCtrHdr #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. */
	background-color: #A0C752;
	width: 960px;
	margin: 0px;
}
.oneColFixCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 950px;
	background-color: #F60;
}
.oneColFixCtrHdr #mainContent {
	background-color: #90bf3f;
	height: 700px;
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	background-color: #90BF3F;
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #933;
}
.Picture-1 {
	background-color: #90BF3F;
	padding: 5px;
	height: 150px;
	width: 150px;
	border: 2px solid #053F43;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.Picture2 {
	background-color: #54B131;
	float: left;
	height: 150px;
	width: 150px;
}
.Picture3 {
	background-color: #999;
	float: left;
	height: 150px;
	width: 150px;
}
.Details {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #000;
}
.MainItemDescription {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
}
.ItemHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #009;
	text-decoration: underline;
}
.MainItemDescriptionEspanol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

