body {
margin:0px 20px 0px 0px;
font-family: verdana;
font-size:100%;
background-color: #cccccc;

}
#main {
background-color: #fff;
max-width: 1004px;
width: 1004px;
margin-right: -1px;
margin:0px auto;
border-color:#999999;
border-style:solid;
border-width:0 2px;
}
#contentArea {
min-width: 364px;
width: 604px;
max-width: 604px;
min-height: 360px;
margin-left: 180px;
margin-right: 180px;

}

h1 {
	font-size: 1.375em;
	font-weight: bold;
	font-family: verdana;
	color: #039;
	margin-bottom: 5px;
	}
h2 {
	font-size: 1.18em;
	font-weight: bold;
	font-family: verdana;
	color: #69c;
	margin-top: 0px;
	margin-bottom: 13px;
}

hr {
	margin-bottom:20px;
	color:white;
}
.HR {
	color: #6699CC; 
	min-width: 364px;
	max-width: 604px;
	width: 604px;
	margin-top: 0px;
	line-height: 0px;	
}
a {
	font-family:'Verdana'; 
	font-size:0.81em; 
	margin-bottom:0px;
	/*float: left; commented out for eucookies project. This causes the a href tag to go to the next line */
		
}

p {
	margin-top:0px; 
	font-size: 0.81em;
	
}
a:link {
    color:#039;
   }
  

a:visited {
    color:#039;
}

a:hover {
    color:#F63;
    border:medium none;
}
a:active {
color:#039;
}


.a-link-external {
	font-size: 1.25em;
}
.urlList{
	font-size: 0.80em;
}
.here {
	float:right;
	margin-right:104px;  
}
/* Footer css added from main-uk.css and removing font size from footer a and footer p */

#footer p{color:#666666;
	margin:20px 0 0;
	padding:0;
	
}

/*added colour and font size in cookie and main-uk.css file for Pipe sign format  */

#footer{
 	background: url("../images/footer-fl-logo.png") no-repeat scroll 55px 5px transparent;
	border-top: 2px solid #BFC3C6;
    clear: both;
    margin: 0;
    min-height: 50px;
    padding: 0 0 20px 235px;
    text-align: left;
    width: 725px;
    font-size:0.63em;
    color:#666666;
 }
 
#footer a{color:#666666;
	margin:20px 0 0;
	padding:0;
	text-decoration: none;
	
}