/*-------------------- Cascading Style Sheets for milestonegroup.com.au --------------------*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #024126;
	color: #FFF;
}
A:link {
	text-decoration: none;
	color: #996600;
}
A:visited {
	text-decoration: none;
	color: #996600;
}
A:active {
	text-decoration: none;
	color: #99CC00;
}
A:hover {
	text-decoration: underline; color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 18px;
	font-weight: normal;
	color: #2F9F45;
	text-decoration: none
}
H2 {
	font-size: 15px;
	font-weight: bold;
	color: #9F0;
	text-decoration: none;
	text-align: center;
}
H3{
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}
H4 {
	font-size: 16px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
H5 {
	font-size: 14px; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: none
}
H6 {
	font-size: 11.5px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}



/*-------------------- layout-divs --------------------*/


#container{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 200px 0 0 0;
}

.logo{
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
	
}
.textbox{
	width: 480px;
	margin: 0px;
	padding: 0px;
	float: right;
	
}

