/* This stylesheet is for style rules that modify the look of the left column, which is the column to the left of the site header, for each page of the site */



/* These style rules set the left column of each page by
	1 - adding the raised gray image (if there is one)
	2 - setting the default background color to gray
	3 - setting the default font color to white
	*/

.background0 {
	background: #777263;
	color: white;
	width: 200px;
	}

.background1 {
	background: #777263 url(../images/backgrounds/news_back.jpg) no-repeat;
	color: white;
	width: 200px;
	}

.background2 {
	background: #777263 url(../images/backgrounds/news_back2.jpg) no-repeat;
	color: white;
	width: 200px;
	}

.background3 {
	background: #777263 url(../images/backgrounds/news_back3.jpg) no-repeat;
	color: white;
	width: 275px;
	}

.background4 {
	background: #777263 url(../images/backgrounds/news_back4.jpg) no-repeat;
	color: white;
	width: 200px;
	}

.background5 {
	background: #777263 url(../images/backgrounds/news_back5.jpg) no-repeat;
	color: white;
	width: 200px;
	}

.background6 {
	background: #777263 url(../images/backgrounds/news_back6.jpg) no-repeat;
	color: white;
	width: 200px;
	}

.background7 {
	background: #777263 url(../images/backgrounds/news_back7.jpg) no-repeat;
	color: white;
	width: 200px;
	}
