html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

#pagewidth{ 
	width:952px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:auto; 
	background-color:#FFFFFF; 
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
 
#leftcol{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 22px;
	width:418px; 
	float:left; 
	position:relative; 
}
 
#twocols{
	width:470px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:215px; 
	padding-top: 22px;
	margin-right: 11px;
	float:right; 
	position:relative; 
}
 
#maincol{
	float: left; 
	padding-top: 22px;
	display:inline; 
	position: relative; 
	width:215px; 
}
 
#footer{
	clear:both;
	height: 1px;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#logo {
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 16px;
	text-decoration: none;
	color:#000000;
}

a{
	color: #FF6600;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#menu a{
	color:#000000;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
}

#main_image {
	margin-left: 1%;
	margin-right: 1%;
}

.heading_blue{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

.heading_green{
	font-size: 12px;
	font-weight: bold;
	color: #006600
}

.heading_red{
	font-size: 12px;
	font-weight: bold;
	color: #CE0000;
}

.text_blue{
	font-weight: bold;
	color: #000099;
}

.text_green{
	font-weight: bold;
	color: #006600
}

.text_red{
	font-weight: bold;
	color: #CE0000;
}


#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 6px;
	text-align: right;
}
#au_map {
	margin-left: 25px;
}

.underline {
	padding-top: 8px;
	padding-bottom: 2px;
}

label,.inputtext,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

textarea {
	height: 150px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

.send{
	margin-left: 95px;
    _margin-left: 48px;
	width: 255px;
	color:#050;
	font-size:small;
	font-weight:bold;
	border:1px solid;
}

.detail {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}