/*
@site:
@name:		Parts all over - Print rules
@author:	Rhys Burnie - Hugeobject - http://www.hugeobject.com.au
@required:	layout.css
*/

body,
div#shell,
div#content,
div#main,
div#sub {
	background: #fff;
}

div#nav_ancillary,
div#nav_main,
div#nav_local,
div#content_top_row,
div#content_btm_row,
p#breadcrumb,
div#footer,
div#footer_btm_row {
	display: none;
}

div#main,
div#sub {
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}
div#header h1 {
	width: auto;
	height: auto;
	text-indent: 0;
	position: relative;
	top: 0;
	left: 0;
	background: none;
}
body {
	font: 12pt Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #008CD1;
	padding: 0 5px 0 25px;
	margin: 0.3em 0 0.4em 0;
}
h2 {
	font-size: 1.36em;
	font-weight: bold;
	color: #008CD1;
	padding: 0 5px 0 25px;
	margin: 0.2em 0 0.3em 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #004970;
	padding: 0 5px 0 25px;
	margin: 0.2em 0 0.3em 0;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #004970;
	padding: 0 5px 0 25px;
	margin: 0.2em 0 0.3em 0;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #004970;
	padding: 0 5px 0 25px;
	margin: 0.2em 0 0.3em 0;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #004970;
	padding: 0 5px 0 25px;
	margin: 0.2em 0 0.3em 0;
}

p {
	padding: 0.8em 5px 0.8em 25px;
	line-height: 1.6em;
}
strong, b { 
	font-weight: bold;
	color: #004a6d;
}
em, i { font-style: italic; }
small { font-size: 0.8em; }
img { border: 0; }
div.center-image { text-align: center; }

a,
a:link,
span.psuedo-link {
	color: #008DCF;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand; /* ie6 */
}
li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
ul {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 45px;/* redefined in ie6.css and ie7.css (41px) NB: opera also seems to have a 4px difference for ul too */
}
ol {
	margin-left: 45px;
}

table {
	width: 99%;
	border: 1px solid #000;
}
th, td {
	border: 1px solid #000;
	padding: 0.2em;
}

