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