/*******************************************************************************
Layout
*******************************************************************************/

#divcontentarealeftcol {
  background-color: #09315d; 
  float: left;
  width: 234px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#divcontentarearightcol {
  position: relative;
  float: right;
  width: 505px;
  height: 100%;
}

#divcontentrighttop {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 23px;
}

#divcontentrightbottom {
  background-color: #09315d; 
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#divcontentclear {
  clear: both; 
  height: 22px;
}

/*******************************************************************************
Downloads
*******************************************************************************/

.downloadimage {
  border: none; 
  vertical-align: middle; 
  margin-right: 12px;
}

.divdownloadimages {
  margin-top: 5px;
  padding-bottom: 5px;  
}

/*******************************************************************************
Lists
*******************************************************************************/

.listcategories {
  list-style-type: square;  
}
