
A:link {
	text-decoration: none;
	color: #CDCDAA;
	}
A:visited {
	text-decoration: none; 
	color: #CDCDAA;
	}
A:active {
	text-decoration: none;
	}
A:hover {
	text-decoration: none;
	}


p {
	padding: 10px 20px 10px 20px;
}

body {
	background-color: #939173;
	background-position: top right;
	background-repeat: repeat;
	font-family: Lucida Grande,Helvetica, sans-serif;
	color: 	#BDBBA3;
	padding: 10px 20px 10px 20px;
}

IMG.scaled {
	width: 100%;
}

IMG.scaledvertical {
	width:  60%;
	float: right;
}


IMG.centrescaled {
	width: 200%;
}

div.container {
	clear: both;
	min-width: 50em;
	max-width: 65em;
	overflow: hidden;
	padding: 10px 20px 20px 20px;
}

div.container1 {
	width: 20em;
	float: left;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
}
div.container2 {
	width: 90%;
	min-width: 40em;
	height: 20em;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	border-bottom: 2px solid #404040 ;
	border-top: 2px solid #404040 ;
	border-left: 2px solid #404040 ;
	border-right: 2px solid #404040 ;
	float: left;
	display: table-cell;
	vertical-align: middle;

}


div.blockcontainer {
	clear: both;
	position: relative;
	display: inline-block;
	min-height: 20em;
	max-height: 33em;
	max-width:  75em;
	overflow: hidden;
	background-color: gray;
	padding: 30px 10px 30px 30px;
	margin: 0 auto;
}

div.piccontainer{
	display: table-cell;
	overflow: hidden;
	background-color: gray;
	float: right;
	text-align: right;
	width: 55%;
		padding: 10px 10px 10px 10px;
}


div.piccontainerp{
	min-width: 25em;
	max-height: 20em;
	padding: 1% 0% 1% 1%;
	margin: 0 auto;
	text-align: right;
}



div.topmargin {
	width: 65%;
	float: right;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	min-height: 1em;
	max-height: 2em;
	background-color: gray;
	top: 10em;
	border: 1px solid gray;
}

div.bottommargin {
	width: 65%;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	min-height: 1em;
	max-height: 6em;
	background-color: gray;
	border-top: 1px solid gray;
}

div.leftmargin {
	min-width: 0.5em;
	max-width: 60em;
	overflow: hidden;
	padding: 10px 20px 10px 10px;
	margin: 0 auto;
	height: 100%;
	background-color: gray;
	top: 10em;
	border-top: 1px solid gray;
}

div.rightmargin {
	min-width: 0.5em;
	max-width: 60em;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	height: 100%;
	background-color: gray;
	top: 10em;
	border-top: 1px solid gray;
}

div.pic {
	float: right;
	}




div.htitle {
	clear: both;
	min-width: 50em;
	max-width: 75em;
	max-height: 400px;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
}

div.centre {
	
}

div.left {
	float: left;
	font-size: 200%;
	border-bottom: 0px solid #404040 ;
}


div.leftsmall {
	float: left;
	font-size: 100%;
	padding:  10px 10px 0px 10px;

}

div.leftmuchsmaller{
	float: left;
	font-size: 90%;
}

div.rightsmaller {
	float: right;
	font-size: 150%;
	right: 50px;
	padding:  12px 0px 0px 0px;
		border-bottom: 0px solid #404040 ;

}

div.rightmuchsmaller {
	float: right;
	font-size: 75%;
	right: 50px;
	padding: 10px 20px 0px 20px;
}


div.right {
	width: 70%;
	float: right;
	right: 50px;
}


div.box {
	clear: both;
	min-width: 50em;
	max-width: 100em;
	min-height: 2em;
	border-top: 2px solid #404040 ;
	padding: 10px 20px 10px 20px;
	font-size: 75%;
}

div.box2 {
	min-height: 2em;
	border-top: 2px solid #404040 ;
	padding: 10px 20px 10px 20px;
	position: relative;
	bottom: -20em;
	font-size: 75%;
}


div.rightcontrast {
	float: left;
	font-size: 100%;
	background: #EEE8AA;
	color: #FFFAFA;	
	min-height: 2em;
}

div.navigation {
	background-color: #404040;
	min-width: 50em;
	max-width: 75em;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 1px 1px 1px;
	text-decoration:none;
	color: #D0D0D0;
}


