/*
Sections that are hidden when printing the page. We only want the content printed.
*/
body {
font-family:Calibri, Verdana, Arial;
background-color:#fff !important;
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.noprint {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
#main {
	width:100% !important;
	padding:1em !important;
	background: none !important;
}

#printMessage {
	display: none !important;	
}

.linkIconWrapper.alignLeft, .linkIconWrapper.alignRight  {
   display: none !important;
}

.rightArea {
	float: right;
}

h2 {
	font-size: 130%;
    color: #999999;
}

h2.articleTitle,  h2.staffName {
    font-size: 170%;
	color: #424242;
}

h2.articleTitle span, h2.staffName span {
	color: #999999;
}

h3 {
	font-size: 90%;
	color: #424242;
}

p {
	color: #696969;	
	font-size: 94%;
}

p.articleText {
	margin-left: 0px;	
}

p.aboutUs {
	font-size: 94%;	
	line-height: 1.4em;
}

p.date {
	color: #cc0000;	
	margin-bottom: 4px;
}

p.writtenBy.endOfArticle {
	margin-left: 0px;	
}

p.writtenBy span {
	color: #333333;	
	margin-left: 0px;
}

p.qualification, p.cvText {
    color: #333333;
}

p.cvText {
        line-height: 1.5em;
}

hr {
	color: #cc0000;
	margin-top: 32px;
	margin-bottom: 32px;
	width: 796px;
}

hr.bottom {
	margin-bottom: 4px;
}

.customUl {
	margin-top: 10px;	
	margin-bottom: 10px;
}

.customUl li {
	margin-top: 4px;
	margin-left: 39px;
	list-style-image: url("../images/article-bullet-point.png");
    line-height: 1.7em;
    color: #333333;
}

.customUl.article li {
	margin-left: 14px;
}
