.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 2px solid #E8ECF5;
	text-align: left;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #E8ECF5;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFFFFF;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: top;
} 

#footer {
	padding: 0;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#form {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 48px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

h1 {
	color: #990000;
	font-family: Verdana, arial, "sans serif";
	font-size: 12pt;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
}
h2 {color: #2A2D7C;
	font-family: Verdana, arial, sans serif;
	font-size: 24pt;}

body, p, li, tr, td {
	color: #2A2D7C;
	font-family: Verdana, arial, sans serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 160%;
}
p {
	margin-bottom: 10px;
}


ul  {
}

	
.LogoLine	{margin-left: 150px; margin-top: -28px;
	text-align: left;
	color: #B8162F;
	font-family: Verdana, arial, sans serif;
	font-size: 16pt;}
	
.size8point { font-size: 8pt }
.size10point { font-size: 10pt }
.size12point { font-size: 12pt }

A:Link {color: #2A2D7C;
	text-decoration: underline;
	font-family: Verdana, arial, sans serif;
	font-size: 10pt;}
A:Active { color: #2A2D7C;
	text-decoration: underline;
	font-family: Verdana, arial, sans serif;
	font-size: 10pt;}
A:Visited { color: #2A2D7C;
	text-decoration: underline;
	font-family: Verdana, arial, sans serif;
	font-size: 10pt;}
A:Hover {color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-family: Verdana, arial, sans serif;
	font-size: 10pt;}#header {
	background-color: #E8ECF5;
	margin: 0px;
	padding: 0px;
	background-image: url(images/australia-migration.jpg);
	background-position: center top;
	height: 100px;
	background-repeat: no-repeat;
}
#mainContent p {
	padding-right: 4px;
}

