<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	x-background-color: #07421C; /* dark green */
	background-color:#e0e0e0;/*light grey*/
	text-align: center;
	}
#wrapper {
    width: 780px;
	margin: 0 auto 20px auto;
	background-color:#fff;
	border: 1px #fff solid;
	text-align: left;
	}
#banner {
    width: 780px;
	font-size: 1.2em;
	text-align: center;
	}
#footer {
    clear: both;
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 3em 50px 0;
	border-top: 1px solid #666;
	}
#footer p {
    line-height: 1.3em;
	margin: 0.8em 0;
	}	
#footer p.contactus {
    width: 70%;
	margin: 0 auto 3em;
	border: 1px solid #6c6c6c; /* dark grey */
	background-color: #eaeaea; /* light grey */
	padding: 1em;
	}
.clear { clear: both; }
.clear1 {
	clear: both;
	height: 1px;
}
#top { display: none; }
/* for drop down menus -------------------------------------------------------------- */
#navBar {
	padding: 6px 6px 0;
	margin: 0;
	background-color: #015A21; /* green */
    }
#nav, #nav ul { /* all lists */
	padding: 0 2px 0 3px;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
    }
#nav a {
	display: block;
	padding-left: 5px;
	color: #fff;
	text-decoration: none;
    }
#nav a:link {color: #fff;}
#nav a:visited {color: #fff;}
#nav a:active {color: #fff;}
#nav a:hover {
    background-color: #fff;
    color: #000;
    }
#nav li { /* all list items */
	float: left;
    }
#nav li ul { /* second-level lists */
	position: absolute;
	background: #015A21; /* green */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
    }
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
    }
.home {width: 4.5em;}
.internl {width: 12em;}
.ausregattas {width: 11.5em;}
.assoc {width: 11.5em;}
.sch {width: 9.2em;}
.clubs {width: 8em;}
.dd_home {width: 11em;}
.dd_internl {width: 17.5em;}
.dd_ausregattas {width: 14.5em;}
.dd_sch {width: 9.2em;}
.dd_assoc {width: 13em;}
.dd_clubs {width: 9.5em;}
/* links ----------------------------------------------------------------------- */
a {color: #00c;} /* blue */
a:link {color: #00c;} /* blue */
a:visited {color: #00c;} /* blue */
a:active {color: #00c;} /* blue */
a:hover {color: #900;} /* red */
.pg-indicator { color:#900;} /* red */
.nonactivelink {
	color: #999;
	text-decoration: underline;
    }
/* typography ----------------------------------------------------------------------- */
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0;
	font-weight: normal;
	}
h3 {
	font-size: 1.3em;
	margin: 0.2em 0 0.5em;
	font-weight: normal;
	}
h4 {
	font-size: 1.0em;
	margin: 0.2em 0;
	font-weight: bold;
	}
/* h5 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;
	}
h6 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;
	} */
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
ul.space {
	margin-top: 1.5em;
	}
p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0.2em 0 1.5em 0;
	}
p.hilite {
    border: 1px solid #333;
	padding: 0.8em;
	background-color:#ccc;
	}
q, blockquote {
    font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
    }
blockquote {
    margin: 0;
	padding: 0;
    }
li &gt; p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
/* images and captions --------------------------------------- */
img {
	border: 0;
	}
.photo, #chapters p.photo {
	margin: 35px 0 0;
	text-align: center;
	}
.photo-captionOnly {
    font-weight: bold;
	font-style: italic;
	margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	}
.photo-caption {
    font-weight: bold;
	font-style: italic;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	}
.photo-details {
    margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	font-style: italic;
	}</pre></body></html>