/* CSS Document */

body {
	text-align:left;
	margin:40px;
	padding:0;
	/* font:normal 0.8em/1.2em verdana,aria,sans-serif; */
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 86%;
	color: black; /* general text colour */
	}
a {
	color: blue; /* colour for links */
	text-decoration:underline;
	}
a:hover {
	color:red;
	}
#header01 {
text-align:center;
max-width:760px;
margin-left:auto;
margin-right:auto;
padding:10px;
}

#leftcol { 
text-align:left;
width:200px;
}

#membercol {
	position:relative;
	padding:0 0 0 200px;
	}	
#centercol a {
text-align:left;
color: blue; /* colour for links in centre column */
text-decoration: underline;
}
#centercol a:hover {
	color:red;
	}
#footer {
	position:relative;
	top:1px;
	/* background:#7A2875; */
	background: white; /* background colour for footer */
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	/* color:#CCC; */
	color: black; /* text colour for footer */
	}
ul#menu {
	list-style-type: none;
	padding: 5px 0;
	}
	
li.bullet {
	background: url(images/bullet_yellow.gif) no-repeat 0% 0%;
	padding: 0px 0 0px 20px; /* top right bottom left */
	margin-bottom: 10px;
	}
li.thispage {
	background: url(images/bullet_red.gif) no-repeat 0% 0%;
	padding: 0px 0 0px 20px; /* top right bottom left */
	font-weight: bolder;
	margin-bottom: 10px;
	}
ul#menu a {
	font-weight: bolder;
	text-decoration:none;
	color: black;
	border-bottom: none;
	}
ul#menu a:hover {
	color: red;
	}

ul#sounds {
	list-style-type: none;
	padding: 5px 0;
	}
#footer a {
text-decoration: underline;
color: blue;
border-bottom: none;
font-size: 85%;
}
#footer a:hover {
color:red;
}
#menu {
border-right: black solid 1px;
}
.horizrule02 {width:85%; margin-left:0; border:2px solid #00aeed; opacity:1.0}
.h2_01 {
font-weight:bold;
font-size:160%;
}
.h3_01 {
font-weight:bold;
font-size:120%;
}
