div.logo
{
  margin-top: 5px;
  margin-left: 10px;
  float: left;
}

div.flag
{
  margin-right: 10px;
  margin-top: 6px;
  float: right;
}

div.menubar
{
  background: url("../img/menu_background.jpg") repeat-x;
  padding-top: 7px;
  margin-bottom: 4px;
}

div.clock
{
  text-align: right;
	clear: both;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 4px;
}

div.footer
{
  clear: both;
	float: none;
  font-family: verdana;
	font-size: 9px;
	text-align: center;
}

div.leftcolumn
{
  float: left;
  width: 160px;
}

div.middlecolumn
{
  float: left;
  width: 460px;
  margin-left: 10px;
}

div.rightcolumn
{
  float: right;
  width: 160px;
}

div.sidemenu
{
  width:    100%;
  margin-bottom: 20px;
}

td.sidemenu
{
  color: white;
  font-weight: bold; 
  text-align: center; 
  height: 21px;
  background: url("../img/redbutton.gif");
}

td.sidemenu a
{
  color: white;
  text-decoration: none;
}

td.sidemenu a:link { color: white; text-decoration: none; }
td.sidemenu a:active { color: white; text-decoration: none; }
td.sidemenu a:hover { color: black; text-decoration: none; }
td.sidemenu a:visited { color: white; text-decoration: none; }

div.sideblocktitle
{
  font-weight: bold;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
  background-color: #eeeeee; /* light grey */
  padding-top: 1px;
  padding-bottom: 2px;
  border-top: solid 1px #999999; /* dark green */
  border-left: solid 1px #999999; /* dark green */
  border-right: solid 1px #999999; /* dark green */
}

div.sideblock
{
  border: solid 1px #999999; /* dark green */
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 0px;
}

div.mainblocktitle
{
  color: white;
  background-color: #666666;
  font-weight: bold;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 1px;
  padding-bottom: 3px;
}

div.mainblock
{
  color: black;
  background-color: #CCCCCC;
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

div.mainleftblock
{
  float: left;
  width: 49%;
}

div.mainrightblock
{
  float: right;
  width: 49%;
}