﻿
@media print
{

    body
    {
        padding: 0;
        margin: 0;
        font: 11px verdana, Helvetica, sans-serif;
        color: #5a5140;
        background-color: #fffdf4;
        line-height: 16px;
    }

    /* Remove unwanted elements */
    .TopBar, #header, .SearchBox, #leftcolumn, #rightcolumn, .Quicklinks, .BrandDiv, .noprint
    {
        display: none;
    }
    
    .Logo {display: block; height: 138px;}

    .ContainingWrap
    {
        border-top: none;
    }
    hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	
    p {margin-bottom: 14px;}
    
    h1{
		color: #595144;
		font-size: 23px;
		line-height: 29px;
	}
		
	h2 {color: #f33e35; font-weight: bold; font-size: 12px; margin-bottom: 5px; margin-top: 16px;}
	
	h4 {font-size: 12px; font-weight: bold; color: #c22f28; margin-bottom: 10px;}
    
    .MainContentBody ul li {list-style-type: disc; line-height: 20px;}
    
    /* Ensure the content spans the full width */
    #center, #rightcolumn, #footer, .Copyright, .article_wrapper
    {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        text-align: left;
    }
    
    #footer {padding-top: 20px;}
    
    /* Change text colour to black (useful for light text on a dark background) */
    .article_wrapper h2{color: #595146; font-size:14px; line-height: 17px; font-weight: bold; margin-top: 20px;}
	.article_wrapper {color: #595146; line-height: 16px; font-size:11px; font: verdana;}	
	.article_wrapper  p {margin-top: 8px;}
	
	.article_wrapper h2 a:link {color: #c42f29; text-decoration: none;}
    .article_wrapper h2 a:visited {color: #c42f29; text-decoration: none;}
    .article_wrapper h2 a:hover {color: #000000; text-decoration: none;}
    .article_wrapper h2 a:active {color: #c42f29; text-decoration: none;}
    
    .article_wrapper a.NewsRead:link {font-size: 11px; color: #c22f27; text-decoration: none;}
    .article_wrapper a.NewsRead:visited {font-size: 11px; color: #c22f27; text-decoration: none;}
    .article_wrapper a.NewsRead:hover {font-size: 11px; color: #000000; text-decoration: none;}
    .article_wrapper a.NewsRead:active {font-size: 11px; color: #c22f27; text-decoration: none;}

    /* Improve colour contrast of links */
    a:link
    {
        text-decoration: underline;
        color: #f33e35;
        font-size: 11px;
    }
    a:visited
    {
        text-decoration: underline;
        color: #f33e35;
        font-size: 11px;
    }
    a:hover
    {
        text-decoration: none;
        color: #f33e35;
        font-size: 11px;
    }
    a:active
    {
        text-decoration: none;
        color: #f33e35;
        font-size: 11px;
    }



    /***************************/
}
