body,div,p,a,strong,em,span,form,input,textarea,table,tr,td {
	font-family: Arial,Verdana;
	font-size: 12px;
	color: #555555;
}
body {
	background-color: #ECECEC;
	margin: 0px 0px 0px 0px;
}
img {
	border: none;
}
p {
	margin: 0px 0px 15px 0px;
}

#SiteContainer {
	margin: 20px auto 20px auto;
	text-align: center;
	padding: 0px 20px 0px 20px;
	width: 900px;
	background-color: #FFFFFF;
}
#SiteHeader {
	padding-right: 20px;
	background-color: #FFFFFF;
	clear: left;
}
.HorizontalImages {
	clear: left;
	width: 860px;
	margin: 0px 0px 20px 20px;
}
.HorizontalImageItem {
	float: left;
	width: 110px;
	height: 110px;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
}
.GrayHR {
	width: 860px;
	color: #ECECEC;
	height: 1px;
	clear: both;
	margin: 0px 20px 0px 20px;
}
.ContentLower {
	clear: left;
	text-align: left;
	padding: 0px 20px 0px 20px;
}
.ImgLeftAlignToText {
	float: left;
	margin:0px 15px 0px 0px;
}
#SiteFooter {
	clear: left;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
}
.Spacer20px {
	clear: left;
	height: 20px;
}
.Spacer10px {
	clear: left;
	height: 10px;
}

/*Carousel*/
.CarouselContainer {
	float: left;
	position: relative;
	margin-left: 20px;
}
.CarouselWindow {
	height: 300px;
	width: 860px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}
.CarouselPaging {
	position: absolute;
	bottom: 8px;
	_bottom: 10px;
	right: 0px;
	left: 760px;
	z-index: 100;
	display: none;
}

a, a:link, a:visited, a:active {
	color: #2741C3;
	text-decoration: none;
}
a:hover {
	color: #2741C3;
	text-decoration: underline;
}