/* CSS Document */

/*
Style Name: Fraser Coast 2031
Style URI: http://www.frasercoast.qld.gov.au/
*/

/* Font Styles */

body {
    text-align:left;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:62.5%; /* Resets 1em to 10px */
	color:#666;
	background-color:#eee;  
}
h1 {
    font-size:1.4em;
    line-height:1.3em;
    margin:0;
    padding:0;
    color:#00405b;
}
h2 {
    font-size:1.3em;
    margin:1.2em 0 1.0em 0;
    padding:0;
    color:#00405b;
}
div > h2:first-child {
	margin:0 0 1.0em 0;
}
h3 {
	font-family:Georgia, serif;
	font-weight:normal;
    font-size:1.8em;
    line-height:1.2em;
	font-family:Georgia;
    margin:0 0 0.5em 0;
    padding:0;
    color:#333;
}
a:link, a:visited {
	color:#3399ff;
	text-decoration:none;
}
a:hover {
    color: #A34F00
}
p {
	margin:0 0 1em 0;
}
hr {
	color:#899dc8;
	background-color:#899dc8;
	height:2px;
	border:none;
}

/* Layout Styles */

div#page {
	background-color:#fff;
	border-style:solid;
	border-color:#bbb;
	border-width:0 1px;
	font-size:1.4em;
}
div#header {
}
div#leftCol {
	line-height:1.6em;
}
div#leftCol div.leftColHolder {
}
div.leftColHolder h1 {
    font-size:14px;
    color:#fff;
    background:white url(img/leftbar-title.gif) no-repeat top left;
    padding:3px 0 3px 6px;
    font-weight:bold;
	margin:0 0 5px 0;
}
div.leftColHolder ul {
	padding:0 10px 0 5px;
	margin: 0;
}
div.leftColHolder li {
	text-align:left;
	padding:0 0 0 2px;
	margin:0;
	line-height:1.4em;
	list-style-type:none;
	border-bottom:1px solid #ebebeb;
	list-style-type:none;
}
div.leftColHolder li a {
	color:#0F74A6;
	line-height:1.4em;
	text-decoration:none;
	display:block;
	border:0;
	padding:5px 0 5px 0;
	margin:0;
	list-style-type:none;
	background:#fff;
}
div.leftColHolder li a:hover {
	background: #fff;
	color: #A34F00;
	font-weight: normal;
}
div#main {   
    background-color:#fff;
	line-height:1.9em;
}
#main ul {
	padding:0 0 0 20px;
	margin:0 0 0 20px;
}
div#rightCol {
	border:3px solid #899dc8;
	line-height:1.6em;
}
div#footer {
}

/* Other Styles */
.tothetop .toplink {
	padding:0 0 0 12px;
	background:url(img/tinyuparrow.png) no-repeat;
	background-position:left 4px;
}
.tothetop a.toplink, .tothetop a.toplink:hover {
	color:#666;
	text-decoration:none;
}
