html { overflow: scroll; }

body {
	background-color: #9E8E81;
}

#doc {
	background-color: #FFF;
	margin-top: 3em;
	}

#topspace {
background-color:#D6D6CA;
padding: 15px;
color: #9e8e81;
}

#bd {
	padding: 15px 0 15px 0;
}

.marginright {
	margin-right: 15px;
}

.marginleft {
	margin-left: 15px;
}
#ft {
	background-color:#D6D6CA;
	color: #9E8E81;
	text-align: center;
	padding: .6em;
}

/* Headings */

h1 {
	font-size: 182%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 4px;
}

h2 {
	font-size: 107%;
}

.captionheading {
	font-size: 100%;
	font-weight: bolder;
}

.spaced {
	margin: 4px 0;
}

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; 
}
	
/* Navigation section */
#hd {
background-color:#525252;
}

#hd ul {
	margin-left: 175px;
}

#hd li {
float: left;
}

#hd li {
list-style-type:none;
}

#hd li a {
/*border-left:1px solid #505050;*/
color: #FFF;
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 */
