html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float:right;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 14px arial, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
	
body {
	background: url(images/bg_main_6a.jpg) no-repeat;
	background-position: top right;
	background-color:#1d5f99;
}

/*link colours*/
a:link
{
	color: #336699;
	text-decoration:none;
}

a:visited
{
	color: #336699;
	text-decoration:none;
}

a:active
{
	color:#336699;
	text-decoration:none;
}

a:hover
{
	color:#003366;
	text-decoration:underline;
}

#header
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	background: url(images/bg_top.gif) repeat-x;
	background-position:top left;
}
	
#tafe_logo{
	float: left;
	top: 0px;
	left: 0px;
	margin:0px 0px 0px 0px;
}

#main_left_column{
	width:180px;
	float:left;
	margin-left:0px;
	margin-top:58px;
	margin-bottom:0px;
	padding:0 0 0 0;
	text-align:center;
}

#main_column{
	margin-top:22px;
	margin-left:108px;
	padding-left:108px;
}

#main_column ul.smallbullets {
	margin-top: 12px;
	margin-left: 14px;
	padding: 0;
	font-weight: normal;
}
#main_column ul.smallbullets li {
	background: top left url(images/bullet_small_dot.gif) no-repeat;
	margin: -6px 0 8px -4px;
	padding: 0 4px 0 20px;
}

/* Navigation */

#navigation a{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	display:block;
	line-height:26px;
	border-right: 2px solid #FFFFFF;
	border-top:0px;
	background:#f6a234;
	text-decoration:none;
}
#navigation img {
	text-align:center;
}
	

#navigation a:link{
	color: white;
}
#navigation a:visited{
	color: white;
}
#navigation a:hover {
	color: #f3bc74;
	background:#F38C10;
}
#highlight{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	color:white;
	line-height:25px;
	background:#F38C10;
	border-bottom:1px dashed white;
}
#poo{
	float: right;
	padding:0 18px 0 0;
	}
#tools
{
	clear:right;
	color:#336699;
	padding:6px 28px 0 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	text-align: right;
	white-space:nowrap;
}
#tools a:link
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	color: #FFFFFF;
	background: #174b78 repeat-x;
	width:100%;
	border-top:1px solid #ffffff;
	padding: 6px 0 5px 0;
	margin-top: 0px;
	font-weight: bold;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 0;
}