﻿/***************************/
/** Print-specific styles **/
/***************************/

#Top_Nav,
.leftcolumn,
.rightcolumn,
#pagefooter { 
    display: none;
}

#print-logo {
    display: block;
    border-bottom: 2px solid #005353;
    margin-bottom: 10px;
}

#print-logo > img {
    width: 150px;
}
	
.maincontent { width: auto; }
.centrecontent { width: auto; }
.feature_module { width: auto; }



.collegecontent {
		border: none;
		margin: 0;
		width: auto;
		min-height: 0;
 }
	 
 .college_leftcontent {
		width: 69%;
}

.college_rightbox {
	background: transparent;
	float: right;
	width: 29%;
	margin: 0 0 1em 0;
	border: 1px solid black;
}

.college_rightboxbottom {
	display: none;
}
