body{
	background-image:url(sensible2.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #DAD991;
	font-family: "Arial", sans-serif;
}

.photocredit{
	font-size: 7pt;
	position: fixed;
	left: 7pt;
	bottom: 6pt;
	
}


.main-text{
	overflow: auto;
	background-color: #ebe9b3;
	position: relative;
	border: solid #53451E;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	font-size: 10pt;
	padding: 20px;
	line-height: 2em;
	text-align: justify;
}

.main-text table{
	empty-cells: show;
	font-size: 10pt;
}

.main-references{
	line-height: 1em;
	text-align: left;
}

.main-text img{
	vertical-align: text-top;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
}

.images-foo img{
	vertical-align: middle;
	padding: 5px;

}

.list-style{
	list-style-type: circle;

}

.bottom{
	text-align: right;
	font-size: 10pt;
	padding: 5px;
}


.title{
	position: relative;
	border-bottom: solid #53451E;
	border-bottom-width: 2px;
	color: #53451E;
	text-align: right;
	font-size: 17pt;
	padding: 3px;
	font-weight: bold;
}

.section-title{
	color: #53451E;
	text-align: center;
	font-size: 13pt;
	padding: 9px;
	font-weight: bold;
}
	
.section-subtitle{
	color: #53451E;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.25em;
	padding-bottom: 10px;
	
}

.section-subsub{
	color: #53451E;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	
}

.navi-bar{
	background-color: #ebe9b3;
	position: relative;
	border: solid #53451E;
	border-width: 1px;
	colour: #000000;
	text-align: center;
	font-size: 10pt;
	word-spacing: .4em;
	padding: 3px;
	line-height: 1.5;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: bold;
} 

a {
	text-decoration: none;
}

a img {
	border-width: 0px;
}

.main-text a{
	colour: #000000;
	font-weight: bold;
}


a:link {
	color: #000000;
}
/* unvisited link */


a:visited {
	color: #000000;
}  
/* visited link */

a:hover {
	color: #EBBA33;
}   
/* mouse over link */

a:active {
	color: #000000;
}   
/* selected link */

.current-page{
	background-color: #9C8842;
	padding: 3px;
}

.left-info{
	background-color: #ebe9b3;
	line-height: 1.5em;
	position: fixed;
	width: 14%;
	left: 10%;
	top: 49%;
	border: solid #53451E;
	border-width: 1px;
	colour: #000000;
	text-align: center;
	font-size: 10pt;
	padding: 10px;
} 

.right-side{
	position: absolute;
	left: 32%;
	width: 66.5%;
}

.lists{
	list-style-type: square;

}

.tables{
	background-color: #ebe9b3;
	font-size: 10pt;
}

.results-div{
	padding: 15px;
	float: none;
	text-align: left;
}

.results-div img{
	float: left;
}
