.blackboarder {
	border: 1px solid #000000;
}
.advert {	
	position:absolute;
	background-image:url(/banner.png);
	width:140px;
	height:140px;
}
body {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin: 0px;
	padding-bottom: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .2em;
	padding-left: 0px;
}
a:link {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
input {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	background-color: #AB976F;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	width: 180px;
}
.button {
	width: 100px;
}
textarea {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	font-size: 11px;
	background-color: #AB976F;
	border: 1px solid #FFFFFF;
	width: 180px;
	height: 32px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#695A3F;
	color:#FFF;
	
	width:500px;	
	min-height:300px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.access_statement {
	margin:15px;
	padding:10px;
	height:400px;
	overflow:auto;
}

.access_statement UL {
	margin:0px;
	padding:0px;
	margin-left:12px;
	margin-bottom:15px;
}
.access_statement LI {
	margin-bottom:5px;
}
.access_link {
	font-size:10px !important;
	color:#1F1B32 !important;
}
#logos {
	background-image:url(/CFL-Logos.png);
	background-position:right;
	background-repeat:no-repeat;
	width:950px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
}
#emda {
	float:right;
	width:80px;
	height:50px;
	margin-right:100px;
}
#defra {
	float:right;
	width:100px;
	height:50px;
}
#eafrd {
	float:right;
	width:100px;
	height:50px;
}