/* Print stylesheet - only include attributes that change from the original screen CSS file. */

body { 
	margin: 0px;
}

/* The hidden class is used to allow screenreaders to have access to text that may not be necessary for visual browsers. For instance, the navigation bar has hidden text before it that identifies it as site navigation */ 
.hidden {
	position: relative;
	left: 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);
}

.float-center-main {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.actionbox {
	float: none;
}

ul.tabbernav
{
	display: none;
}

