/*
version 1.0 of css for ARC resource pack when printing web pages
author: platform 1 design
email: info@platform1design.com
website: http://www.platform1design.com
*/

* { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000;
line-height: 1.8em;
}

.clear {
	clear:both;
}

body {
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:10px;
	color: #668e84;
}

h2, info h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top:1.4em;
	margin-bottom:0.7em;
	color: #EE6E2D;
	}
	
.modF h2, .modF h3 {
	color: #53AD57;
}

.modC h2, .modC h3 {
	color: #D85152;
}



h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #EE6E2D;
}

h3 .title {
	font-style:italic;
	font-weight: normal;
}	

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0.7em;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
}

h6 {display: none;}

strong {
	font-weight: bold;
}

.italic { font-style: italic;}

a {
	text-decoration: none;
}

/*emphasised text*/

.emphasis {
	color: #EE6E2D;
	font-weight: bold;
}

.modF .emphasis {
	color: #53AD57;
}

.modC .emphasis {
	color: #D85152;
}

.reading .emphasis {
	color: #1B7BAE;
}

.white {
	color: #fff;
}

/*overall site area*/

.frame {
	width: 999px;
	margin: 0 auto;
	background-color: #FFF;
	}


/*banner area*/

.bannerprint {display: none;}

.arc-banner {
	height: 152px;
	width: 999px;
	 }
	 
/*main navigation*/
.nav { 	display: none; }


/*content*/

.content {
	margin:0;
	border-top:1px solid #fff;
}

/*menu area*/

.menu { display: none; }


/*text area*/

.text {
	margin: 27px 0 0 0;
}

.text p {
	margin: 0 0 0.7em 0;
	width: 50em;
}

.text a { color: #EE6E2D; font-weight: bold; }

.modF .text a { color: #53AD57; }

.modC .text a { color: #D85152; }

/*lists*/


	
/*tables*/

table {
	border-collapse: collapse;
	width: 600px;
	margin: 0;
	}

tr.top td {
	border-bottom: 3px solid #EE6E2D;
	text-align: left;
}

tr.topHead td {
	border: none;
}

tr.header td, td.header {
	background: #EE6E2D;
	border-bottom: none;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

td {
	border-bottom: 1px solid #EE6E2D;
	padding: 0.2em 0 0.2em 0.5em;
	vertical-align: top;
	}
	
.divider td {
	border-bottom: 3px solid #EE6E2D;
}	

.modF tr.top td {
	border-bottom: 3px solid #53AD57;
}

.modF tr.header td, td.header {
	background: #53AD57;
}

.modF td {
	border-bottom: 1px solid #53AD57;
	}
	
.modF .divider td {
	border-bottom: 3px solid #53AD57;
}	


.modC tr.top td {
	border-bottom: 3px solid #D85152;
}

.modC tr.header td, td.header {
	background: #D85152;
}

.modC td {
	border-bottom: 1px solid #D85152;
	}
	
.modC .divider td {
	border-bottom: 3px solid #D85152;
}	

td.bold, .bold {
	font-weight: bold;
}

td.centre, .top td.centre {text-align: center;}

tr td.title  {	font-weight: bold;}	

td.type {	width: 60px;}

td.number {	width: 20px;}

td.title { width: 440px;}

td.word {	width: 40px;}

td.pdf { width: 40px;}
