@charset "utf-8";
/* Cal Aggie Christian Association print styles */

/*** print styles ***/

#header, #main-nav-container, #column-left, .noprint {
	display: none;
}


body #container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: static;
	overflow: visible;
	float: none;
}

a:link, a:visited
{
color: #781351;
}

#container .sector-2col {
	background-image: none;
}

#blog #container #three-col-wrapper {
	background-image: none;
}

textarea{
   overflow:visible;   
   float:none !important;
   height:auto !important;
}
