@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-left: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top:5px;
			overflow: visible;
		
			}
		
	
		#left-column {
			float:left;
			width: 340px;
			margin: 0px;
			padding: 2px;
			background-color: #fff;
			
	
			}
			
	
		#right-column {
			float:right;
			width: 340px;
			margin: 0px;
			padding: 2px;
			background-color: #fff;
	
			}
			
			
					