   
/* -------------------  FRONTEND STYLES EXCLUDING MENU   ------------------- */
/* -------------------  Please comment new additions clearly   ------------------- */

body {
  background-color:white;
}

#logo {
  display:block;
  border-bottom:1px solid #ccc;
  padding-bottom:4px;
  margin-bottom:4px;
}

#top{
  background-image:none;
  display:none;
}

#bottom {
  display:none;
} 

#content {
  width:99%;
  background-image:none;
}

#incontent {
  width:99%;
  background-image:none;
}

#topcontent {
  display:none;
}

#minheight {
  background-image:none;
}

#menubar {
  display:none;
}

#main {
  margin:0;
  padding:0;
  width:100%;
}

.indexCourse {
  width:100%;
}

.indexCourse img {
  width:90%!important;
  height:90%!important;
}

h1 { 
  margin: 0;
  padding: 4px 0;
  color:#000;
}

.htmlcontent {
  width:100%;
}

.indexBottom {
  display:none;
}

#footer {
  border-top:1px solid #ccc;
  width:100%;
  background-image:none;
  background-color:white;
}

.footer3, .footer4 {
  display:none;
}