/*
Title:     Base Print styles for NZNA Website
Updated:   20 Jan 2007
*/

#header, #nav, #left, #footer {
	display: none;
}

#events_title, #eventspagelinks, #printhide {
	display: none;
}

#wrap {
	width: auto;	
}

#main1, #main2, #middle, #content {
	margin : 0;
	padding : 0;
}

body {
	background: background-image;
	background-attachment: scroll;
	background-image: url(/images/eventscal.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

h1 {
	font-size : 18px;
	font-weight : bold;
	color : #000000;
	text-transform : uppercase;
	margin : 0em 0em 0em 0em;
	padding : 0px 0px 0px 0px;
	border-top: #ffffff solid 0px;
}

#webcalevents dt {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	margin: 0 0 5px 0;
	padding 0 0 0 25px;
}

#webcalevents dd strong {
	font-size: 14px;
	color: #000000;
}

#webcalevents dd p {
	font-size: 12px;
	color: #000000;
	margin : 0 0 0 2em;
}

#webcalevents dh {
	display: none;
}

#webcalevents img {
	display: none;
}
