body {
   background: white;
   font-size: 12pt;
   }
#menu {
   display: none;
   }
   
#header{
display: none;
}

#navbar{
display: none;
}
   
#leftColumn{
display: none;
}

#hide{
display: none;
}

#rightmenu{
display: none;
}

#header_left{
display: none;
}

#header_right{
display: none;
}

#footer{
display: none;
}

#job_description{padding:15px 15px 15px 15px;}

 hr {
  border: 0;
  width: 100%;
  background-color:#6F7E58;
  height:1px;
  margin: 20px 0 10px 0;
}

.box{
margin-right:2px;
margin-left:2px;
margin-top:2px;
margin-bottom:2px;
padding-bottom:5px;
padding-top:5px;
padding-left:15px;
padding-right:15px;
border:1px solid #c0c0c0;
background-color:#E6EDF3;
color:#505050;
line-height:1.5em;
}


#wrapper, .content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }