@CHARSET "ISO-8859-1";
html,body {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #608399;
	color: white; 
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
p {
	margin: 0 10px 10px 0;
	line-height: 16px;
}
#left p {
	margin: 0 0 10px 0;
	line-height: 13px;
}
#header {
	background-image: url('../backgrounds/L172_WEB_LOW_RES.JPG');
	background-repeat: no-repeat;
	height: 100px;
	line-height: 100px;
	margin: 0;
}
#header h1 {
	margin: 0;
	padding-left: 10px;
	color: #79B30B;
}
#container {
	text-align: left;
	background-color:#608399;
}
#footer p {
	margin: 0;
	padding: 5px 5px;
	font-size: 10.5px;
}
#container {
	width: 950px;
	margin: 0 auto;
}
#wrapper {
	float: left;
	width: 100%;
}
#content {
	margin: 0 0 0 150px;
	padding-left: 5px;
	padding-right: 5px;
}
#content h3 {
	color: #99EEAA;	
}
#fullsizecontent {
	margin: 0 0 0 0px;
	height: 100%;
}
#navigation {
	float: left;
	width: 150px;
	margin-left: -950px;
	font-size: 11px;
	background-color: #608399;
}
#footer {
	clear: left;
	width: 100%;
	background-color: #608399;
	text-align: center;
}
#logo {
	position:absolute;
	margin-left:8px;
	margin-top:8px;
	width:300px;
	height:51px;
	background-image:url('../logos/nzmyway_web20_2_porkies_300x51.JPG');
}
#toolbar {
	background-color: #608399;
	clear: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.toolbarwhite {
	background: transparent;
	font-size: 13px;
}
.toolbarwhite a {
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
}
a:link {
	color: #96dfee;
}
a:visited {
	color: #96dfee;
}
a:hover {
	color: white;
	background: transparent;
}
a:active {
}
.toolbarwhite a:link {
	color: #96dfee;
}
.toolbarwhite a:visited {
	color: #96dfee;
}
.toolbarwhite a:hover {
	color: white;
	background: transparent;
}
.toolbarwhite a:active {
}
strong {
	font-size: 13px;
}