
.BackgroundDotVertical {
	background-image: url(../images/DotVer.png);
	background-repeat: repeat-y;
	background-position:center;
	vertical-align:top
}
.BackgroundSplitVertical_Blue {
	background-image: url(../images/BlueSplit_Ver.png);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align:top
}
.BackgroundSplitHorizontal_Blue {
	background-image: url(../images/BlueSplit_Hor.png);
	background-repeat: repeat-x;
	background-position:bottom
}
.BackgroundBox {
	background-image: url(../images/HomeBox.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
}
.BackgroundTestimonialBottom {
	background-image: url(../images/testimonials_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
}
.BackgroundFooter {
	background-image: url(../images/Footer_bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	text-align:right;
}
.BackgroundFooter_end {
	background-image: url(../images/Footer_bg_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:middle;
	text-align:right;
}
.BackgroundMainContent {
	background-image: url(../images/main_bg_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	vertical-align:top;
}
.BackgroundMainContentFiller {
	background-image: url(../images/main_bg_01filler.png);
	background-repeat: repeat-y;
	background-position:top;
}
.BackgroundSideNavigation {
	background-image: url(../images/SideNav_Split.png);
	background-repeat: no-repeat;
	background-position:bottom;
	vertical-align:middle;
	text-align:left;
}
.BackgroundFormField {
	width: 300px;
	height: 25px;
	background: url(../images/FormField.png) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 6px 0 0 5px;
} 
.BackgroundFormArea {
	width: 295px;
	height: 120px;
	background: url(../images/FormArea.png) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 6px 0 0 5px;
} 