body {
	background-color: #CCCCCC;
}
.siteContainer {
	width: 925px;
	float: left;
	margin-left: 100px;
	margin-top: 0px;
	background-color: #CCCCCC;
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;

}


.Main {
	background-color: #A68800;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 846px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	float: left;
}

.footer {
	background-color: #A68800;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 925px;;
	padding-top: 15px;
	padding-bottom: 15px;

	float: left;
}

.redhr{
border: 0;
  width: 100px;
	color: #f00;
background-color: #f00;
height: 2px;
alig
}

.redhead{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF0000;
	font-weight: bold;	
}

.ContentClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: white;
	padding-left: 80px;
	float: left;
	vertical-align: baseline;
	padding-right: 141px;
	width: 705px;
}
.ContentClass#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	background-color: #CCCCCC;
	padding-left: 80px;
	float: left;
	vertical-align: baseline;
	padding-right: 141px;
	width: 705px;
}
.MainTop {
	background-color: #A68800;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 915px;
	border: 5px solid #FF9933;
	padding-top: 15px;
	padding-bottom: 15px;
}
.BelowMiddleCopy {
	background-color: #CCCCCC;
	float: left;
	width: 896px;
	padding-left: 15px;
	font-family: Arial;
	font-style: normal;
	text-align: justify;
	vertical-align: baseline;
	padding-right: 15px;
	font-size: 14px;
	height: 10px;
}
.bar {	
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	background-color: #000000;
	padding: 5px;
	height: 15px;
}
.breadBar {
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 925px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0	px;
	float: left;
}
.breadcrumb {
	list-style: none;
	overflow: hidden;
	font: 18px Helvetica, Arial, Sans-Serif;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 5px 0 5px 55px;
	background: brown;                   /* fallback color */
	background: hsla(34,85%,35%,1);
	position: relative;
	display: block;
	float: left;
}
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(34,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.last a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(34,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;

}

.hoverDiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position:absolute;
	height:200px;	
	width:800px;
	background-color:white	;
	margin-left:40px;
	margin-top:230px;
	padding-top:15px;
	padding-left:5px;
	padding-right:40px;
	-moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px#888;
	box-shadow: 0 0 2px 2px #888;

}
.tableSize{
	margin-left:38px;	
}

#topClose{
	position:absolute;
	height:10px;	
	width:800px;
	margin-left:40px;
	margin-top:175px;
	padding-top:15px;
	padding-left:5px;
	padding-right:40px;

}

#bottomClose{
	position:absolute;
	height:10px;	
	width:800px;
	margin-left:40px;
	margin-top:450px;
	padding-top:15px;
	padding-left:5px;
	padding-right:40px;

}


#rightClose{
	position:absolute;
	height:25px;	
	width:20px;
	margin-left:860px;
	margin-top:200px;
	padding-top:15px;
	padding-left:5px;
	padding-right:40px;

}
.breadcrumb li:first-child a {
	padding-left: 10px;	
}


.breadcrumb li:nth-child(2) a {
	background: hsla(34,85%,45%,1);

}
.breadcrumb li:nth-child(2) a:after {
	border-left-color: hsla(34,85%,45%,1);
}
.breadcrumb li:nth-child(3) a {
	background: hsla(34,85%,45%,1);
}
.breadcrumb li:nth-child(3) a:after {
	border-left-color: hsla(34,85%,45%,1);
}
.breadcrumb li:nth-child(4) a {
	background: hsla(34,85%,45%,1);
}
.breadcrumb li:nth-child(4) a:after {
	border-left-color: hsla(34,85%,45%,1);
}
.breadcrumb li:nth-child(5) a {
	background: hsla(34,85%,45%,1);
}
.breadcrumb li:nth-child(5) a:after {
	border-left-color: hsla(34,85%,45%,1);
}
.breadcrumb li:nth-child(6) a {
	background: hsla(34,85%,45%,1);
	
}
.breadcrumb li:nth-child(6) a:after {
	border-left-color: hsla(34,85%,45%,1);
}

.breadcrumb li:nth-child(7) a {
	background: hsla(34,85%,45%,1);
	
}
.breadcrumb li:nth-child(7) a:after {
	border-left-color: hsla(34,85%,45%,1);
}

.breadcrumb li a:hover {
	background: hsla(34,85%,25%,1);
}
.breadcrumb li a:hover:after {
	border-left-color: hsla(34,85%,25%,1) !important;


}

.links{
text-decoration:none;
color:white;
 	
}
