@import url("main.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 120%;
	background-position: center top;
	background-image: url(../images/BKG_GrayStripes.gif);
	text-align: left;
}
#content {
	width: 940px;
	position: relative;
	z-index: 2;
	padding: 0px;
	top: 0px;
}
.welcome_bkg {
	background-image: url(../images/welcome_bkg.jpg);
	background-repeat: repeat-y;
}
.news_events_bkg {
	background-image: url(../images/news_events_bkg_middle.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.temp_contentBKG {
	background-image: url(../images/temp_contentBKG.gif);
	background-repeat: repeat-y;
}
