body {
  background-color: #B2B1AC;
  background-image: url(images/body_bg.jpg);
  background-repeat: repeat-x;
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 11px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  text-align: center;
}
table {
  border: 0;
  margin: 0px;
  padding: 0px;
}
td {
  text-align: left;
  vertical-align: top;
}
img {
  border: 0;
}
.blockImg {
  display: block;
}
form {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mainDiv {
  width: 780px;
  text-align: center;
  background-color: red;
  height: 80px;
}

/** Titles */
.title {
  font-size: 18px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Arial, Sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0px;
  line-height: 70%;
}
.newstitle, .mark_title {
  font-size: 12px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Tahoma, Sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0px;

}
.newsdate  {
  font-size: 11px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Tahoma, Sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  padding: 0px;
  color: #C1BFB1;

}/*
a.marklink {
  font-size: 10px;

  font-family: Tahoma;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0px;
  color:#000000;
  text-decoration:none;
}

a.marklink:hover{
  color:white;
  text-decoration:none;
}*/
.subtitle {
  font-size: 18px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Arial, Sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 0px;
  padding: 0px;
  line-height: 70%;
}
.titleSmall {
  font-size: 18px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Arial, Sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  /*font-weight: normal;*/
}
.subtitleSmall {
  font-size: 18px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Arial, Sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  /*font-weight: normal;*/
}
.white {
  color: white;
}
a.white:hover {
  color: #A0B9D7;
}
.lightGrey {
  color: #C1BFB1;
}
a.lightGrey:hover {
  color: white;
}
.mediumGrey {
  color: #A5A394;
}
.grey {
  color: #817F71;
}
.lightBlue {
  color: #A0B9D7;
}
a.lightBlue:hover {
  color: white;
}
.black {
  color: black;
}
a.black:hover {
  color: #817F71;
}

/** Main table */
#mainTable {
  width: 780px;
}
#leftSideTd {
  width: 14px;
  background-image: url(images/body_left.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
#rightSideTd {
  width: 14px;
  background-image: url(images/body_right.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/** Top */
#topTable {
  height: 70px;
  width: 780px;
}
#logoTd {
  vertical-align: bottom;
  padding-left: 50px;
  width: 420px;
}
#sloganTd {
  vertical-align: top;
  text-align: left;
  padding-top: 45px;
}

/** Photo content */
#photoTable {
  background-image: url(images/main_bg.jpg);
  background-repeat: repeat-x;
  height: 300px;
  width: 100%;
}
.photoTableMargin {
  width: 5px;
}
#photoTd {
  width: 395px;
}
#mainMenu {
  width: 200px;
}
#mainMenuBg {
  background-image: url(images/main_menu_bg.gif);
  background-repeat: repeat-y;
  height: 100%;
  width: 100%;
  height: 280px;
}
#mainMenuDiv {
  background-image: url(images/main_menu_bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 270px;
  padding-left: 30px;
  padding-top: 10px;
}
.mainMenuSpacer {
  padding: 15px 0 15px 0;
}
#topMenu {
  background-image: url(images/menu_top_bg.gif);
  background-repeat: repeat-y;
  background-color: white;
  padding: 20px 10px 0 20px;
  width: 120px;
}
#topMenuText {
  padding: 20px 0 20px 0;
  color: #86867A;
  line-height: 95%;
}
.menuTopPos {
  background-image: url(images/menu_top_pos.gif);
  background-repeat: no-repeat;
  padding: 0 0 5px 10px;
}
.menuTopPos a {
  color: #004AAC;
  font-weight: bold;
  text-decoration: underline;
}
.menuTopPos a:hover {
  color: #A0B9D7;
}
.mainTitle {
  color: white;
  font-size: 24px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Arial, Sans-serif;
  font-weight: bold;
  margin: 230px 20px 0 0;
  text-align: right;
}
.mainSubtitle {
  color: white;
  font-size: 20px;
  /*font-family: Arial Black, Arial, Sans-serif;*/
  font-family: Arial, Sans-serif;
  font-weight: bold;
  padding: 10px 20px 0 0;
  text-align: right;
}

/** Middle menu */
#middleMenu {
  height: 60px;
  margin-left: 25px;
}
#middleMenu td {
  vertical-align: middle;
  padding: 0 5px 0 5px;
}
#middleMenu td.middleMenuPosSelected {
  font-weight: bold;
  color:black;
  background-image: url(images/middle_menu_selected.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#middleMenu td.middleMenuPosSelected a{
  color:black;
}

.middleMenuPos a {
  color: black;
}

.middleMenuPos a:hover {
  color: #817F71;
}
.linkImg {
  display: inline;
  vertical-align: middle;
}
#languagesTd {
  vertical-align: middle;
  padding-left: 25px;
}

/** Content */
#contentTd {
  background-color: #14355F;
  background-image: url(images/content_bg.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px;
  color: white;
}
#contentTable {
  width: 100%;
}
.contentBreak {
  background-image: url(images/white_dots.gif);
  background-repeat: repeat-y;
  width: 1px;
}
.contentHome {
  width: 33%;
  padding: 5px 20px 0 20px;
}
.contentHome a.white:hover {
  color: #C1BFB1;
}
#contentTd a {
  color: white;
}
#contentTd a.lightGrey {
  color: #C1BFB1;
}
#contentTd a.lightGrey:hover {
  color: white;
}
#contentTd a:hover {
  color: #C1BFB1;
}
#contentLeft {
  width: 25%;
  padding: 5px 20px 0 20px;
}
#contentRight {
  width: 75%;
  padding: 5px 20px 0 20px;
}
.menuLeftBreak {
  margin: 10px 0 10px 0;
}
.contentImage {
  margin: 0 15px 5px 0;
  float: left;
}
.contentHorizBreak {
  margin: 10px 0 10px 0;
}
#subcontentTable {
  width: 100%;
}
.subcontentBreak {
  padding: 0 20px 0 20px;
  background-image: url(images/white_dots.gif);
  background-repeat: repeat-y;
  background-position: center;
}

/** White bottom */
#bottomContentTd {
  background-color: #FFFEF7;
  text-align: center;
  padding: 20px;
  color: #86867E;
  font-size: 9px;
  line-height: 115%;
}
#bottomContentTable {
  width: 100%;
}
.bottomContentHome {
  width: 26%;
  padding: 0 10px 0 10px;
}
.bottomContentIntro {
  width: 20%;
  padding: 0 10px 0 20px;
}
.bottomContentBreak {
  background-image: url(images/black_dots.gif);
  background-repeat: repeat-y;
  width: 1px;
}

#bottomContentTd a {
  color: #86867E;
}
#bottomContentTd a:hover {
  color: #A5A394;
}
#bottomContentTd a.black {
  color: black;
}
#bottomContentTd a.black:hover {
  color: #817F71;
}
#bottomContentTd a.red {
  color: #C90103;
  font-size: 11px;
  font-weight: bold;
}
#bottomContentTd a.red:hover {
  color: #C84100;
}


#contentRight a.red {
  color: #C90103;
  font-size: 11px;
  font-weight: bold;
}
#contentRight a.red:hover {
  color: #C84100;
}



/** Bottom menu */
#bottomMenu {
  width: 100%;
  margin-top: 10px;
}
#goUpTd {
  text-align: right;
  padding-right: 50px;
}
#bottomMenuTd {
  padding-left: 50px;
}