body {
  background-color:#8D86A1;
  margin:0px;
	padding:0px;	
	padding-top:20px;
	font-size:10pt;
}

#container {
	background-color:white;
  width:100%;		
}

#topBar { text-align:left; }

#topBar .firstLine,#topBar .secondLine,#topBar .thirdLine,#topBar .forthLine {
	background-repeat:no-repeat;
	overflow:hidden;
	line-height:0px;
	font-size:0px;
}

#topBar .firstLine {
  background-image:url(../GUI/firstBar_bkgd.jpg);
	background-color:#8D86A1;
	height:3px;
}

#topBar .secondLine {
  background-image:url(../GUI/secondBar_bkgd.jpg);
	background-color:#716386;
	height:40px;
}

#topBar .thirdLine {
  background-color:#B8B4C3;
  background-image:url(../GUI/topBar_bkgd.gif);
	height:2px;
}

#topBar .forthLine {
  background-color:#8C86A0;
  background-image:url(../GUI/topBar_bkgd.gif);
	height:4px;
}

#topBar #header {
  height:170px;
  background-image:url(../GUI/header_bkgd.jpg);
	background-repeat:no-repeat;
  overflow:hidden;
	font-family:arial;
}

#header #logo {
  margin-left:40px;
	margin-top:20px;
	float:left;
}

#header .address {
  margin-left:5%;
	margin-top:10px;
	color:#1B1B1B;
	float:left;
	font-size:8pt;
	line-height:13px;
	text-align:left;	
}
:root #header .address {
  margin-top:8px;
	margin-left:37px;
}

#bottom {
	background-color:#8D86A1;
	font-size:10pt;
	text-align:left;	
}

#bottom #topFrame {
  background-image:url(../GUI/topFrame_bkgd.jpg);
	background-repeat:no-repeat;
}

#bottom #montageBox {
	height:240px;
  background-image:url(../GUI/montage_bkgd.jpg);
	background-repeat:no-repeat;
	padding-left:21px;
	overflow:hidden;
}

#montageBox .montage {
  border-top:2px solid #fff;
}

.montage img {
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#content {
  margin:0px;
  background-image:url(../GUI/content_bkgd.jpg);
  background-repeat:no-repeat;
  font-size:10pt;
  color:black;
  font-family:Verdana;
  height:310px;
  font-size:11px;
}

#content .text {
	margin-left:215px;
	width:540px;
}

.text p {
  margin:0px;
  padding-top:15px;
}

#bottom #footer {
  background-image:url(../GUI/footer_bkgd.gif);
	background-repeat:no-repeat;
	text-align:left;
	color:#eee;
	font-family:Verdana;
	letter-spacing:1px;
	font-size:8pt;
	padding-left:21px;
}

#footer a {
  color:white;
	text-decoration:none;
	font-weight:bold;
}

#bottom #lines {
  background-image:url(../GUI/bottom_bkgd.gif);
	background-repeat:repeat-x;
	line-height:0px;
	font-size:0px;
}
