<style type="text/css">
body.first {
	margin: 20px 0px 0px 0px;
	background: #b3e2f5;
}

#object1 {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9px;
	text-align: left;
	position: absolute;
	color: #3F3F3F;
	z-index: +1;
	visibility: visible;
	left: 25px;
	top: -100px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9pt;
	color: white;
	font-weight: bold;
}
.content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	background-image: url('Graphics/Mawson.jpg');
	background-position:  bottom right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.text {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	color: #303030;
	text-align: left;
}
.text-recent {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	color: #303030;
	background-color: #eeeeee;
	text-align: left;
}
.text-c {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	color: #303030;
	text-align: center;
}
.legal {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #303030;
	text-align: center;
}
.photo-1 {
	font-family: Times New;
	font-size: 11pt;
	color: #3030BB;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.photo-2 {
	font-family: Times New;
	font-size: 10pt;
	color: #303030;
	text-align: center;
	font-weight: bold;
}
.photo-3 {
	font-family: Times New;
	font-size: 9pt;
	color: #303030;
	text-align: center;
	font-weight: normal;
}
.library {
	font-family: Times New;
	font-size: 10pt;
	color: #202020;
	text-align: left;
	font-weight: normal;
}
.h1 {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	color: #303030;
	font-weight: bold;
}
.h2-c {
	color: #2084AE;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	background-color: #BBE5F7;
}
.h2-l {
	color: #207396;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	background-color: #ffffff;
}
.h3 {
	color: #202020;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	background-color: #cccccc;
}
.h3-recent {
	color: #202020;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	background-color: #dddddd;
}
.h4 {
	color: navy;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
hr.grey {
	height: 2px;
	width: 100%;
	text-align: left;
	color: #999999;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr.blue {
	height: 1px;
	width: 100%;
	text-align: left;
	color: #207396;
	margin-bottom: 0px;
	margin-top: 2px;
}
.navbar {
	color: white;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	text-align: center;
	line-height: 2;
}
a.navbar:link, a.navbar:visited {
	color: white;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	text-decoration: none;
	background-color: #2195c5;
	display: block;
}
a.navbar:hover {
	color: white;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	text-decoration: none;
	background-color: #165a76;
}
a:link {
	color:blue;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color:red;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:blue;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:darkred;
	text-decoration: underline;
}
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #DDDDDD;
	/*padding: 0px;*/
	/*left: -500px;*/
	border: 1px solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -300px;
	left: -100px; /*position where enlarged image should offset horizontally */
}
</style>