#container {
  width: 780px;
  margin: 0 auto;
}

#top {
  position: relative;
  color: white;
  margin: 0px 0px 0px 0px;
}

.topNavigationBar {
  background-image: url(../images/barraMenuOuro.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  text-align: center;
}

.processoMenuBar {
  background-image: url(../images/backgroundProcesso.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 40px;
  text-align: center;
}

#left {
  float: left;
  padding-left: 15px;
  width: 150px;
}

.leftNavigationBar {
  float: left;
  width: 150px;
}

.menuItem {
  list-style: none;
  list-style-image: none;
  background-image: url("../images/menuLine.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0px 0px 3px 15px;
  margin: 0px 0px 0px 0px;
}

.leftNavigationBar h3 {
  margin: 0;
  padding: 5px 0;
  font-size: small;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
}

.leftSidebar {
  float: left;
  width: 150px;
}

#right {
  float: right;
  background-color: #f2f3ee;
  padding: 5px;
  width: 150px;
}

.centerContent {
  position: relative;
  background-repeat: repeat-y;
  min-height: 550px;
}


.leftContent {
  padding: 0px;
  margin-left: 150px;
}

.rightContent {
  background-color: #f2f3ee;
  padding: 5px;
  margin: 0px 170px 0px 170px;
}

fieldset {
  font-family: courier;
  border: 1px solid black;
}

legend {
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.centerAligned {
  text-align: center;
  white-space: normal !important;
  font-size: 13px;
}

.leftAligned {
  text-align: left;
  white-space: normal !important;
  font-size: 13px;
}