﻿/* Styling of the new BW pages for printing */

body 
{ 
    font-family:Times New Roman, Times, FreeSerif, Serif;
    background-color: White; 
    background-image: none; 
}

h1,h2,h3,h4 { color:Navy; margin-top: 25px; font-family:Arial, FreeSans, Sans-Serif; }

h1 { text-align: center; font-style: italic; }

h2 { text-align: center; background-color:#FF8; }

img { display: none }

a { color:Navy; text-decoration: none; }

.centre { text-align:center }

kbd { background-color:#F8F8F8 }

hr.short { text-align:center; width:500px }

table.gallery { width:100%; text-align:center; border:0 }

/* Table styles for contacts page*/
table.contacts { width:100%; text-align:left; border:0 }

tr.contacts { height:40px }

tr.contacts td { padding-left:20px }

#container
{
    width: auto;
    margin: none;
    background-color: White;
    border: none;
    padding: 0;
}

#top
{
	display: none;
}

#leftnav
{
	display: none;
}

#content
{
    margin-left: 0px;
    border-left: none;
    padding: none;
}

#content p { text-align:justify; }

#content p.centre { text-align:center }

#content p.note { font-size:small; text-align:center }

#footer
{
	display: none;
}
