body
   {
	background-color: FFFFFF;
	background-image: url(/jeff/images/backgrounds/australia.jpg);
	background-repeat: repeat-y;
        padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Trebuchet, Arial, sans-serif;
   }

#head
   {
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	color: 000000;
	margin: 0;
   }
#head img
   {
	border: none;
	margin: 0 0 -4px 0;
   }

#leftcol
   {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100px;
	color: 000000;
	text-align:center;
   }
#leftcol hr
   {
	display: none;
   }
#leftcol .heading
   {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
   }
#leftcol a
   {
	color: 000000;
	text-decoration: none;
   }
#leftcol a:hover
   {
	color: CCCCCC;
   }
#leftcol img
   {
	border: 0;
	padding: 0 0 1px 0;
	margin: 0;
   }

#rightcol
   {
	position: absolute;
	right: 0;
	top: 100px;
	width: 100px;
	text-align: center;
	color: 000000
   }
#rightcol hr
   {
	display: none;
   }
#rightcol .heading p
   {
	width: 100%;
	font-size: 120%;
	font-family: Impact, Trebuchet, Arial, sans-serif;
	margin: 0 0 0 0;
   }
#rightcol img
   {
	border: 0;
	padding: 0 0 1px 0;
	margin: 0;
   }
#rightcol a
   {
	color: 000000;
	text-decoration: none;
   }
#rightcol a:hover
   {
	color: CCCCCC;
   }
#rightcol p
   {
	margin: 0 0 0 0;
	font-size: 10pt;
   }


#content
   {
	margin: 0 105px 0 105px;
	padding: 0;
   }
#content form
   {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
   }

#midcol
   {
   }

#update
   {
	background-color: transparent;
	color: 000000;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1em;
	margin: 0 30px 50px 30px;
   }

#update h1
   {
	text-align: center;
	font-family: Trebuchet, Arial, non-serifs;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 0;
   }

#update p
   {
	font-family: Trebuchet, Arial, non-serifs;
	text-indent: 1.5em;
   }
#update p.noindent
   {
	text-indent: 0;
   }
#update .pic
   {
	background-color: FFFFFF;
	padding: 8px 12px 8px 12px;
	text-indent: 0;
	float: right;
	font-size: 8pt;
	color: 000000
   }
#update .pic img
   {
	display: block;
	margin-bottom: -12px;
	text-align: center;
   }
#update .picleft
   {
	background-color: FFFFFF;
	padding: 8px 12px 8px 12px;
	text-indent: 0;
	float: left;
	font-size: 8pt;
	color: 000000
   }
#update .picleft img
   {
	display: block;
	margin-bottom: -12px;
	text-align: center;
   }

#update .datetime
   {
	margin-top: 8px;
	float: left;
   }
#update .date
   {
	font-size: 12pt;
	text-indent: 0;
	margin-bottom: 0;
   }
#update .time
   {
	margin: 0 0 0 0;
	font-size: 8pt;
	text-indent: 0;
   }
#update .footnote
   {
	font-size: 65%;
   }

#footer
   {
	background-color: FFFFFF;
	color: 000000;
	padding-left: 10px;
	padding-right: 10px;
   }
#footer hr
   {
	display: none;
   }
