body	{
	background: #E0E0E0;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 25px;
	}
/* rules */

b {
	font-family: Times, "Times New Roman", sans-serif;
	font-size: 12px;
	font-style: italic !important;
	font-style: bold !important;
	font-weight: bold !important;;
	color: #333333;
}


p {
	color: #333333;
	margin: 10px;
	font-size: 13px;
}

	
/* general layout */
#wrapper {
	background: #999999;
	margin: auto;
	padding: 0px;
	width: 950px;
	height: 600px;
	text-align: center;
	position: relative;
	z-index: 8;
	}
	
	
#title2 {
	width: 690px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/home/headtesteric.gif);
	}

#title3 {
	width: 260px;
	height: 60px;
	position: absolute;
	left: 690px;
	top: 0px;
	}

#footer	{
	width: 948px;
	height: 70px;
	text-align: center;
	position: absolute;
	top: 517px;
	left: 2px;
	z-index: 6;
	}

/* where the pictures go */	
#image {
	border: 5px transparent;
	padding: 0px;
	width: 330px;
	height: 400px;
	float: left;
	position: absolute;
	z-index: 4;
	left: 100px;
	top: 80px;
	}

#imagefield {
	padding: 0px;
	width: 330px;
	height: 400px;
	float: left;
	position: absolute;
	z-index: 2;
	left: 140px;
	top: 80px;
	visibility: hidden;
	}

#imagefieldtwo {
	padding: 0px;
	width: 550px;
	height: 400px;
	float: left;
	position: absolute;
	z-index: 2;
	left: 60px;
	top: 80px;
	visibility: hidden;
	}

/* where the words go */
#content {
	background: #999999;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-color: #ccc;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 20px;
	position: absolute;
	height: 380px;
	width: 425px;
	left: 457px;
	z-index: 5;
	top: 70px;
	visibility: visible;
}

#imagecontentwo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	width: 260px;
	height:100px;
	text-align: left;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	left: 650px;
	top: 350px;
	visibility: hidden;
}

/* header class */	
.hhome {
	background-image: url(images/home/headeam.gif);
	background-position: 0px 0px;
}
	
.hterms {
	background-image: url(images/home/headterms.gif);
	background-position: 0px 0px;
}

/* terms of color class */
.tcontent {
	margin-top: 50px;
	margin-right: 15 px;
	padding-left: 10px;
	padding-right: 10px;
}

.terms {
	background-image: url(images/blue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.tblack {
	background-image: url(images/terms/tblack.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.tblue {
	background-image: url(images/terms/tblue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.tinstall {
	background-image: url(images/terms/tinstall.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.tred {
	background-image: url(images/terms/tred.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.twhite {
	background-image: url(images/terms/twhite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.tyellow {
	background-image: url(images/terms/tyellow.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

