﻿body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC url(images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size:small;
}

p.importantNote
{
    font-style:italic;
}

p.backToTopLink
{
    text-align:center;   
}

a {
	color: #b62708;
}

/*a.register 
{
    color:red;
}*/

a.name 
{
    color:Black;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 740px;
	height: 140px;
	margin: 0 auto;
	background-color: #2263ff;
    /*background: url(images/nzAuMap.jpg) no-repeat center left;*/
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu
{
    margin: 0 auto;
    width: 720px;
    padding-left: 20px;
    height: 38px;
    background: url(images/buttons_back.gif) repeat-x;
    border-top: 1px solid #ffffff
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 95px;
	height: 23px;
    background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	color:#25262a;
}

#menu a:hover {
	width: 95px;
    height: 23px;
	text-decoration: underline;
	background: url(images/buttons_back_r.gif);
}

#menu a:active 
{
    text-decoration: underline;
    background: url(images/buttons_back_r.gif);
}

#menu a.register 
{
    color:Red
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	background: url(images/img2.gif);
	border-top: 1px solid #CCCCCC;
}

#colOne {
	float: left;
	width: 449px;
	padding: 20px;
}

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
}

/* Content > ColOne */

/* Content > ColTwo */

#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	color: #FFFFFF;
	padding-bottom: 2px;
	/*	margin-bottom: 1em;*/
}

#colTwo li li {
	padding-left: 1em;
	padding-bottom: 2px;
}

#colTwo a {
	color: #FFFFFF;
}

#colTwo a.register {
	color: #FFFFFF;
}

#colTwo p {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}

#fullWidthContent 
{
    background-color:white;
    width: 700px;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px solid #CCCCCC;
}

th
{
    text-align:left;
    padding-bottom:5px;
}

td
{
    font-size:small;
}

span.highlight
{
    font-weight:bold;  
}

#registrationForm
{
    padding:10px 10px 10px 10px;
    border:dashed 1px black;  
    /*background-color:#d9dadb;*/
    background-color:#c3d2f8;
}

#registrationForm span.hint
{
    font-weight:bold;
    color:#2263ff;   
}

#registrationForm input.submitButton
{
    font-weight:bold;
}

#registrationForm td.col1
{
    width:350px;
}

#registrationForm td.col2
{
    width:350px;
}

#registrationForm td.submitButton
{
    text-align:center;
}

#registrationForm select.countries
{
    width:340px;
}

#generalEnquiryForm input.submitButton
{
    font-weight:bold;
}

#generalEnquiryForm td.col1
{
    width:100px;
    text-align:right;
}

#generalEnquiryForm td.col2
{
    width:300px;
}

#MedicalRegistrationRequirements table
{
    border-collapse: collapse;
    border-style:solid;
    border-color:gray;
    border-width:1px;  
}

#MedicalRegistrationRequirements td
{
    border-style:solid;
    border-color:gray;
    border-width:1px;  
}

#AusTaxationData table
{
    border-collapse: collapse;
    border-style:solid;
    border-color:gray;
    border-width:1px;  
}

#AusTaxationData thead
{
    background-color: #EDEDED;
}

#AusTaxationData td.col1
{
    width:150px;
}

#AusTaxationData td.col2
{
    width:300px;
}

#NZTaxationData table
{
    border-collapse: collapse;
    border-style:solid;
    border-color:gray;
    border-width:1px;  
}

#NZTaxationData thead
{
    background-color: #EDEDED;
}

#NZTaxationData td.col1
{
    width:165px;
}

#NZTaxationData td.col2
{
    width:145px;
}

#NZTaxationData td.col3
{
    width:145px;
}