#allContent {
	float:left;
	width:775px;
	background-color:white;
}

#leftCol {
    width: 471px;
    float: left;
    margin: 0px;
}

#leftCol #articleText {
    padding: 10px;
    margin: 0px;
    background-color: #ffffff;
}

#leftCol #articleText h2 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    border-bottom:1px solid #6E6F2E;
}

#leftCol #articleText h3 {
    padding: 0px;
    margin-top:20px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom:1px solid #6E6F2E;
}

#leftCol #articleText  a{
	text-decoration: underline;
}

#leftCol #articleText a.prevArticle {
    background-image: url(/internet/imagefiles.nsf/Lookup/icon_newsprevarrow/$file/icon_newsprevarrow.gif);
    background-position: 0px 4px;
    background-repeat:no-repeat;
    padding-left: 15px;
    margin:0px;
   text-decoration: none;
}

#leftCol #articleText a.nextArticle {
    background-image: url(/internet/imagefiles.nsf/Lookup/icon_newsnextarrow/$file/icon_newsnextarrow.gif);
    background-position: 302px 4px;
    background-repeat:no-repeat;
    padding-left:240px;
    padding-right: 20px;
    margin:0px;
   text-decoration: none;
 }

#leftCol #articleText p.introText {
	font-weight:bold;
}

#leftCol #articleText img {
	padding:0 5px 0 5px;
}


#leftCol .imageBox {
	float:left;
	margin-right:10px;
}

#leftCol .imageBox p {
	font-weight:bold;	
}


#leftCol #articleText .underLine{
	border-bottom:1px solid #C5C5AB;
}


#rightCol {
    width: 304px;
    float: left;
    margin: 0px;
}

#rightCol div.newsList {
    border: 10px solid #6e6f2e;
    border-left-width: 0px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

#rightCol div.newsList h4 {
    padding-top: 11px;
    margin: 0px;
    font-weight: normal;
    border-bottom: 1px solid #6e6f2e;
}

#rightCol div.newsList #sbSearchCountry, #rightCol div.newsList #sbSearchYear {
	margin:0px
	padding:0px;
	width:150px;
}

#rightCol div.newsList p {
	width:290px;

}


#rightCol div.newsList .prevArrow {
	background-image:url(/internet/imagefiles.nsf/Lookup/icon_newsprevdoublearrow/$file/icon_newsprevdoublearrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
	padding-right:65px;
}	

#rightCol div.newsList .nextArrow {
	background-image:url(/internet/imagefiles.nsf/Lookup/icon_newsnextdoublearrow/$file/icon_newsnextdoublearrow.gif);
	background-repeat:no-repeat;
	background-position:90px 5px;
	padding-left:65px;
	padding-right:15px;
}	


#rightCol div.newsList ul {
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
}

#rightCol div.newsList ul li {
    margin-left: 10px;
    padding: 2px 0px;
    border-bottom: 1px dotted #6e6f2e;
}

#rightCol div.newsList #tbSearchWn {
	width:150px;
}

#rightCol div.newsList #submit1 {
	margin-left:20px;
}

#rightCol div.newsList #submit2 {
	margin-left:20px;
}


#rightCol div.newsList ul li a, #rightCol div.newsList ul li a:visited {
    text-decoration: none ;
}