body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: black;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

table {
	font-size: 100%;
}

td {
	font-size: 100%;
}

img {
  border: none;
}

a {
  color: #015253;
  font-weight: bold;
}

a:hover {
  color: #004080;
  font-weight: bold;
}

h1 {
  float: right;
  width: 580px;
  color: #015253; /*#87ADAE;*/
  font-size: 120%;
  margin: 0px 0px 10px 0px;
  text-align: left;
  border-bottom: 1px solid #87ADAE;
}

h1.fs {
  width: 770px;
  color: #015253; /*#87ADAE;*/
  font-size: 120%;
  margin: 0px 0px 10px 10px;
  text-align: left;
  border-bottom: 1px solid #87ADAE;

}

h2 {
  font-size: 110%;
  margin: 0px;
}

h3 {
  font-size: 100%;
  margin: 0px;
}

select, .inputItem, button {
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputItem {
  border: solid 1px black;
}

button {
  border: solid 0px gray;
  background-color: gray;
  color: white;
  width: 80px;
  cursor: pointer;
}

li {
	text-align: left;
}

#page {
  width: 780px;
  position: relative;
  margin: auto;
  text-align: left;
}

#header {
  position: relative;
  width: 780px;
  height: 147px;
  background-image: url('/images/header-cz.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

#header h2 {
  display: none;
}

#topLine {
  width: 780px;
  position: relative;
  background-color: #87ADAE;
  border: 1px black solid;
  border-bottom: 1px #87ADAE solid;
  padding: 5px 0px 2px 0px;
  background-image: url('/images/background-menuTop.gif');
  background-repeat: repeat-x;
  background-position: top left;
}

#topLine ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#topLine ul li {
  display: inline;
  border-right: solid 1px white;
}

#topLine ul li a {
  color: white;
  text-decoration: none;
  padding: 1px 5px 1px 7px;
}

#topLine ul li a:hover {
  color: yellow;
}

#topLine .menuRight ul {
  position: absolute;
  right: 4px;
  top: 5px;
}

#topLine .menuRight ul li {
  border-left: solid 1px white;
  border-right: none;
}

#topLine .menuRight ul li a {
  padding: 1px 4px 1px 7px;
}

#mainSection {
  width: 780px;
  position: relative;
  top: -1px;
  background-image: url('/images/background-page.gif');
  background-position: top center;
  background-repeat: repeat-y;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#menu {
  float: left;
  background-color: #CEDDDE;
  width: 178px;
  margin: 10px 0px 10px 1px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu ul li.level2 {
  padding: 3px 0px 3px 10px;
}

#menu ul li.level3 {
  padding: 3px 0px 3px 20px;
}

#menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #015253;
  font-weight: normal;
  background-color: #E2EBEB;
  padding: 5px 4px 5px 4px;
  font-weight: bold;
  border: solid 1px white;
  border-right: 0px;
}

#menu ul li.xalternate {
  padding: 3px 20px 3px 0px;
}

#menu ul li a:hover {
  background-color: #87ADAE;
  color: white;
}

#menu ul li .selected {
  background-color: white;
  font-weight: bold;
}

#menu ul li .selected:hover {
  font-weight: bold;
}

#menuBox {
  margin-top: 25px;
  border-bottom: solid 1px white;
}

#menuBox .title {
  border-bottom: solid 1px white;
  font-size: 90%;
}

#menuBox .title ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 1px 5px;
}

#menuBox .title ul li {
  color: #2E7F80;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

#menuBox .content {
  padding: 10px 0px 10px 0px;
  font-size: 85%;
}

#menuBox .content p {
  margin: 0px;
  padding: 0px;
}

#menuBox .articleItem {
  border: none;
  margin: 0px;
  padding: 0px;
}

#copyright {
  text-align: center;
  font-size: 85%;
  margin: 5px 0px 10px 0px;
}

#copyright a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}

#mainContent {
  margin: 10px 5px 10px 187px;

}
#mainContentFS {
  border: 1px solid black;
  padding: 10px 10px 10px 10px;
}

#sectionContent {
  width: 570px;
  margin: 10px 0px 10px 0px;
}

.articleItem {
  border-bottom: silver 1px solid;
  padding: 5px 0px 15px 0px;
  margin-bottom: 10px;
}

.articleItem .apolloArtDate, .ApolloArticlePublishDate {
  color: #006633;
  font-size: 90%;
}

.articleItem .apolloArtTitle {
  font-size: 110%;
  margin: 0px;
  padding: 0px;
}

.articleItem .apolloArtDescription, .articleItem .apolloArtText {
  text-align: justify;
}

.navigation {
  text-align: right;
  margin: 10px 0px 10px 0px;
}

.ApolloArticleListItem {
  margin-bottom: 10px;
}

.ApolloArticleDescription {
  padding-bottom: 10px;
  border-bottom: solid 1px silver;
}

.ApolloArticleDescription p {
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

#articleContent .ApolloArticleDescription {
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.back {
  text-align: center;
  margin: 20px;
}

#rightColumn .stretchImg {
  width: 170px;
  display: block;
  float: none;
}
