body {
  min-height:1200px;
  margin:0px;
}

li {
  margin-top:5px;
  margin-bottom:5px;
}
#page{width:800px; margin-left:auto; margin-right:auto; margin-top:10px;}
#logo{float:left; width:250px; height:126px;}
#languagebar{float:right; width:514px; height:46px; text-align:right; vertical-align:top; padding:8px;}
#menu{float:right; width:514px; height:16px; background-image:url(bar_menu.gif); background-position:bottom; background-repeat:repeat-x; text-align:right; padding:8px;}
#submenu{float:right; width:514px; height:16px; background-image:url(bar_submenu.gif); background-position:top; background-repeat:repeat-x; text-align:right; padding:8px;}
#leftpane{float:left; width:250px; min-height:335px; margin-top:45px;}
#content{float:right; width:522px; min-height:380px; padding-right:8px;}
#footer{float:left; width:780px; background-color:#D0D0D0; padding:10px; text-align:center;}
#news{float:left; width:248px; border:1px solid #C0262A;}
#newsheader{width:248px; height:18px; background-color:#C0262A; padding-top:2px}
#newscontent{width:238px; padding:0px 5px 5px 5px;}

.newstext {
  font:0.7em Tahoma, sans-serif;
  font-size:11px;
  color:#404040;
  line-height:14px;
}

.newstext a {
  font:0.7em Tahoma, sans-serif;
  font-size:11px;
  color:#C0262A;
  line-height:14px;
  text-decoration:underline;
}

.boxheader {
  font:0.7em Tahoma, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  text-align:center;
}

.boxheader a{
  color:#FFFFFF;
  text-decoration:none;
}

.boxheader a:hover{
  text-decoration:underline;
}

.contenttext {
  font:0.7em Tahoma, sans-serif;
  font-size:12px;
  color:#404040;
  line-height:16px;
}

.contenttext a {
  font:0.7em Tahoma, sans-serif;
  font-size:12px;
  color:#404040;
  line-height:16px;
  text-decoration:underline;
}

.headlinetext {
  font:0.7em Tahoma, sans-serif;
  font-size:20px;
  font-weight:bold;
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
  color:#C0262A;
}
.menutext {
  font:0.7em Tahoma, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
}
.menutext a{
  font:0.7em Tahoma, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
}
.menutext a:hover{
  text-decoration:underline;
}
.submenutext {
  font:0.7em Tahoma, sans-serif;
  font-size: 11px;
  font-weight:bold;
  color:#404040;
}
.submenutext a{
  font:0.7em Tahoma, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#404040;
  text-decoration:none;
}
.submenutext a:hover{
  text-decoration:underline;
}
.slogantext {
  text-align:center;
  font:0.7em Tahoma, sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height:16px;
  color:#C0262A;
}
.slogantext a{
  font:0.7em Tahoma, sans-serif;
  font-size:12px;
  line-height:16px;
  font-weight:bold;
  color:#C0262A;
  text-align:left;
  text-decoration:none;
}
.slogantext a:hover{
  text-decoration:underline;
}
table.grayborder {
  border-collapse:collapse;
}
table.grayborder th, table.grayborder td {
  border:1px solid #A1A1A1;
  padding:2px 4px 2px 4px;
}
.bodyhover a{
  text-decoration:none;
}
.bodyhover a:hover{
  text-decoration:underline;
}
.required {
  color:#C0262A;
}
.inputReadonly {
  background-color:#D4D0C8;
  color:#000000;
  cursor:default;
}
.inputWrite {
  background-color:#FFFFFF;
	color:#000000;
}