body {
  margin: 0;
  padding: 0;
  background-color: #1d4e55;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  font-family: verdana;
  font-size: 12px;
}
a img {
  border: none;
}
#page {
  position: relative;
}
#logo {
  position: absolute;
  left: 611px; top: 31px; 
}
#logotxt {
  position: absolute;
  left: 565px; top: 108px;
}
#polilogo {
  position: absolute;
  left: 177px; top: 15px;
}
#polilogotxt {
  position: absolute;
  left: 226px; top: 28px;
}
#cover {
  position: absolute;
  left: 579px; top: 219px;
}
img.cover {
	margin-left: 40px; margin-top: 30px;
	cursor: pointer;
}
img.cover, #cover {
	width:191px; height:255px;
}
#previousIssues {
	position:absolute;
	top:40px; left: 263px;
	width:155px; height:19px;
  background-image: url(../img/prev_issues.gif);
  background-repeat: no-repeat;
}
#previousIssues a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: white;
	padding-left:10px;	
	display:block;
}
#pageTitle {
  position: absolute;
  left: 149px; top: 137px;
  color: #222222;
  font-weight: bold; 
  font-size: 11px;
}
#menu {
  position: absolute;
  left: 0px; top: 220px;
}
#menu .menuItem {
  background-image: url(../img/menu_bg.gif);
  background-repeat: no-repeat;
  width: 124px; height: 19px;
  margin-bottom: 8px;
  text-align: right;
  font-weight: bold;
  line-height: 19px;
  font-size: 10px;
  padding-right: 6px;
}
#menu a {
  color: #b4e4f9;
  text-decoration: none;
}
#menu a:hover {
  color: white;
}
#frame {
  position: absolute;
  left: 131px; top: 172px; width: 419px;
  background-image: url(../img/frame_top.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
}
#frameBottom {
  width: 419px;
  height: 10px;
  background-image: url(../img/frame_bottom.gif);
}
#content {
  width: 388px;
  background-color: white;
  padding: 15px;
  padding-top: 0;
  line-height: 18px;
  min-height:300px;
  height:auto !important;
  height:300px;
  text-align:left;
}
#hr {
  margin-top: 19px;
  margin-left: -130px;
  width: 810px;
  background-image: url(../img/hr.gif);
  height: 2px;
}
#footer {
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  margin-top: 5px;
  color: #567a80;
}
#footer a {
  text-decoration: none;
  color: #567a80;
}
#footer a:hover {
  color: #638d94;
}
div.volumeInfo{
	left: 240px; top: 120px;
	width:170px;
	text-align:center;
	position:absolute;
	z-index:10;
}

div.article {
	padding-bottom:15px;
}
.articleTitle {
	font-size:11px;
}
.articleAuthors {
	font-size:10px;
}
.articlePageNumbers {
	font-size:10px;
}
.articleKeywords {
	font-size:9px;
	color:#333333;
}
.articleAbstractLink {
	text-decoration: none;
	color: blue;
	font-size:9px;
}
.articleAbstract img {
	vertical-align: bottom;
}
a {
	text-decoration:none;
  color: #13719C;
}
a:hover {
  color: black;
}
h1, h2, h3, h5, h6 {
	padding-top: 0px;
	margin-top: 0px;
}
p {
  margin: 0px;
	padding-top: 0px;
}
a.top {
	color:black;
	font-size:9px;
	text-decoration:none;
}

#searchPanel form {
}

#searchPanel .query {
   background-image: url("../img/search.jpg");
   border: 0 none;
   font-family: verdana;
   font-size: 10px;
   font-weight: bold;
   height: 13px;
   margin-left: 12px;
   margin-top: 2px;
   padding-right: 8px;
   text-align: right;
   text-transform: uppercase;
   width: 109px;
}

#content h4.search {
  margin-top:0;
}

#content .result {
  margin-bottom:10px;
}

.result .pageIn,
.article .articleIn {
  color:#000080;
}
