html, body {
	background-color: #000000;
	margin: 0;
	padding: 0;
		font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";

}
/*Heading Styles*/


h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	margin: 0px;
	font-weight: bold;
	color: #6B420F;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}

h5 {
	margin: 0px;
	font-weight: bold;
	color: #fcde54;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}

.bold {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8d3bb;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #fdaf07;
}
a:link {
	color: #fdaf07;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.productsPage:active {
	text-decoration: underline;
	color: #fdaf07;
}
a.productsPage:link {
	color: #fdaf07;
	text-decoration: underline;
}
a.productsPage:visited {
	text-decoration: underline;
	color: #000000;
}
a.productsPage:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#container {
	height: 100%;
	width: 800px;
	margin: auto;

}
#splashTopleft {
	background-image: url(images/splashTopLeft.gif);
	background-repeat: no-repeat;
	float: left;
	height: 346px;
	width: 396px;
}
#splashTopright {
	background-image: url(images/splashTopRight.gif);
	background-repeat: no-repeat;
	float: right;
	height: 346px;
	width: 404px;
}
#LearnLeft {
	height: 40px;
	width: 236px;
	margin-top: 232px;
	margin-left: 56px;
	text-align: center;
}
#LearnRight {
	height: 40px;
	width: 236px;
	margin-top: 269px;
	margin-left: 119px;
	text-align: center;
}

a.learnsplash {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #FBF28A;

}
a.learnsplash:link {
	text-decoration: none;
}
a.learnsplash:visited {
	text-decoration: none;
	color: #FBF28A;
}
a.learnsplash:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.learnsplash:active {
	text-decoration: none;
	color: #FBF28A;
}
.bdytext13white {
		font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#splashPicLeft {
	background-image: url(images/splash_award_l.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 126px;
	width: 342px;
	padding-left: 54px;
	background-color: #8E5918;
}

#splashPicRight {
	background-image: url(images/splash_award_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 126px;
	width: 292px;
	background-color: #8E5918;
	padding-left: 112px;
}
#splashFooter{
	background-color: #8e5918;
	clear: both;
	height: 90px;
	width: 753px;
	padding-top: 20px;
	padding-left: 47px;
}

.bodytextyellow12 {
		font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #f2db70;
}

