﻿@import url("layout.css");
/* master sheet styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 690px;
	padding:5px;
	border-top: 5px solid #808080;
	border-right: 5px solid #808080;
	border-bottom: 5px solid #808080;
	border-left: 5px solid #808080;
}
#masthead img {
	border: 1px solid #3d6c87;
}
#corporate {
	color:#3D6C87;
}
#logo {
	float:left;
}
#myname {
	font-size: 2em;
	font-weight:900;
}
#myaddr {
	font-size: 1.2em;
	font-weight:700;
}
#myABN {
	font-size: 0.8em;
}
#navigation {
	position: relative;
	float: right;
	width: 148px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

/* Content Styles */
#leftpanel {
	float:left;
	width:150px;
	margin-top: 5px;
	padding:5px;
	/*border:1px black solid;*/
}
#content {
	width: 548px;
	padding: 5px;
	margin-left:155px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom: 2px solid #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #3d6c87;
}
#content hr {
	color: #3d6c87;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}

/* Footer Styles */
#footer {
	clear:left;
	width: 690px;
	padding: 5px;
	color: #808080;
	text-align: center;
}
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
#updated {
	font-size: 0.8em;
}
#webmaster {
	font-size: 0.5em;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}

/* Navigation Styles */
/* unused
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
*/
/* Link styles */
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
a:visited {
	color: #800000
}
a:active {
	color: #FF0000
}
