body {
  font-family: "Arial", sans-serif;
  font-size: 20px;
  text-align: center;
  background-color: #96D6FF;
  height: 100%;
}
a {
text-decoration:none;
}
a:link {
color: #336699;
}
a:visited 
{ 
color: #336699; 
}
a:hover 
{ 
color: #6666ff;
}

#banner {
width:100%;
height: 290px;
background-image: url(images/BSSC-opt-940.jpg);
background-repeat: no-repeat;
background-position: center top;
}

#banner-otherpages {
width:100%;
font-family: "Georgia", sans-serif;
font-size: 250%;
color: red;
text-align: left;
padding-top: 10px;
}
	


#container {
width:960px;
min-height: 1%; overflow: hidden;
margin-right: auto;
margin-left: auto;
text-align: left;border-radius: 2em;
padding-top: 2em;
background-color: #FFFFFF;


<!--padding: .5em;-->
}

.bluebounces {
height: 200px;
width: 960px;
background-image: url(images/bluebounces-opt.jpg);
background-repeat: no-repeat;
background-position:bottom;
clear: both;
}

#maincontent {
float:left;
margin: 0px 20px 20px 20px;
}

.banner-subtitle {
  font-family: "Arial",sans-serif;
  font-size: 150%;
}

#topmenu {
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  font-family: "Arial",sans-serif;
  font-size:1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0.7em;
  padding-top: 0.1em;
}

.topmenu a {
  text-decoration: none;
}
.topmenu a:link {
  color: #336699;
}
.topmenu a:visited {
  color: #336699;
}
.topmenu a:active {
  color: #336699;
}
.topmenu a:hover {
  color: #6666ff;
}

#sidemenu {
float: left;
width: 150px;
margin-right: 30px;
font-family: "Arial",sans-serif;
font-size:1em;
}

h1 {
  font-family: "Helvetica",sans-serif; 
}
h2 {
  font-family: "Helvetica",sans-serif; font-weight: normal;
}
h3 {
  font-family: "Helvetica",sans-serif;
}
th {
  font-family: "Arial";
}
tr {
  width: 70%;
}
td {
  font-family: "Arial";
}
.displaygallery {
  width: 100%;
  float: left;
}

.sidebar {
  float: right;
  width: 40%;
  padding-left:20px;
}
#footer {
height:200px;
width:950px;
padding: 5px;
<!--border-top: 1px solid;
clear: both;-->
padding-top:10px;
}

