body {
	font-family: Verdana, sans-serif;
	font-size: small;
	margin: 0;
	background-color: #C7F1DF;
	color: #10191C;
}
h1,h2,h3,h4,h5 {
	margin: 0;
}
h1 {
	padding: .5ex;
}
div.container {
	
}
div.header {
	background-color: #8BADB0;
}
div.title {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 5em;
}
div.content {
	margin: 5px;
}
div.list {
	float: left;
	width: 70%;
	background-image: url(australiaoutlinef.gif);
	background-repeat: no-repeat;
}
div.info {
	float: right;
	width: 30%;
	
	background-color: #C0CCE0;
	font-size: x-small;
}
div.footer {
	font-size: xx-small;
	clear: both;
	text-align: center;
	padding: 10px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li.type {
	font-size: medium;
	font-weight: bold;
}
li.state {
	font-size: smaller;
	margin-left: 2em;
	font-weight: bold;
}
li.item {
	margin;
	margin-left: 2em;
	font-size: smaller;
	font-weight: normal;
}
form {
	background-color: #B3C2D8;
	margin: 5px;
	padding: 5px;
}
input {
		font-size: x-small;

}