/* MSD Print Preview */

	* {
	  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; 
	}
	
	.page-wrapper {
	  padding : 0 !important;
	  text-align: left;
	  width: 700px !important;
	  margin : 15px 0px 0px 20px !important;
	}     
	
	@media print {
	
	  .page-wrapper { margin : 0 0 0 0 !important; }		/* removes page margins from print version */
	
	}   	
	
	.header {
	  height : auto !important;
	  width : auto !important;
	  margin : 0 !important;
	  padding : 0 0 10px 0 !important;	
	}
	
	.header .logo a {
	  text-decoration : none !important;
	  display : inline;
	}
	
	.header .logo,
	.header .title {
	  display : inline !important;       
	}
	
	.header .primary-nav,
	.header .utility-links,
	.header .search {
	  display : none !important;
	}
	
	.header {
	  border-bottom : 2px solid #000 !important;              
	  margin-bottom : 10px !important;
	}            
	
	.column-wrapper {
	  padding : 0 !important;
	  margin : 0 !important;
	}
	
	.sidebar {
		display : none;
	}
	
/* main-col */	
	
	.content {
	  border : 0 !important; 
	}
	
	.content .inner {
	  margin : 0 !important;     
	}
	
	.content .breadcrumb,
	.content .breadcrumb a {
		color : #666 !important;
		text-decoration : none !important;
	}
	
	.content .breadcrumb .current a {			
		color: #000 !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 blockquote {
		border : 1px solid #d6d3cb !important;
	}
	
	.common .align-left,
	.common .align-right {
		float : left !important;
		margin : 0 10px 5px 0 !important;
	}
	
	.common .blue-link {
		display : none;
	}
		
					
/* right-col */

	.right-col .inner {
      	border-top : 1px solid #007eb8 !important;	 	
   	    margin : 0 !important;     
   	    padding-top : 15px !important;
   	    padding-bottom : 5px !important;
	}

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