/* Print styles - modified styles for printing*/

/*structure********************************************************************/		
		*{	margin: 0px; padding: 0px;}  /*reset margins and padding*/
		
		h1, h2, h3, h4, h5, h6, p, blockquote,
 		form, label, ul, ol, dl, fieldset, address {
		    margin-bottom: 1em;
		}
		a{	margin-left: .6em; margin-right:.6em;}
		ul {	margin-left: 2em;}
		li {	padding-left: 1em; list-style-type:disc;}
		
		 #wrapper{	position:relative; width:99%;  margin: 0px; padding: 0px;
						min-height:100%; height:auto !important; height:100%; /*from: 560px*/
						/*(border: 3px solid black;*/
			}
			#content_holder{ position:relative;	width: auto;  margin-left: 0px;	}  
				#content { width: 90%; margin-left:auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px;  padding-top: 250px; padding-bottom: 15px; }
			#leftborder, #rightborder,	#nav2, #topborder, #bottomborder, #logoholder object, #peoplepic1, #peoplepic2, #section_nav {	display: none; }

			
			#header{ width: 100%; height: 200px; background: none; }
			#headerimg{display:none;}	
			
			#logoholder{ position:absolute; left: 0; width: 32%; height: 200px; text-align:center;}
			#sidebar{ display: none; }
			#nav{ display: none; }
			
				/*footer layout*/
					#footer {	position: static; text-align:center; width:100%; }
					#footer *{ display: inline;}
					#footer p.copy {	padding-left: 15em;}
			
			
		
/*end structure*/



/*colors and backgrounds*/
				
		#content_holder { background: #DEDEDD url(../images/bg2.jpg) repeat-x; }
		#logoholder {	background: url(../images/logo.jpg) no-repeat top left; } 
		
		#footer{	background-color:#999999;}
		body, #wrapper, #header {	background: none; } 		
		

/*end background*/

