body {
  background-color: #6F6F6F;
  font-family: arial, sans-serif;
  font-size: small;
  color: #AAAAAA;
  margin-top: 0px;
}

.mainPanel {
  background-image: url(images/contentBack.gif);
  background-repeat: repeat-y;
  width: 988px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.langPanel {
  height: 24px;
  height: 22px;
  text-align: right;
  margin-right: 4px;
  padding-top: 4px;
}


.navPanel {
 background-image: url(images/logoTop.jpg);
 background-repeat: no-repeat;
 background-color: #363636;
 height: 88px;
 width: 980px;
 margin-left: 4px;
 margin-right: 4px;
}


.contentPanel {
 padding: 20px;
 margin-left: 4px;
 margin-right: 4px;
 background-color: #444444;
}

.bottomPanel {
  background-image: url(images/bottomPanelBack.gif);
  height: 15px;
  width: 988px;
}


.topNav {
  list-style-type: none;
  padding: 0px;
  position: absolute;
  margin-left: 0px;
  margin-top: 66px;
}

.topNav li
{
  float: left;
}

.topNav li a {
  height: 25px;
  color: #CBCBCB;
  font-weight: normal;
  text-decoration: none;
  background-color: #363636;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;

}

.topNav li a:hover {
  color: white;
  text-decoration: none;
}

h1 {
 color:  #FF9900;
 font-weight: normal;
 font-size:  x-large;
}

h3 {
 color:  #FF9900;
 font-size:  12pt;
 font-size:  normal;
 font-weight: normal;
 margin-bottom: 0px;
}

h2 {
 color:  white;
 font-size:  12pt;
 font-weight: normal;
}

a {
   color:  #FF9900;
   text-decoration: none;
   font-weight: normal;
}

.myImage {
  background-color: #363636;
  padding: 4px;
  border: none;
}

.clearPanel {
 clear: both;
 height: 1px;
}

.newsPanel {
  width: 650px;
}

p {
  margin-top: 0px;
  text-align: justify;
}

img {
  border: none;
}

.infoPanel {
  padding: 10px;
  background-color: #333333;
  margin-bottom: 10px;
}










