﻿.noPrint{display:none;}
body, #master {
	background: white;
	font-size: 12pt;
	line-height:15pt;

	}
#logo{padding:0px;}
#master, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	}
div#content {
	margin-left: 0;
	}


#breadcrumb{
    font-size:14px;
    color:#cccccc !important;
    border:0px solid red;
    text-align:left;
    float:none !important;
    margin:0 !important;
    padding:0 !important;
    height:auto;
    }
    
    

#breadcrumb:before{content: "Breadcrumb:"}
#subpage #rightColumn, #content{
     float:none;
     width:100%;
     padding:0px;
     }
#rightColumn a:link:after,
#rightColumn a:visited:after {
  content: " (" attr(href) ") ";
  text-decoration:underline;
  color:Blue;
}
     
     
     
/*CSS3 selectors, nice stuff for the future */

#rightColumn a[href^="/"]:after {
   content: " (http://www.additionconsulting.com" attr(href) ") ";
   }

.referenceYear,.referenceType{
    color:#eee;
    font-size:12pt;
    float:none;
    line-height:inherit;
    cursor:default;
}
.referenceYear:before {
   content: "Year: ";
   }
.referenceType:before {
   content: "Type: ";
   }


#footer ul 
{
    border-top:1px dotted #ccc;
    padding:50px 0 0 0;
}

#rightColumnLarge h1{padding:0px;}


@page {
  size: 7in 9.25in;
  margin: 27mm 16mm 27mm 16mm;
}