@import url('/www/css/html_templates/cas.css');
#sidebar{
	background: #d9e7eb url("/www/images/stripes.jpg") repeat-x 0 0; 
	line-height:1.4;   
	margin-left: -5.555555%;
    padding: 1em 5%;
    width: 101.555555%;
}
@media only screen and (min-width : 656px) {
	#content {
		float:left;
		width:75%;
	}
	#sidebar {
		float:right;
		width:22.75%;
		padding: 1em 2.5%;
		margin-bottom:0;
		margin-right:-5.555555%;
		border-bottom:1px solid #ccc;		
		background-image:url("/www/images/stripes.jpg"),url("/www/images/rwd/solidrule-ccc.gif");
		background-repeat:repeat-x, repeat-y;
		background-position:0 0;
	}
}
@media only screen and (min-width : 780px) {
	#pagebanner + #uvmmaincontent {
    	margin-top: 0;
	}
	#sidebar {
		margin-bottom:-.6em;
	}
}
@media only screen and (min-width : 1010px) {
	#multi_column_wrapper {
		border-top:1px solid #ccc;
		margin-top:1.625em;
	}
	#multi_column_wrapper div.multi_column {
		float:left;
		width: 47.5%;
		padding-right:2.5%;
		margin-right:2.5%;
	}
	#multi_column_wrapper div.last_column {
		margin-right:0;
		padding-right:0;
	}
}