﻿@charset "utf-8";
/* CSS for html docs */




body {
	margin: 1em;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.headerlogo { float:right;}
.header {margin-bottom:2em;}


h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 9px 0;
	line-height: 26px;
}

h2 {
	font-size: 1.2em;
	font-weight:bold;
	margin:4px 0 10px 0;
	padding:4px 0 12px 0;
	line-height:26px;
	border-top: solid 1px #333;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 9px 0;
}

.table_content {font-size:0.8em;}
.table_heading { background-color: #00a8de; color: #ffffff; font-weight:bold;padding:2px;}
.table_heading_c  { background-color: #00a8de; color: #ffffff; font-weight:bold;padding:2px; text-align:center;} 
.table_cell_title {padding:2px;font-weight:bold;text-align:left;}
.table_cell {padding:2px;}
.table_cell_c {padding:2px;text-align:center;} 
.table_cell_r {padding:2px;text-align:right;} 


.line {
	color:#333;
	border: soild 1px #94daf1;
	border-style: none none solid;
	background-color: #f7fbfe;
}

.footer {
		color: #FFFFFF;
	background-color: #0d0d0d;
	margin-top: 30px;
	height:60px;
	margin-bottom:0;
	 background-image: url(http://www.geelongaustralia.com.au/Library/navimages/footer_background.gif);
	 background-repeat:repeat-x;
}
	
.footerul {
    margin: 0;
	padding: 0 0 10px 0;
	list-style-type:none;
}

.footer li{
	font-size: 0.7em;
	margin: 0;
	display: inline;
	padding-right: 4px;
}

.footer li a{
	color: #FFF;
	text-decoration: underline
	
}
.footer li a:hover {
	color: #00a8de;	
	text-decoration: none;
}


p {
	font-size: 0.8em;
	margin:0;
	padding-bottom:9px;}
	
a:link {color:#19548e;text-decoration:none;}

a:visited {color:#19548e;text-decoration:none;}

a:hover {color:#000000;text-decoration:underline; }


ol.ol-num,
ol.ol-num ol {
    list-style: none;
    counter-reset: item;
}
ol.ol-num > li,
ol.ol-num ol > li {
    display: table;
    margin-left: -18px !important;
    counter-increment: item;
}
ol.ol-num > li:before,
ol.ol-num ol > li:before {
    content: counters(item, ".") ".";
    display: table-cell;
    padding-right: 4px !important;
}