body {
  margin: 0px;
  padding: 0px;
	color:#666666;
	font-family: Frutiger, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
  line-height: 20px;
  background-color: #FFF;
}
.dark {
  background-color: #000;
}
/* Text formatting */
.large_orange {
  font-size: 125%;
  color: #F37021;
}
b {
  color: #345A98;
}
h3 {
  color: #F37021;
  font-weight: bold;
}
h4 {
  color: #F37021;
  font-weight: bold;
}
h5 {
  color: #F37021;
  font-weight: bold;
  margin-bottom: -12px;
}
/* Block Templates */
#template_top {
	display: block;
	height: 96px;
  width: 850px;
}
#template_left {
	display: block;
  height: 616px;
  width: 322px;
  background-image: url(images/legal/nav_left.gif);
  padding-top: 29px;
 	float: left;
}
#content {
  display: block;
	width: 528px;
  float: left;
  left: 322px;
  top: 100px;
}
/* Top Menu */
#menu_top {
	display: block;
  height: 67px;
  width: 528px;
  position: absolute;
  top: 0px;
  left: 322px;
  background-image: url(images/legal/nav_top.png); 
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  padding-top: 29px;
	list-style-type: none;
  z-index: 1000;
}
#menu_top li {
  display: block;
  float: left;
}
a.menu_top_sel {
 	background-repeat: no-repeat;
 	background-position: 0px -33px;
  text-decoration: none;
  display: block;
  float: left;
}
a.menu_top_nav {
	background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
  display: block;
  float: left;
}
a.menu_top_nav:hover {
  background-position: 0px -33px;
}
/* Left Menu */
a.menu_left_nav {
	background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
  display: block;
  float: left;
}
a.menu_left_law:hover {
  background-position: 0px -54px;
}
a.menu_left_private:hover {
  background-position: 0px -56px;
}
a.menu_left_private_s:hover {
  background-position: 0px -54px;
}
a.menu_left_invest:hover {
  background-position: 0px -62px;
}
a.menu_left_invest_s:hover {
  background-position: 0px -64px;
}
a.menu_left_invest_s3:hover {
  background-position: 0px -55px;
}
/* Sub Menu */
.menu_sub {
  list-style-type: none;
	background-color: #F37021;
	width: 190px;
/*	position: absolute;*/
	left: 186px;
	top: 62px;
  padding: 0px;
  margin: 0px;
  z-index: 1000;
}
.menu_sub li {
	background-color: #F37021;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 9px 10px 6px 7px;
  display: block;
  width: 173px;
}
.menu_sub a {
  padding-left: 15px;
  text-decoration: none;
	color: #FFFFFF;
}
.menu_sub a:hover {
  background-image: url(images/legal/nav_arrow.gif);
  background-repeat:no-repeat;
  background-position: 3px 5px;
}
/* Form Handling */
.mandatoryStar {
  color: #F00;
}
.formLabel {
  text-align: right;
}
.smallNote {
  font-size: 75%;
}
/* Login Form */
#loginForm {
  margin-left: 10px;
  display: block;
  height: 104px;
}
#loginForm h3 {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 12px;
}
.userName {
  width: 125px;
  margin: 0px;
  margin-bottom: 5px;
  display: block;
}
.passWord {
  width: 125px;
  margin: 0px;
  margin-bottom: 5px;
  display: block;
} 
.buttonGo {
  position: relative; 
  left: 145px; 
  top: -28px;
}
.forgotPassword {
  font-size: 75%;
  color: #fff;
  text-decoration: none;
}
.forgotPassword a:hover {
  text-decoration: underline; 
}
.demo {
	position: absolute;
  top: 100px;
  width: 780px;
  height: 600px;
  left: 100px;
  z-index: 200;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: none;
}
