body {
  font: 11px verdana, sans-serif;
  color: black;
  background: #0F1F84;
  text-align: center;
  margin: 0;
}

a {
  color: #0C196C;
  text-decoration: none;
}

a.active {color: #AD2E2D;}

a:hover, a:active {
  color: #AD2E2D;
}

.content-container {
  width: 750px;
  border-left: 25px solid #0C196C;
  border-right: 25px solid #0C196C;
  margin: 0 auto;
  text-align: left;
  background: white;
  color: inherit;
}

.logo-container {
  border-top: 15px solid #CBCECF;
  border-bottom: 15px solid #B4B4B4;
  padding-left: 301px;
}

img.box {
  display: block;
}

.page-header {
  color: inherit;
  background: white url(../images/scale.gif) no-repeat right top scroll;
  padding: 13px 26px 32px 26px;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  color: #BF3231;
  background-color: inherit;
  margin: 0;
}

h3 {
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: inherit;
  margin: 0 0 6px 0;
}

.links {
  float: right;
  font-size: 9px;
  margin-top: -12px;
}

.page {
  padding: 20px 25px 50px 25px;  
  background: #CBCECF url(../images/eu.gif) no-repeat center bottom scroll;
  min-height: 370px;
}

.footer {
  font-size: 9px;
  background: white;
  text-align: center;
  padding: 2px 0;
}

#disc-1 {
  float: left;
  width: 305px;
  padding-left: 45px;
  background: transparent url(../images/disc1_inactive.gif) no-repeat 2px 0 scroll;
}

#disc-2 {
  float: left;
  width: 295px;
  padding-left: 55px;
  background: transparent url(../images/disc2.gif) no-repeat 10px 0 scroll;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.menu, .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  margin-bottom: 15px;
}

.submenu {
  margin-top: 4px;
}

.menu li {
  margin: 0 0 6px 0;
}

.submenu li {
  border-bottom: 1px solid #B4B4B4;
  margin: 0;
  padding: 2px;
}

.submenu a {
  color: #363636;
}

.submenu a:hover {
  color: #AD2E2D;
}

.submenu a:visited {
  color: #6E6E6E;
}



.submenu a:active {
  color: white;
}

/* info */
#info {
  position: absolute;
  left: 0px;
  background: #B4B4B4;
  width: 196px;
  padding: 8px 4px 4px 4px;
  text-align: left;
}

#info h1 {
  color: #0C196C;
  font-size: 11px;
  padding: 0 4px 2px 4px;
  margin: 0 0 2px 0;  
  font-weight: normal;  
  border-bottom: 1px solid #CBCECF;
}

#info p {
  margin: 0 4px;
  line-height: 15px;
  color: #363636;
}

#info span {
  color: #0C196C;
}