/* CSS definition file containing site wide stylesheets */

.dctitle {
	background-color: rgb(204,0,0);
 	background-image: url( "../assets/images/dctitleani.gif" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0);
 	border-bottom: 1px solid rgb(0,0,0)
}

.dcbody {
	background-color: rgb(238,238,238);
 	background-image: url( "../assets/images/bwbknd.gif" );
 	background-repeat: repeat-y;
 	background-position: top;
 	border-left: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0)
}