@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: 2px;
			margin-left: 0px;
			margin-right: 0px;
			width: 700px;
			margin-top:0px;
			overflow: visible;
				border: 1px solid #ccc;
			}
			

		
	
		#left-column {
			float:left;
			width: 500px;
	
			margin: 0px;
			padding: 2px;
	


			}
			
		#right-column {
			float: right;
			margin: 0px;
			width: 185px;
		border: 1px solid #ccc;
	padding: 2px;
						
			}
			
			
					