body {
	text-align: center;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1E02A4;
}

.bodyTextRed {
	background: #F2D05F;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	font-size: 11pt;
	color: #6D1B51;
}

#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../new_zealand_holiday/australian_package_holiday.gif);
	background-repeat: repeat-y;
	border: 2px solid #c0c0c0;
}
#pageHeader {
	height: 103px;
	width: 750px;
	border-bottom: 2px solid #c0c0c0;
}
#leftCol {
	float: left;
	width: 20%;
	text-align: left;
	background-color: #1E02A4;
	padding-top: 5px;
}
#mainContent {
	float: right;
	width: 76%;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#footer {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 750px;
	margin: 0px;
	text-align: center;
	border-top: 2px solid #c0c0c0;
	
}
#footerContent {
	padding: 5px;
	color: #2e70a4;
	position: relative;
	margin: 0px;
}
h1	{
	font-weight: bold;
	font-size: 12pt;
	color: #1E02A4;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h2	{
	font-weight: bold;
	font-family: Arial;
	font-size: 11pt;
	color: #1E02A4;
	margin-bottom: 5px;
	}
	
.clear {
	clear: both;
}
hr {
	width: 80%; 
	color: #1E02A4;
	background-color: #1E02A4;
	height: 2px;
	border: none;
	text-align: center;
}

.menuHead {
	text-align: center;
	color: #FF9900;
	padding-bottom: 5px;
	margin-left: -10px;
	font-size: 8.6pt;
	padding-top: 10px;
}

p {
	margin-bottom: 12px;
}
.form {
	font-size: 9pt;
}

.submit { color: #FAE5B5; font-weight: bold; margin-bottom: 10px; margin-top: 5px;}


a:link	{ 
	text-decoration: underline; 
	color: #1E02A4; 
	font-weight: normal; 
	}
a:visited	{ 
	text-decoration: underline; 
	color: #1E02A4; 
	font-weight: normal; 
	}
a:active	{ 
	text-decoration: underline; 
	color: #DC6950; 
	font-weight: normal; 
	}
a:hover	{ 
	text-decoration: underline; 
	color: #DC6950; 
	font-weight: normal 
	}
table   {
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	}

UL	{
	list-style-type: disk;
	list-style-position: outside;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	color: rgb(46,112,164);
	margin-top: 5px;
	margin-bottom: 5px
	}
OL	{
	list-style-position: outside
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	color: rgb(46,112,164);
	}


