/* Start of CMSMS style sheet 'Seperate Header + 2 Column' */
#headerWrapper {
  width: 100%;
  background-color: #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
}
#header {
  width: 900px;
  height: 18px;
  margin: 0 auto;
  text-align: left;
}
#header h5 {
  float: left;
  margin-top:1px;
}
#topmenu {
  float: right;
  margin-top:1px;
}
#topmenu ul {
 list-style-type: none;
}
#topmenu ul li {
 float: left;
  margin-left: 10px;
}

#menu {
  width: 178px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding:10px;
  border: 1px solid #CCCCCC;
}
#content {
  float: left;
  width: 682px;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
}
#content p {
  margin:10px;
}
#footer {
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.sidebarItem {
  margin-bottom: 15px;
}
/* End of 'Seperate Header + 2 Column' */

