/* CSS definition file containing site wide stylesheets */

.mainwhite {
	background-color: rgb(255,255,255);
 	background-image: none;
 	border-left: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0)
}

.rtnoborder {
	padding-left: 30px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.header {
	background-color: rgb(154,204,255);
 	background-image: url( "../assets/images/1k9header.jpg" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.leftwborder {
	background-color: transparent;
 	padding-right: 30px;
 	border-right: 1px solid rgb(0,0,0)
}