@import url("../css/common_structure.css");
@import url("../css/common_style.css");


/* UNH Template version 2.1.1 for more information and latest version http://www.unh.edu/toolkit/toolkit.html --> */

/* 
To maintain simple style sheets, only css specific to the layout should be used in this file. 
*/
#banner {
	background-color:#BA0305;
	}
		
#bluebar {
	background-color:#0a13aa;
	}
	
/* Left hand column */
#left-column {
	float:left;
	width: 300px;
	\width: 320px;
	w\idth: 300px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	}
	
/* Large center column for the main content */
#content {
	padding: 5px;
	margin-left: 310px;
	margin-right: 210px;
	margin-top:5px;
	overflow: visible;
	}
