/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0px; 
    padding: 0; 
    border: 0; 
}

body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	background-color:#FFFFFF;
	line-height: 1.166;
	background-color:#000;
}


a{
color:006699;
text-decoration:none;
}

a:link{
color:#000000;
text-decoration:none;
}

a:visited{
color:#000000;
text-decoration:none;
}

a:hover{
color:006699;
text-decoration:underline;
}

h1 {
	font-size: 160%;
	top: 10px;
	margin-left: 80px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: medium;
}


h3 {
font-size: 100%;
}

#left{
	position: absolute;
	top: 0px;
	left: -2px;
	width: 190px;
	margin: 0px;
	margin-top:20px;
	padding: 0px;
	height: 98px;
}
#left #sax img {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 110px;
	width: 96px;
}

#centre {
	margin: 0px 260px 0px 200px;
	padding: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
	position: absolute;
	/*top: 160px;*/
	padding-top:20px;
	background:#FFF url(images/left-strip.gif) left top repeat-y;
}

#right {
	top: -5px;
	width: 160px;
	margin-right: 0px;
	padding-right: 20px;
	right: 0px;
	float: right;
	margin-left: 10px;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited {
	background: #FF0000;
}

#current a:link {
	color: #FFF;
}
#sectionLinks ul {list-style: none; margin-top:5px; margin-left: 10px; padding-left: 10px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {
	padding: 10px 0px 0px;
	margin: 0px;
}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {
	border-bottom: none;
	padding-bottom: 10px;
}

#sectionLinks{
	position: relative;
	font-size: 15px;
	width: 130px;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 0;
	margin: 0,0 0 0;
	height: 200px;
	font-weight: bold;
	display: block;
}

#sectionLinks a {
	color: #000000;
}

#sectionLinks a:hover{
}
#quote {
	font-weight: bold;
	color: #FFFFFF;
}
#centreandright {
	margin-left: 200px;
	margin-right:10px;
	padding: 0 0px 10;
	margin-top: 0px;
	position: relative;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
}
#content #centreandright li {
	padding-top: 5px;
	list-style: inside;
}
#centreandright a:link, #centreandright a:visited {
	text-decoration:underline;
}


/* FAQ question and answers */
.faqq {
color:#FF0000;
font-style:italic;
}
.faqa {
}


.signature {
	font-size: 180%;
	color: #AA0000;
	font-family: "Comic Sans MS", cursive;
}