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;
}

#nav { 
	margin-left:200px;
	width:570px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-top:0px;
}

#nav br { clear:left; }

ul#dropdown {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul#dropdown li {
	float:left;	
}

ul#dropdown a
{
	display:block;
	text-decoration:none;
}

ul#dropdown a img
{
	border:0px;
}

ul#dropdown li ul { /* second-level lists */
	margin:0px;
	padding:0px;
	list-style-type:none;
	left:-999em;
	position:absolute;
	text-align:left;
	font-size:11px;
	z-index:3;
	line-height:20px;
	margin-left:-21px;
	padding-top:0px;
	border-top: solid 1px white;
}

ul#dropdown li ul li {
	float:left;
	border-top:0px;
	border-bottom:1px solid white;
	border-left:2px solid white;
	border-right:1px solid white;
	clear:left;
	margin:0px;
	padding:0px;
	background-color:#DACFF8;
	text-align:left;
}

ul#dropdown li:hover ul, ul#dropdown li.sfhover ul { left:auto; }
ul#dropdown li ul li a { 
	color:black;
	padding:0px; 
	display:block; 
	border:0px; 
	text-indent:5px;	
	width:138px;
}
ul#dropdown li ul li a:hover { color:white; }

#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;
}