body {
  background: #ffffff;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #181818;
}

a img {
		border: none;
}

a:link { color: #181818;
		text-decoration: none; 
} 

a:visited {
		color: #181818;
		text-decoration: none;
}

a:hover { color: #606060;
		 text-decoration: underline;
}

hr {
	color: #ababab;
	background-color: #ababab;
}

h2	{
	font-size: 17px;
	font-weight: bold;
	color: #9E0B0F;
}



/* this contains everything - all the other divs */
#page {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-top: 5px solid #ffc905;
}

#banner {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
 
#content {
	padding: 5px 0px 0px 0px ;
}

/* this div contains the bannerlinks and bannertitle paragraphs */
div.pageinfo {
  float: right;
  text-align: right;
  padding: 0px;
  margin:0px 0px 3px 0px;	
  width: 250px;
  height: 80px;
}

/* home, help, preferences links */
p.bannerlinks {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin:0;
  padding:0;
  color: #000000;
}

/* the title set by the receptionist based on the page action */
p.bannertitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: white;
  margin: 21px 0px 0px 0px;
  text-transform: lowercase;
  letter-spacing: .05em;
  white-space: nowrap;
  padding: 20px 2px 5px 0px;
  background-repeat: repeat-y;
  background-position: bottom right; 
 }

/* the image for the collection, shown in the banner aka the logo*/
div.collectimage {
  text-align: left;
  float: left;
  width: 160px;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

/* the specific collection name image i.e. United Nations Documents */
div.collectname {
  textalign: right;
  float: left;
  width: 445px;
  padding: 30px 0px 15px 8px;
  margin: 0px;
}
 
/* make sure this is shown under the other divs (which may be floating) */
div.bannerextra {
   clear: both;
}

/* blankiconbar */
div.section p.bar {
  text-align: center;
}


div.divbar2 {
  height: 3px;
  background: #ffffff;
  border-top: 2px solid #979797;
  border-bottom: 1px solid #979797;
  font-family: arial;

table {
	background-color: red;
	border: 1px solid black;
}

div.footer {
	clear: both;
	padding-top: 10px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
}


div.section p {
  text-align: justify;
}





