body {
  background-color:#FFF;
  color: #505a59;
  font-size: 0.75em;
  font-family: Arial,Verdana,Tahoma,Sans-Serif;
  margin:0px;
  text-align: center;
  line-height: 150%;
}

.red {
  background-color:#FFF;
  color: #e23328;
  font-family: Arial,Verdana,Tahoma,Sans-Serif;
  text-align: left;
  line-height: 150%;
}

a {
  color: #505a59;
  text-decoration: none;
}

a:hover {
	color: #e23328;
	text-decoration: underline;
}

.active {
  color: #e23328;
}

a img {
  border: none;
}

img {
  font-size: 1em;
  font-weight: bold;
  color: #e23328;
}

ul {
  padding: 0px;
  margin: 0px;
  padding-left: 3em;
}

.container {
  background: #FFFFFF none repeat scroll 0%;
  border-color: #888;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  margin: 20px auto;
  overflow: hidden;
  text-align:left;
  width: 70em;
}

.header {
  background-color: #FFF;
  text-align: left;
}

.header img {
  padding: 0em 0em 2em 3em;
}

.menu {
  border-bottom: 1px solid #888;
  margin: 0px;
  padding: 0.5em 2em;
  text-align: left;
}

.menuList a {
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
}

.menuList {
  padding: 0em;
}

.menuList li {
  display: inline;
  list-style-type: none;
}

.submenu {
  padding: 0.5em 2em;
  border-bottom: 1px dotted #888;
}

.footer {
  border-top: 1px solid #888;
  clear: both;
  height: 2em;
  padding: 1em 2em;
  text-align: left;
}

.footer a {
  padding: 1em;
}

#mapCanvas {
  width: 29em;
  height: 21.65em;
}

#mapCanvasK {
  width: 29em;
  height: 24.95em;
}


div .column {
  display: inline;
  text-align: left;
  background: #FFFFFF none repeat scroll 0%;
  float: left;
  width: 29em;
  margin: 3em;
  min-height: 30em;
}

