/* This stylesheet is for style rules that modify the look of the main column, which is the column with the site header, for each page on the site */



/* These style rules modify the background color of a table */

.bg1 { background: #9AC0CD; }


/* These style rules add small gaps in between columns */

.gap10 {
	background: white;
	width: 10px;
	}

.gap15 {
	background: white;
	width: 15px;
	}

.gap30 {
	background: white;
	width: 30px;
	}

.gap70 {
	background: white;
	width: 70px;
	}



/* These style rules set the width of columns and modify the background color */

.main170 {
	background: white;
	width: 170px;
	}

.main180 {
	background: white;
	width: 180px;
	}

.main210 {
	background: white;
	width: 210px;
	}

.main220 {
	background: white;
	width: 220px;
	}

.main290-9AC0CD {
	background: #9AC0CD;
	width: 290px;
	}

.main295 {
	background: white;
	width: 295px;
	}

.main410 {
	background: white;
	width: 410px;
	}

.main460 {
	background: white;
	width: 460px;
	}

.main660 {
	background: white;
	width: 660px;
	}



/* These style rules set the width of columns, the height of rows, and the background color */

.main-w220-h250-black {
	background: black;
	height: 250px;
	width: 220px;
	}



/* These style rules modify the background color only */

.main-black { background: black; }
