/**
 *	Print stylesheet for NZDF
 	created 15/10/03 tdw terry@neogine.co.nz

	Formats page for print output hides navigation, and displays link URI in
	browsers that support attribute selectors and generative content.
   
	This stylesheet contains one CSS 3 rule that prevents it from validating
	as CSS2: #main a[href^="/"] 
 */

body {
	background: white;
	font-size: 11pt;
}

#sidebar,#navbar,#footer,#imgs, #search, #breadcrumb {
	display: none;
}
.clearingDiv {
clear:both;
padding-bottom: 1em;
}
.pullout {
	float: none;
}
#logo img {
float:left;
}
#logo h1 {
font-family: sans-serif;
font-size: 14pt;
}
#logo h2 {
font-family: sans-serif;
font-size:11pt;
}

#wrapper, #main {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

#main {
	padding-top: 1em;
	border-top: 1px solid #930;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#main a:link:after, #main a:visited:after {
	content: " <" attr(href) "> ";
	font-size: 90%;
}

#main a[href^="/"]:after {
	content: " <http://www.nzdf.dixs.mil.nz" attr(href) "> ";
}
h1,h2,h3,h4,h5,h6 {
font-family: sans-serif;;
}
h1 {
font-size:14pt;
}
h2, h3,h4,h5,h6 {
font-size:12pt;
}
td,th {
font-family: sans-serif;
font-size: 10pt;
vertical-align: top
}
th {text-align: left;}

.obverse, .reverse {
width: 216px;
padding: 0 3% 1em 3%;
}

.obverse{
float: left;
}

.reverse {
float:right;

}

/*#divmain submenu ul, li {
	display: none;

}*/

#main ul {
list-style: none;
}

#divmain submenu {
	display: none;

}

img {border: none;}
