body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #6699cc;
	}
/*6699cc is nice blue background colour*/


.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
                font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	

#footerlinks a {
                font-size: 9px;
	color:  #808080;
}

#top {
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -400px;
	padding: 2px;
	border: 1px solid #fff;
	background: #ffffff;
	font-size: 80%;
	width: 794px;
	height: 100px; 
	}
/* border was ccc*/

#left{
	position: absolute;
	top:115px;
	left:50%;
	margin-left: -400px;
	padding: 5px;
	border: 1px solid #fff;
	background: #fff;
	width: 120px; 
	}
/*background was eee*/

#middle {
	position: absolute;
	top:115px;
	left:50%;
	margin-left: -267px;
	padding: 5px;
	border: 1px solid #fff;
	background: #ffffff;
	font-size: 80%;
	width: 482px;
	}

#middle a {
                font-weight: bold;
                }

#top h1{
	line-height: 20px;
	}

#top h2{
	line-height: 20px;
	}


#right {
	position: absolute;
	top:115px;
	left:50%;
	margin-left: 228px;
	padding: 5px;
	border: 1px solid #fff;
	background: #fff;
	width: 160px; 
	}

#sectionlinks a {
	display: block;
	background: #c0c0c0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 60%;
	color:  #ffffff;
	outline: 1px;
	}
#sectionlinks a:visited {
	color:  #808080;
	}
#sectionlinks a:active {
	color:  #ffffff;
	}
#sectionlinks a:hover {
	color: #606060;
	background: #ffff00;
	}
#sectionlinks ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

/*fix for IE/Win browsers to make sure menu bar displays correctly*/

#sectionlinks li {
border-bottom: 1px solid #EEE;
	}

#middle h1{
	background: #ffff00;
	
	}

#middle h2{
	background: #ffff00;
	
	}

#middle h4{
	background: #ffff00;
	
	}

.adquotes {
font-size:10px;
font-style:italic;
line-height:14px;
}


pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
































