﻿body
{
	margin: 0px;
	background-color: #BACDEB;
}
#cmdChangeLanguage
{
  position: relative;
  left: 864px;
  top: 120px;
}
#pnlBody
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background: #EAE9E5;
}
.pnlHeader
{
  background-position: center top;
  height: 112px;
  width: 960px;
  border: solid 2px #3B3B3B;
  background-repeat: no-repeat;
}
#pnlContent
{
    height: 592px;
    width: 960px;
    vertical-align: top;
    background-color: White;
  	border-left: solid 2px #3B3B3B;
  	border-right: solid 2px #3B3B3B;
  	border-bottom: solid 2px #3B3B3B;
}
#pnlFooter
{
	text-align: center;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 10px 0px 10px 0px;
  height: 75px;
  width: 960px;
  background-color: #EAE9E5;
	border-left: solid 2px #3B3B3B;
	border-right: solid 2px #3B3B3B;
	border-bottom: solid 2px #3B3B3B;
}
.footerLink
{
	font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
	color: #C50000
}