* {
  margin: 0;
  padding: 0;
  border: 0;
}

.container {
  width: 960px;
  margin: 0 auto;
}

div#menu {
  background-color: #001b30;
  width: 100%;
  border-bottom: solid 2px #e0e0e0;
  height: 40px;
}

#menu {
  color: #abbacd;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#menu ul li {
  float: left;
  list-style-type: none;
  border-right: solid 1px #2B4257;
  text-align: center;
}

#menu li.first {
  border-left: solid 1px #2B4257;
}

#menu a {
  padding: 12px 20px 0 20px;
  height: 28px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 118px;
}

#menu li a:hover {
  padding: 12px 20px 0 20px;
  height: 28px;
  width: 118px;
  background-color: #006AC0;
  display: block;
  color: #ffe400;
}

div#top {
  background-image: url('img/top-bg-new.png');
  height: 120px;
  height: 140px;
  width: 100%;
}

#trace {
  padding-top: 1px;
  height: 14px;
  background-color: #e9e9e9;
  font-family: Tahoma;
  font-size: 9px;
  border-top: solid 2px #ffffff;
}

#content div.container  {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
  margin-top: 30px;
}

#content div #left {
  width: 520px;
  padding: 20px;
  float: left;
  font-family: Georgia ;
  font-size: 14px;
/*  text-align: justify; */
  line-height: 1.4;

}

#content div #right {
  width: 338px;
  padding: 20px 10px;
  margin: 0 10px;
  float: right;
  border: solid 1px #cdcdcd;
  background-color: #e9e9e9;
  font-family: Georgia ;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}

#content div #nocol {
  width: 800px;
  padding: 20px;
  font-family: Georgia;
  font-size: 14px;
  line-height: 1.4;
}

#left h1, #right h1, #nocol h1 {
  color: #2B4257;
  margin-bottom: 10px;
  margin-left: 15px;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
}

#left h1 {
  margin-top: 25px;
}

#nocol h1 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#left h2, #right h2, #nocol h2 {
  color: #2b4257;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}

#left li, #right li, #nocol li {
  margin-left: 30px;
  margin-bottom: 8px;
  list-style-type: square;
}

#left p, #right p, #nocol p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content img {
  padding: 10px;
  border: solid 1px #cdcdcd;
  margin: 5px 20px;
  background-color: #e9e9e9;
}

#content img.equation {
  padding: 10px;
  margin: 5px 20px;
  background-color: #ffffff;
  border: 0;
}

#content img.banner {
  padding: 10px;
  border: solid 1px #cdcdcd;
  margin: 10px;
  background-color: #e9e9e9;
}

#content img.left {
  float: left;
}

#content img.right {
  float: right;
}

div#footer {
  background-image: url('img/bot-bg.png');
  height: 140px;
  width: 100%;
  border-top: solid 1px #cdcdcd;
  text-align: center;
  margin-top: 40px;
}

#footer div {
  font-family: Tahoma;
  font-size: 9pt;
  color: #606060;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
}
