body {
  margin: 0px;
  padding: 0px;
  background-color: #18337C;
}

a:hover {
  text-decoration: none;
  color:#FFFFFF
}

.normaltxt {
  font-family: Arial, Verdana, sans-serif;
  font-size: x-small;
  font-weight: normal;
  color: #18337C;
}

.indextxt {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #18337C;
}

.title {
  font-family: Verdana, Arial, sans-serif;
  font-size: large;
  font-weight:bold;
  font-weight: normal;
  color: #C85C00;
  margin: 0px;
  text-decoration:none;
}

.title2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  font-weight:bold;
  font-weight: normal;
  color: #C85C00;
  margin: 0px;
  text-decoration:none;
}
.indextitle2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight:bold;
  font-weight: normal;
  color: #C85C00;
  margin: 0px;
  text-decoration:none;
}

h3.title2 {
  padding: 0px;
}

.address {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #18337C;
}

.footerLink {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-decoration:none;
  font-size: xx-small;
  color: #E3CEBC;
}

.langLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #E3CEBC;
  text-decoration:none;
}

#langChoice {
  position: absolute;
  left: 650px;
  top: 0px;
  z-index: 5;
}

#top {
  position: relative;
  width: 770px;
  height: 73px;
}

#header {
  position: relative;
  width: 770px;
  height: 138px;
}

#header2 {
  position: relative;
  width: 770px;
  height: 189px;
}

#content {
  position: relative;
  background: url('images/index-welcome-text.jpg') no-repeat left top;
  width: 770px;
  height: 223px;
}

#bottom{
  position: relative;
  background: url('images/index-bottom.jpg') no-repeat left top;
  width: 770px;
  height: 113px;
}

#footer {
  position: relative;
  width: 770px;
}

#indexcnt {
  width: 430px;
  padding: 7px;
  padding-left: 15px;
  padding-top: 15px;
}

#bottomcnt {
  width: 300px;
  padding: 15px;
}

#int_top {
  position: relative;
  width: 770px;
  height: 47px;
}

#int_header {
  position: relative;
  width: 770px;
  height: 121px;
}

#int_title {
  position: absolute;
  width: 425px;
  text-align: right;
  top: 133px;
  left: 330px;
  z-index: 7;
}

#int_content {
  position: relative;
  background: url('images/internal-background.gif') repeat left top;
  width: 770px;
  overflow: visible;
}

#internalcnt {
  width: 750px;
  padding: 7px 7px 25px 10px;
  overflow: visible;
}


#int_bottom {
  position: relative;
  background: url('images/internal-bottom.gif') no-repeat left top;
  width: 770px;
  height: 83px;
}

#int_bottomcnt {
	width: 300px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.clear {
  clear: both;
}

