@charset "UTF-8";
/* CSS Document */

h1{
	font-family:Arial;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color: #766a63;
	line-height: 18px;
	padding: 5px;
	display: block;
	//margin-left: 20px;
}

h2{
	font-family:Arial;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color: #766a63;
	line-height: 18px;
	padding: 5px;
	display: block;
	//margin-left: 20px;
}

p{
	font-family:Arial;
	font-size: 14px;
	text-align:justify;
	color: #766a63;
	line-height: 18px;
	padding: 5px;
	display: block;
	margin-left: 20px;
}

.bold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #766a63;
}

.bold_centre {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #766a63;
}

.landing_navigation {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #FCC;
	text-decoration: none;
	background-color: #766a63;
	padding: 5px;
	display:block;
	width: 160px;
	margin-left: 195px;
	margin-right: 230px;
}

.landing_navigation:hover {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #766a63;
	text-decoration: none;
	background-color: #FCC;
	padding: 5px;
	display:block;
	width: 160px;
	margin-left: 195px;
	margin-right: 230px;
	margin-bottom: 0px;
}

.index_navigation {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #FCC;
	text-decoration: none;
	background-color: #766a63;
	padding: 5px;
	display:block;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.index_navigation:hover {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #766a63;
	text-decoration: none;
	background-color: #FCC;
	padding: 5px;
	display:block;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.index_p {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
	color: #766a63;
	text-decoration: none;
	background-color: #FCC;
}

.navigation {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #FCC;
	text-decoration: none;
	background-color: #766a63;
	display: block;
	padding: 10px;
	width: 210px;
}

.navigation:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #766a63;
	text-decoration: none;
	background-color: #FCC;
	display: block;
	padding: 10px;
	width: 210px;
}
.navigation_copyright {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	text-align:center;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #d7d2cb;
	text-decoration: none;
	background-color: #766a63;
	display: block;
	padding: 10px;
	width: 210px;
}

img.floatLeft {
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:0px;
}

img.floatRight {
	float:Right;
	margin-top:0px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:0px;
}

img.floatLeft20 {
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:0px;
}

img.floatRight20 {
	float:Right;
	margin-top:0px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
}

.caption{
	font-family:Arial;
	font-size: 18px;
	text-align:center;
	color: #766a63;
	line-height: 12px;
}

.captionsmall{
	font-family:Arial;
	font-size: 14px;
	text-align:center;
	color: #766a63;
	line-height: 35px;
}
