body {  background-color: #ffffff;
        color: #000000;
        font-family: arial, helvetica, sans-serif;
        font-size: 76%;
        }

table, tr, td, p, ol, ul, form{
        color: #000000;
        font-family: Arial, san-serif;
        }

.centred {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -370px;
        width: 740px;
        text-align: center;
		border: none;
		background-color: #ffffff;
}
.header {
        top:0px;
        left:0px;
        height:160px;
        text-align: center;
		border: none;
		background-color: #ffffff;
}
.columnLeft {
        float:left;
        left: 0px;
        width: 450px;
        text-align: left;
		border: none;
		background-color: #ffffff;
}
.columnRight{
        float: right;
        right: 0px;
        width: 278px;
        text-align: left;
		border: none;
		background-color: #ffffff;
		padding-top: 1em;
}
.columnRight h1 { font-size: 1.3em; margin-bottom: 0px; padding: 0px; }
.columnRight h1+p { margin: 0px; padding: 0px; }
.columnRight h1+h2 { margin: 0px; padding: 0px; }
.columnRight h2 { font-size: 1.2em; margin-bottom: 0px; padding: 0px; }
.columnRight h2+p { margin: 0px; padding: 0px; }


.dirColumnLeft {
        float:left;
        top: 100px;
        left: 0px;
        width: 336px;
        text-align: left;
		border: none;
		background-color: #ffffff;
		font-size: 11px;
}
.dirColumnLeft A { color: #0000FF; font-weight: bold;}
.dirColumnLeft A:link {color: #0000FF;}
.dirColumnLeft A:visited {color: #0000FF;}
.dirColumnLeft A:hover {color: #0000FF;}

.dirColumnLeft SMALL { color: #009900;}

.dirColumnRight{
        float: right;
        top: 100px;
        left: 210px;
        width: 530px;
        text-align: left;
		border: none;
		background-color: #ffffff;
}


.footer{
	clear: both;
	margin-top: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	border: none;
	background-color: #ffffff;
	font-size: 80%;
}

.credits { 	color: #999999;}
.credits A:link {color: #999999;}
.credits A:visited {color: #999999;}
.credits A:hover {color: #000000;}


h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Verdana, arial, helvetica, sans-serif;
}

p { font-size: 1em; }
/* for i.e */
table {font-size: 1em;}
table, tr, td, th {margin:0px 0px 0px 0px;}
th {background-color: #336699; color: #000000; }
th a:link {color: #000000; text-decoration: none; }
th a:visited {color: #000000; text-decoration: none; }
th a:hover {background-color: #336699; color: #ffffff;}

a { font-size: 1em; text-decoration:none; }
a:link {color: #0000ff;}
a:visited {color: #0000cc;}
a:hover {background-color: #ffffff; color: #000000;}

code {font-size: 120%;}
pre {font-size: 120%;}

p.nav {
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.4em;
	}
