#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;
}

#footer {
   background-image: url(../images/footerAzul.png);
   background-repeat: no-repeat;
   height: 80px;
   width: 100%;
}

.footer{
   padding: 0 0 0 0;
   color: #FFFFFF;
   text-align: center;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 9px;
   font-style: normal;
   position: relative;
}

#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-image: url("../images/menuLine.gif");
   */
   background-repeat: no-repeat;
   background-position: left bottom;
   /*padding: 7px 0px 1px 12px;*/
   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-image: url(../images/backgroundMiddleDetalhes.jpg);
   background-repeat: repeat-y;
   min-height: 550px;      
}

.plainCenterContent {
   position: relative;   
   min-height: 430px;      
   width: 750px;
}

.centerContentBG {
   position: relative;
   background-image: url(../images/backgroundMiddleBG.jpg);
   background-repeat: repeat-y;
   height: auto;
   width: 760px;
}

.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;
}
