*
{
  font-family : "Georgia", "Times New Roman", "Times", serif;
}

html, body
{
  margin : 0px;
  padding : 0px;
  overflow : hidden;
  height : 100%;
  width : 100%;
  background-color : #696969;
}

img
{
  border : 0px;
  font-family : "Arial";
  font-size : 10px;
  color : black;
  text-align : center;
}

div
{
  position    : absolute;
}

#page
{
  width       : 755px;
  left        : 50%;
  margin-left : -375px;
  background-color : white;

  top       : 0px;
  bottom    : 0px;
  overflow  : hidden;

  border-width : 0px 1px;
  border-color : black;
  border-style : solid;
}

#header
{
  height      : 125px;
  left        : 0px;
  right       : 0px;
  background-image : url( /shared/images/lines.gif )
}

#logo
{
  background-color : black;
  height : 125px;
  width : 377px;
}

#logoImage
{
  top:4px; left:8px; width:140px; height:115px;
}

#payoffImage
{
  bottom:16px; right:10px; width:200px; height:70px;
}

#mapspace,
#smallmap
{
  top : 0px;
  left : 378px;
  height : 125px;
  width:251px;
}

#mapspace
{
  background-image : url( /shared/images/lines.gif )
}

#language
{
  right : 0px;
  top: 0px;
  width : 125px;
  height : 125px;
}

#navigation
{
  height      : 251px;
  width       : 251px;
  line-height : 125%;
}

#leftcolumn
{
  top : 126px;
  bottom : 0px;
  width : 251px;
  background-image : url( /shared/images/lines.gif )
}

#content
{
  top : 126px;
  left: 252px;
  width : 504px;
  bottom : 0px;
  overflow : auto;
}

#articles
{
  position : absolute;
  left: 0px;
  right : 0px;
  margin : 10px;
  padding : 10px;
}

.article div
{
  position: relative;
}

.nav,
.navActive
{
  text-decoration : none;
  color : white;
  display : block;
  margin-left : 20px;
  font-size  : 15px;
}

.navActive
{
  color : black;
}

.title, h1
{
  font-weight : bold;
  font-size : larger;
}

