/* CSS definition file containing site wide stylesheets */

.dotbox {
	background-color: transparent;
 	background-image: none;
 	border: 3px dotted rgb(255,255,204)
}

.textback {
	background-color: transparent;
 	background-image: url( "../assets/images/textback.gif" );
 	background-repeat: no-repeat;
 	background-position: center
}

.teal {
	background-color: rgb(128,192,199);
 	background-image: url( "../assets/images/servicepopl.gif" );
 	background-repeat: no-repeat;
 	background-position: top
}

.rtside {
	padding-left: 16px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.round {
	background-color: transparent;
 	background-image: url( "../assets/images/spirographbk.gif" );
 	background-repeat: no-repeat;
 	background-position: top
}

.rtborder {
	padding-right: 16px;
 	border-right: 4px dotted rgb(233,223,199)
}