@charset "UTF-8";
/* CSS Document */

body {
	behavior:url("../htc/csshover.htc");
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 1000px;
	color: #999999;
	}

a {
	padding:0px;
	text-decoration: none;
	/*border:1px solid white; <<<try this out >>>*/
	font-weight: bold;
	color:#CCCCCC;
	width:auto; /* IE */
	}
	li>a { width:auto; } /* others */

.normlink {
	width:auto;
	display:inline;
	color: #E3006D;
	}
	
a:visited {
	color:#E3006D;
	text-decoration:underline;
	}
a:active {
	color: #E3006D;
	}
a:hover {
	border-color: #BBB7C7;
	}
	li.folder a:hover {background-color:#bbb7c7;}

li.folder:hover { 
	z-index:10;
	}		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}		
ul, li:hover {
	background-color:#999999;

	}
		
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	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.*/

ul,li,a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}
ul {
	width:140px;
	border:0px solid;
	background:white;
	list-style:none;
	border: 1px dotted #CCCCCC;
	}
	
li {
	position:relative;
	padding-left:0px;
	/*background:url("../gifs/putsomethinghere.gif") no-repeat;*/
		z-index:9;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	}
		/*li.folder	{ background:url("../gifs/putsomethinghere.gif") no-repeat;*/
		li.folder ul {
			position:absolute;
			left:50px; /* IE */
			top:14px;
		}		
		li.folder>ul { left:50px; } /* others */

h1 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight:600;
	margin-top: 0px;
	margin-bottom: 0;
	/* margin-left:5px; */
	}
h5 {
	font-size: 10px;
	color:#999999;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #E3006E;
	margin-left:5px;
	}
.h6font{
		font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #E3006E;
	margin-left:5px;
	}
	
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 */
	}
.centered {
	text-align: center;
	}
.bottom{
	text-align:right
	}	
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.uncolour {
	color: #E47F09;
	}
.cookcolour {
	color:#E3006D;
	}	
#top {
	background-image:url(uncooked-main.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	height: 134px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
#bottomright{
	position: absolute;
	width: 490px;
	height: 20px;
	top:130px;
	left:320px;
	}

html>body #top {
	height: 134px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 150px;
	left: 0px;
	margin: 20px;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	padding: 0;
	}
#middle {
	padding: 0px;
	margin-right: 190px;
	margin-left: 170px;
	margin-top: 16px;
	border: 1px dotted #CCCCCC;
	}
#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 5px;
	border: 5px solid #ccc;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}

html>body #right {
	width: 120px; /* ie5win fudge ends */
	}

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