body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 20; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(../images/melb_city4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(../images/280x400.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 480px;
}
#mainContent  {
} 
.main_tbl_top {
	background-image: url(../images/12x550.png);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 9px;
	line-height: 9px;
}
.main_td {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/20x20.png);
	padding-top: 20px;
	padding-bottom: 20px;
}
.main_tbl {
	width: 551px;
}
#footer  {
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/25x850.png);
	background-repeat: no-repeat;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent_outer {
	background-image: url(../images/20x20.png);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main_tbl_btm {
	background-image: url(../images/12x550_btm.png);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 9px;
	line-height: 9px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #0066FF;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #0066FF;
}

#info dl {
	width:350px;
	height:8em;
	margin:2em auto;
}
#info dt {
  margin-bottom:1em; 
  font-weight:bold;
  }
#info dd {
	width:450px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#info li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
	font-size: 14px;
	margin-top: 25px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #0066FF;
	padding-left: 20px;
}
.image {
	border:0px solid #0066FF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;

}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	list-style-position: inside;
}

.body_text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066FF;
	font-weight: bolder;
	padding-left: 20px;
}
a.rhs_menu:link, a.rhs_menu:visited {
	color: #0033FF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}

a.rhs_menu:hover {
	color: #FF6633;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
a.plain:link, a.plain:visited {
	color: #0066FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
a.plain:hover {
	color: #FF6633;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.main_tbl_sgl {
	width: 846px;
}
a.ftr:link, a.ftr:visited {
	color: #0066FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}

a.ftr:hover {
	color: #FF6633;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.formElement {
	
	WIDTH: 100px
}

.formElement_contact {
	WIDTH: 150px;
	background-color: #E1E1E1;
	border: 1px solid #666666;
	font-size: 10px;
}
.fail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 20px;
}
.pass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009933;
	font-weight: bold;
	padding-left: 20px;
}
.form_text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
}
#info2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	list-style-type: decimal;
	font-size: 13px;
}
.body_text_dash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	padding-right: 20px;
	padding-left: 20px;
	list-style-position: inside;
}

