/* CSS Document */

body {
	margin: 0px 0px 0px 10px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	line-height: 120%;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
}



li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 120%;
	font-weight: normal;
	padding: 20px 0px 20px 20px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}


.caveat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 140%;
	font-weight: normal;
	padding: 20px 0px 20px 194px;
	text-align: centre;
}

.caveat {
	padding: 20px 0px 20px 155px;
}


.split {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	padding: 0px 40px 0px 50px;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #907F59;
	line-height: 80%;
	padding: 20px 0px 20px 20px;
	margin: 0px 0px 20px 0px;
    font-weight: bold;
	}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #701271;
	line-height: 120%;
	padding: 20px 0px 20px 20px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #996699;
	line-height: 120%;
	padding: 20px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #701271;
	line-height: 100%;
	font-weight: normal;
	padding: 20px 0px 20px 20px;
	padding: 0px 0px 20px 80px;
	text-align: centre;
}

a {
	color: #907F59;
	line-height: 140%;
	font-weight: bold;
	text-decoration: none;
	
	}
	
a:hover {
	color: #907F59;
	line-height: 140%;
	text-decoration: underline;
	
}
	
.floatimgleft {
	float:left;
   	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin-right:5px;
	margin-bottom:5px;
 }
  
 .floatimgright {
	float:right;
   	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin-right:5px;
	margin-bottom:5px;
}

.text-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #666666;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #666666;
}

.index-history {
	background-image: url(../images/history.jpg);
	background-repeat: no-repeat;
	
}


