html { overflow: scroll; }

body {
	background-color: #FFF;
}

#doc {
	background-color: #FFF;
	margin-top: 3em;
	}

#topspace {
background-color: #fff; /* You can change colour of background here */
padding: 0px;
color: navy; /* You can change olour of text here*/
/*border: 1px gray solid;*/ /* Remove this to remove line round the area */
text-align: right;
}

#bd {
/*	margin-top: 1.5em;*/
	padding: 15px 0 15px 0;
	/*font-family: "Times New Roman", Times, serif;*/
}

.marginright {
	margin-right: 15px;
}

.marginleft {
	margin-left: 15px;
}


/* Navigation */

#navigation {
	border: 1px black solid; height: 22px; padding-top: 1px;
}

.navspacer{
	margin-left: 17px;
}

/* The Footer  */
#ft {
	background-color: #E8E8E8;
	color: navy; /* Colour of the text in the footer*/
	text-align: center;
	padding: .6em;
}

/* Headings */

h1 {
	font-size: 182%; /* 107 */
	color: #990000;
	font-weight: bold;
}

h2 {
	font-size: 182%; /* 107 */
	color: #990000;
	font-weight: bold;
}

h3 {
/*	font-size: 107%;*/
	color: #990000;
	font-weight: bold;
	}

.highlight {
	color: #990000;	
}	
	
p {
	margin-bottom: 1em;
}

td {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.caption {
	font-weight: normal;
	font-style: italic;
}

.captionheading {
	font-size: 100%;
	font-weight: bolder;
}

.spaced {
	margin: 4px 0;
}

.tdwide {
	width: 350px;
}
.tdspacer {
	width: 60px;
}

em {
	font-style: italic;
}

strong {
font-weight: bolder;
}
/* Images */

.imgright {
float: right;
padding: 0 15px 0 0;
/*height: 280px;*/
}

.imgleft {
float: left;
padding: 0 0 0 15px;
/*height: 280px;*/
}

.yui-b li img {
		border: 1px solid #666;
		margin-bottom: 3px;
	}

.arrows img {
		border: 1px solid #333;
	}
	
.arrowswhite img {
		border: 1px solid #D6D6CA;
	}		

.owner {
	font-style: italic; 
}

#content{
	margin-top: 12px;}
	
/* Navigation section */
#hd {
background-color:#fff;
}

#hd ul {
	margin-left: 15px;
	
}

#hd li {
float: left;

}

#hd li {
list-style-type:none;
}

#hd li a {
/*border-left:1px solid #505050;*/
color: navy; /* Change colour of Navigation text here */
display:block;
line-height:1;
padding:4px 10px;
text-decoration:none;
}

.clearit {
clear:both;
font-size:1px;
height:0pt;
line-height:0pt;
}

a:link {color: #000066; text-decoration: none}     /* unvisited link */
a:visited {color: #000000; text-decoration: none}  /*  visited link */
a:hover {color: #990066; text-decoration: none}   /* mouse over link */
a:active {color: #000000; text-decoration: none}   /* selected link */
