/* First, lets turn off everything we don't need on a printed page */

div#masthead img {display: none;} /* All pages */ 

div#date {display: none;} /* All pages */

div#leftnav {display: none;} /* All pages */

div#rightcol {display: none;} /* All pages */

div#pagetop {display: none;} /* Used on some pages */

div#datescript {display: none;} /* All pages */

p.terms {display: none;} /* All pages */

body {
	background: #ffffff;
	font-size: 12pt;
	line-height: 1.125em;
	}

p, h1, h2, h3, h4, li {
	font-family: arial, Times, verdana, Georgia, "New Century Schoolbook", serif;
	}


/* ====================================================== ADJUST DIV WIDTHS */

div#maincontainer { /* All pages */
	width: auto; 
	margin: 0 4%; 
	color: #000000;
	background: transparent;
	text-align: left;
	}

div#content { /* All pages */
	width: auto; 
	margin: 0; 
	color: #000000;
	background: transparent;
	min-width: 100%; 
	max-width: 100%;
	}

div#content {
	min-height: 10px; 
	height: auto !important;  /* HERE BE AN IE6 HACK !!! */
  	height: 10px; 
	padding-bottom: 20px;
	} 

/* ====================================================== SORT OUT MASTHEAD AND SWITCH ON THE H1 */

div#masthead { /* All pages */
	height: 30px; 
	margin: 0;
	border-bottom: 1px solid #663399; 
	margin-bottom: 30px;
	}
	

div#masthead h1 { /* Displays on all pages in Print mode */
	display: inline; 
	margin: 0; padding: 0; 	
	background: #ffffff; 
	font-family: "courier new", arial, verdana, Georgia, "New Century Schoolbook", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #9966cc;
	}


/* ====================================================== LINK STYLES */

body a:link, /* Prints the links a blue colour */
body a:visited, 
body a:active 
	{
	color: #0000ff;
	background: transparent;
	font-weight: normal;
	text-decoration: underline; 
	font-style: normal;
	}

/* ====================================================== EXTERNAL LINKS */

a.external:link:after, 
a.external:visited:after {
 	content: " (" attr(href) ") ";
	} 

/* Eric Meyer's article at http://www.alistapart.com/articles/goingtoprint about printing external links */

/* ====================================================== ALL PAGES H1s AND H4s */

h1 {
	background: #ffffff;
	color: #9966cc; 
	font-size: 1.2em;
	line-height: 1em;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin-bottom: 1em;
	}

h4 {
	color: #9966cc;
	font-size: 1.0em;
	line-height: 1.25em;
	text-align: left;
	background: #ffffff;
	padding-left: 0px;
	margin-bottom: 1em;
	}

/* ====================================================== THAT IS ALL FOR NOW FOLKS */


















