html body {
	margin:0px 0px 1px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
/*	font: normal 9pt arial,helvetica,sans-serif;*/
/* Next 4 lines required for IE( */
	background-image: url("w6-images/body-ds.png");
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: black;
	background-position:center;
	
/* Next 2 lines required for Chrome, Firefox */
	background:	url("w6-images/page-ds2.png") repeat-y center top,
			url("w6-images/body-ds.png")  repeat-x fixed center;

	overflow: scroll-y;
	}
div.sidenote	{
	width: 200px;
	border: 1px solid white;
	float: right;
	padding: 0px 20px 0px 20px;
	margin-left: 20px;
	background-color: black;
	font-size: 9pt;
/*
	-webkit-filter: drop-shadow(5px 5px 5px  #222);
	filter: drop-shadow(5px 5px 5px  #222);
*/
}
.stencil    {
    font: 12pt Stencil, sans-serif;
}
.red    {
    color: red;
}    
.yellow    {
    color: yellow;
}    
@font-face {
    font-family: 'Stencil';
    src: url('STENCIL.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
th.lhc	{
	background-color: #1D2516;
	color: white;
	text-align: center;
}
td.ld	{
	background-color: #28361D;
	color: white;
}
td.ldc	{
	background-color: #28361D;
	color: white;
	text-align: center;
}

#column	{
	background-image: url("w6-images/page-ds2.png");
	padding-top: 0px;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 100%;
	}


#content	{
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
	width: 1000px;	
	}


#header {
	background-image: url("w6-images/page-ds2.png");
	color: black;
	position: relative;
	width: 1000px;
	height: 120px;
	top: 0px;
	margin-bottom: 0px;
	}

#menu	{
	background-color: transparent;
	position: relative;
	float: left;
	color: #c0c0c0;
	width: 180px; /* was 160 */
	margin-top: 0px;
	border-right: 1px solid gray;
	}

#buttons	{
	width:500px;
	float: right:
	}
a.button	{
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	float: right;
	width:auto;
	height:auto;
	background-color: black;
	border-radius: 8px 8px 8px 8px;
	border: 2px solid white;
	padding: 5px;
	margin-left: 3px;
	}
a.grey	{
	color: gray;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	float: right;
	width:auto;
	height:auto;
	background-color: black;
	border-radius: 8px 8px 8px 8px;
	border: 2px solid gray;
	padding: 5px;
	margin-left: 3px;
	cursor: not-allowed;
	}

#hide	{
	display: none;
	}

small	{
	font: normal 8pt arial,helvetica,sans-serif;
	}
th.c	{
	text-align: center;
	background-color: black;
	font-size: 8pt;
	color: #c0c0c0;
	height: 20px;
	vertical-align: middle;
	}
td.c	{
	text-align: center;
	background-color: black;
	width: 40px;
	font-size: 8pt;
	color: #c0c0c0;
	height: 20px;
	vertical-align: middle;
	}
td.cx	{
	text-align: center;
	background-color: black;
	width: 40px;
	font-size: 8pt;
	color: white;
	height: 20px;
	vertical-align: middle;
	text-decoration: none;
	}
td,th	{
	text-align: left;
	vertical-align: middle;
	border: 1px solid gray;
	font-size: 9pt;
	color: #c0c0c0;
	background-color: black;
	height: 20px;
	}

td.N	{
	background-color: #ff0000;
	width: 20px;
	}
td.G	{
	background-color: #008000;
	}
td.B	{
	background-color: #ff8c00;
	}
td.R	{
	background-color: #00ffff;
	}
td.U	{
	background-color: #0000ff;
	}
td.Q	{
	background-color: #ffff00;
	}

table	{
	border: 1px solid gray;
	border-collapse: collapse;
	}

img.centre	{
	margin-left: auto;
	margin-right: auto;
	display: block;
	outline: none;
	}
img.right	{
	float: right;
	display: block;
	padding: 5px 0px 10px 10px;
	outline: none;
	}

img.right2	{
	float: right;
	display: block;
	padding: 5px 0px 5px 5px;
	width: 300px;
	height: 200px;
	outline: none;
	}

img.left	{
	float: left;
	display: block;
	padding: 5px 10px 10px 0px;
	outline: none;
	}
