/* MiTek Print CSS */

	* {
	  color : black !important;
	  background-image : none !important;
	  background-color : transparent !important;
	  position : static !important;
	  float : none !important;
	}
	
	a {
	  text-decoration : underline !important;
	}
	
	html, body {
	  padding : 0 !important;
	  margin : 0 !important; 
	}
	
	.bgd-wrapper-1,
	.bright-theme .bgd-wrapper-1,
	.bgd-wrapper-1 .bgd-wrapper-2 {
	  padding : 0 !important;
	  text-align: left;
	  width: auto !important;
	  margin : 0 !important;
	  background-image : none !important;
	} 	
	
	.bgd-wrapper-1 .page-wrapper {
	  padding : 0 !important;
	  text-align: left;
	  width: 730px !important;
	  margin : 15px 0px 0px 20px !important;
	  background-image : none !important;
	  background-color : transparent !important;
	}   
	
	.bgd-wrapper-1 .column-wrapper {
		background-image : none !important;
		background-color : transparent !important;
	} 
	
	.footer-wrapper {
	  padding : 0 !important;
	  text-align: left;
	  width: 730px !important;
	  margin : 0px 0px 0px 20px !important;
	}   	
	
	@media print {
	
	  .page-wrapper { margin : 0 0 0 0 !important; }		/* removes page margins from print version */
	  .footer-wrapper { margin : 0 0 0 0 !important; }		/* removes page margins from print version */
	
	}   	
	
	.page-wrapper .header {
	  height : auto !important;
	  width : auto !important;
	  margin : 0 0 12px 0 !important;
	  padding : 0 0 10px 0 !important;
	  border-bottom : 2px solid #000;	
	}
	
	.header .global-links,
	.header .utility-links {
		display : none;		
	}
	
	.header .logo a {
	  text-decoration : none !important;
	  display : inline;
	}
	
	.header .logo {
		display : inline;
		vertical-align : middle;
		font-size : 20px;
		font-weight : bold;
		margin-right : 15px;		
	}	
	
	.header h3 {
		display : inline;
		vertical-align : middle;
	}
	
	.header .primary-nav,
	.header .utility-links,
	.header .search {
	  display : none !important;
	}
	
	.header {
	  /*border-bottom : 2px solid #000 !important;*/
	  margin-bottom : 10px !important;
	}   
	
	.home-banner,
	.message-bar {
		display : none;
	}    
	
	.banner {
		margin : 0 0 15px 0;
		text-align : left;
	} 
	
	.banner h2 {
		margin : 0 0 5px 0;
		text-align : left;
		float : none;
		display : block;
	}    
	
	.banner img {
		text-align : left;
	} 	
	
	.column-wrapper {
	  padding : 0 !important;
	  margin : 0 !important;
	}
	
	.sidebar {
		display : none;
	}
	
	.left-col {
		display : none;
	}
	
/* main-col */	
	
	.main-col .inner {
	  margin : 0 !important;     
	}
	
	.common h4,
	.common h5,
	.common h6 {
		font-weight : bold !important;
	}
	
	.common ul {            
		margin : 0 0 10px 15px !important;            
		list-style-type : square !important;
		padding : 0 !important;
	}
	
	.common ul li {            
		list-style-type : square !important;
		margin : 0 0 5px 0 !important;
		font-weight : normal !important;
		padding : 0 !important;
	}
	
	.common .align-left,
	.common .align-right {
		float : left !important;
		margin : 0 10px 5px 0 !important;
	}
	
	.common .article-teaser {
		margin-bottom : 0px;
	}
		
	.common .more-linl { display : none; }
					
/* right-col */

	.right-col {
      	display : none;
	}

/* other styles */

	.footer .footer-links {
	  display : none !important;
	}
	
	.footer {
		padding : 5px 0 0 0 !important;
		border-top : 1px solid #666 !important;	 		
	}
	  