/* Print stylesheet - only include attributes that change from the original screen CSS file. */

body { 
	margin: 0px;
}

#searchbox {
	width: 80px;
}

/* for IE Windows */
#maintable {
	width: 720px;
}

/* for other browsers change this */
html>body #maintable {
	width: 670px;
} 

#column1 {
	position: relative;
	float: left;
	width: 150px;	
	background-color:#ffffff;
}

/* for other browsers change this */
html>body #column1 {
	width: 160px;
} 

/* for IE Windows */
#allcontent {
	position: relative;
	float: left;
	width: 500px;
	margin-left: 10px;	/*shawn add*/
/*	margin-left: 170px;	*/
/*	margin-right: 200px; */
	border-right: none; 
	border-left: 1px solid #666666; 
/*	background-color:#6699ff; */
}

/* for other browsers change this */
html>body #allcontent {
	width: 490px;
	float: none;  /* matt added */
	margin-left: 165px;  /* matt added */
} 

.content-middle {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.content-middle table{
	padding: 5px;
}

#column4 {
	margin: 0;
	display: none;
}

#footercell {
	background-image: url(../sacstate-images/footerbg-670.gif);
}

