@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #999999;
	text-align:center;
	width:100%;
	height:100%;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.header {
	margin:10px 0 0 0;
	background-image: url(../images/NZRA_Header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 659px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-color:#333333;
}
.body_cont {
	width: 659px;
	height:100%;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-color:#333333;
}
.body_cont a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.body_cont a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.body_cont a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.body_bump {
	padding: 8px;
}
.footer_bump {
	padding: 12px 0 0 0;
}
.event_date {
	font-weight: normal;
	vertical-align:middle;
}
.event_title {
	font-weight: bold;
	padding: 4px 0 0 3px;
}
.event_register {
}
.toggle {
	display:none;
	text-align:left;
	background-color: #E4E4E4;
	margin: 3px 0 7px 0;
}
.dashed_line {
	background-image: url(../images/dotted_line.png);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	background-position: center;
}
.toggle_content {
	padding: 3px 3px 3px 3px;
}
