﻿.newsDate
{
  font-family: Georgia;
  font-size: 13px;
  font-weight: bold;
  display: block;
  width: 100px;
  position: relative;
}
.articles
{
  clear: both;
  margin-bottom: 33px;
}

.firstNewsItem
{
  height: auto;
  clear: both;
  position: relative;
  border-bottom: 1px dotted gray;
  padding:10px 8px;
}

.firstNewsItem h2
{
  color:#0078C1;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
}


.firstNewsItem .newsDate
{
  color:#000000;
  display:block;
  font-family:Georgia;
  font-size:13px;
  font-weight:bold;
  margin: 3px 0px 6px;
}

.firstNewsItem .newsImage
{
  position: relative;
  float: left;
  margin-right: 10px;
}

.firstNewsItem .newsImage
{
  position: relative;
  float: left;
}

.firstNewsItem .readmore
{
  margin-top: 12px;
  position: relative;
  text-decoration: none;
  color: #0078c1;
}

.firstNewsItem .readmore:hover
{
  text-decoration: underline;
}

.newsItem
{
  position: relative;
  padding: 12px 8px;
  border-bottom: 1px dotted gray;
  height: 20px;
}

.newsItem a
{
  font-family: Georgia;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #0078c1;
  display: block;
  width: 500px;
  float: left;
  position: relative;
}

.newsItem:hover a
{
  text-decoration: underline;
}

.newsItem .newsDate
{
  text-align: right;
  float: right;
}

.newsItem:hover
{
  background-color: #f1f1f1;
}

.publication-image
{
  float: left;
  margin: 5px 10px 0 0;
}

.publicationContent
{
  overflow: auto;
  padding-bottom: 10px;
}
