/* Elements */
body {
	margin: 0;  /** no margin **/ /** top, right, bottom, left **/
	padding: 0; /** no padding **/
	background-color:#0066ff;  /** #0066ff; blue background **/
	background: url(images/css/bluebackground.jpg); 
	width:100%;  /** use full screen width **/
	font-family: "Comic Sans", "Comic Sans MS", cursive;  /** default font - Comic Sans **/
	font-size: small;  /** deafult font size - small **/
	color:#2A00AA;   /** default font colour - navy blue **/
}

/* Header */
#header {
	background-color:#0066ff;  /** #0066ff; blue background **/
	height: 115px;  /** header height **/
	margin: 0;  /** top, right, bottom, left **/
	padding: 0;
}

/* Logo */
#logo {
	float: left;
	margin: 0;
	background: #0066ff url("images/css/CyclingKangaroo.gif") no-repeat left;
	height:80px;
	width:100%;
}

/* Content */
#content {
	padding: 10px 50px 50px 20px; /** top, right, bottom, left **/
	font-family: "Comic Sans", "Comic Sans MS", cursive;
}

/* Left Menu */
#leftmenu {
	float: left; 
	width:145px;
	height: 2000px;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: x-small; 
	text-transform: uppercase;
	text-align:left;
	margin: 0;
	padding-left: 0;
	color:#0000FF;
}

.topmenu {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ul {
	margin-left: 10px;
	margin-top: 3px;
	padding-top: 0px;
	padding-left: 2px;
	list-style: none;
}

.li a {
	margin-bottom: .5em;
	color:#0000FF;
}

ul#leftmenu li a:hover { /* Hover menu */
	font-weight:bold;
}

#mnu00 .mnu00, #mnu01 .mnu01, #mnu02 .mnu02, #mnu03 .mnu03, #mnu04 .mnu04, #mnu05 .mnu05, #mnu06 .mnu06, #mnu07 .mnu07, #mnu08 .mnu08, #mnu09 .mnu09, #mnu10 .mnu10, #mnu11 .mnu11, #mnu12 .mnu12, #mnu13 .mnu13, #mnu14 .mnu14, #mnu15 .mnu15 { 
/* When both body id = mnu# and the menu class = mnu# then do the following  */
	font-style:italic;
	text-decoration: none;
	color:#666666;
}

#Cuba00 .Cuba00, #NSW-Budawangs .NSW-Budawangs, #NSW-HangingRock .NSW-HangingRock, #NZ00 .NZ00, #WA00 .WA00, #VIC-MTMRT .VIC-MTMRT, #SA-Coonawarra .SA-Coonawarra, #QLD-Atherton .QLD-Atherton, #TAS00 .TAS00, #VIC-Murray .VIC-Murray, #NSW-Northern .NSW-Northern, #VIC-Bendigo .VIC-Bendigo, #NSW-Barrington .NSW-Barrington{
/* When both body id = mnu# and the menu class = mnu# then do the following  */
	font-style:italic;
	text-decoration: none;
	color:#666666;
}

/* Main Contents */
#main {
/*	float: left; 
	width: 98%;
	padding: 0 0 0 2em;  */
}

#main h2 {
	margin-bottom: .3em;
	font-size: 2em;
}

h1 {text-align:center; color:blue}
h2 {text-align:center; color:blue}
.bold {font-size:1.2em; font-weight:bold;}
.large {font-size:2.3em;}
.medium {font-size:1.5em;}
.small {font-size:1.0em;}
.x-small {font-size:0.6em;}
.black {background-color: #000000;}
.centre {text-align:center;}
.center {text-align:center;}
.pad100px {display:block; height:100px;}
img.border {border:10px solid #000000;}
img.noborder {border:0px}


/* Footer */
#footer {
	padding: 5px 0;
	color:yellow;
	background-color:#0066ff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}