img.left2	{
	float: left;
	display: block;
	padding: 5px 5px 5px 0px;
	width: 300px;
	height: 200px;
	outline: none;
	}

img.layer1 {
	position: absolute;
	display: block;
	float: left;
	background: transparent;
	outline: none;
	}


#main a img	{
	border: 0px;
	outline: none;
	}

#main a:link {
	border: 0px;
	background-color: transparent;
	text-decoration: underline;
	color: white;
	outline: none;
	}
#main a:visited {
	border: 0px;
	background-color: transparent;
	text-decoration: none;
	color: #c0c0c0; /*#840084;*/
	outline: none;
	}

#main a:hover {
	border: 0px;
	background-color: transparent;
	text-decoration: none;
	color: white;
	outline: none;
	}


#menu p {
	margin: 15px 0px 5px 3px;
	color: white;
	font-weight: bold;
	font-family: arial,helvetica, sans-serif;
	font-size: 10pt;
	}

	

#menu a {
	font-family:arial,helvetica,sans-serif;
	color: #c0c0c0;
	font-size:10pt;
	margin: 4px 10px -1px 8px;
	padding-bottom: 0px;
	text-align:left;
	font-weight: bold;
	vertical-align:middle;
	background: transparent 0px 0px no-repeat;
	text-decoration: none;
	top: 124px;
	display: block;
	height: 18px;
	border-bottom: 1px solid #008000;
	outline: none;
	}

#menu a:visited {
	background-color: transparent;
	background-position: 0px 0px;
	display: block;
	color: #c0c0c0; /*#B67800;*/
	outline: none;
	}

#menu a:hover {
    background-color: transparent;
    color: white;
	outline: none;
   }

#menu a:hover.active {
   background-position: 0px 0px;
   display: block;
   color: white;
	outline: none;
   }

#menu a.active {
   background: transparent 0px 0px no-repeat;
   display: block;
   color: white;
	outline: none;
   }

#menu a.green {
   background: transparent 0px 0px no-repeat;
   display: block;
   color: green;
	outline: none;
   }


#menu a:active {
   background: transparent 0px 0px no-repeat;
   display: block;
   color: white;
	outline: none;
   }

#main p.quote {
	margin-left: 20px;
	color: #404040;
	font-style: italic;
	}

div.box 	{
	font: 10pt Courier,monospace;
	border: 1px gray dashed;
	padding-left: 10px;
	background-color: #ffffe0;
	margin-right: -5px;
	}
#buttons	{
	width: 960px;
	padding-right:0px;
}

p.quotation	{
	padding: 0px 30px 0px 30px;
	font-style: italic;
}

#main {
	background-color: transparent;
/*	background-image: url("w6-images/main-bg.jpg");*/

	color: #b0b0b0;
	float: left;
	position: relative;
	left:20px;
	margin-top: 16px;
	padding-bottom: 30px; /* Avoids text ending right at the bottom of the window */
	padding-left: 5px;
	width: 750px;
	height: 80%;
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
	}




/* ID     - use #name    - specificity=100 */
/* CLASS  - use tag.name - specificity=10  */
/* tag    - use tag      - specificity=1   */




h1	{
/*	background-color: #808080;*/
	font-family:arial,helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
/*	width: 768px;*/ /* was 808 */
	padding-left: 0px;
	padding-top: 3px;
	height: 22px;
	}

h2	{
/*	background-color: #101010;*/
	font-family:arial,helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
/*	width: 768px;*/
	padding-left: 0px;
	padding-top: 3px;
/*	clear: both;*/
	height: 18px;
	}

#main p.fixed {
	margin: 0px 0px 0px 20px;
	font: normal 9pt "Courier New",monospace;
}
span.button2	{
    border-radius: 4px;
	background-color: black;
	color: white;
	height: 20px;
	border: 1px solid white;
	font-size: 10pt;
	padding:2px 4px 2px 4px;
	font-weight: bold;
    text-decoration: none;
	}

/*	padding	one value	applies to all	*/
/*		two values	1st-top/bottom, 2nd right/left	*/
/*		three values	1st-top, 2nd right/left, 3rd-bottom	*/
/*		four values	top, right, bottom, left	*/
