body {
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 0px red;
  padding-left: 12em;
  padding-right: 5px;
  padding-top: 0em;
  text-align: justify;
background-image: url("Icons/hallelujah2.jpg");
background-attachment: fixed;
}

.sidebox {

top: 200px;
left: 10px;
width: 12em; /* 10em 12em; */ /* ems so it will grow */

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    border-top: solid 0px yellow;
    border-bottom: solid 0px yellow; 
    border-left: solid 0px yellow;
    border-right: solid 0px yellow;
 
    padding-top: 0px;  /* 1000px; */
    padding-bottom: 0px; 
    padding-left: 0px;
    padding-right: 0px;

    background: url(Icons/sbbody-r.gif) no-repeat bottom right; 
    font-size: 90%;
    position: absolute;
}

.boxhead {

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    border-top: solid 0px green;
    border-bottom: solid 0px green; 
    border-left: solid 0px green;
    border-right: solid 0px green;
 
    padding-top: 0px;  /* 1000px; */
    padding-bottom: 0px; 
    padding-left: 0px;
    padding-right: 0px;

    background: url(Icons/sbhead-r.gif) no-repeat top right;
    text-align: center; 

}

.boxhead h3 {

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px; 
    margin-right: 0px;

    border-top: solid 0px violet;
    border-bottom: solid 0px violet; 
    border-left: solid 0px violet;
    border-right: solid 0px violet;
 
    padding-top: 20px;  /* 1000px; changes height of head*/
   /*  padding-bottom: 10px; 
    padding-left: 30px;
    padding-right: 30px; */
 
/* padding: 22px 30px 5px; */

    background: url(Icons/sbhead-l.gif) no-repeat top left;
    color: white; 
	
    font-weight: bold; 
/*
    font-size: 1.2em; 
    line-height: 1em;
*/
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody {

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    border-top: solid 0px blue;
    border-bottom: solid 0px blue; 
    border-left: solid 0px blue;
    border-right: solid 0px blue;
 
    padding-top: 10px;  /* 20px 1000px; */
    padding-bottom: 30px; /* 30px */ 
    padding-left: 0px;
    padding-right: 0px; /* 30px; */

/*  padding: 5px 30px 31px; */

    text-align: center;

    background: url(Icons/sbbody-l.gif) no-repeat bottom left;
}


.boxbody ul {
  list-style-type: none;
  padding-left: 0px;      /* 30px */
  margin: 0em;
  border: solid 0px grey;
}

table.topleft { 
position: absolute;
top: 0em;
left: 2em
 }

 table.topright { 
 position: absolute;
 top: 0em;
 right: 2em;
 left: auto;
 }

.textred {color: #FF0000}
.textyellow {color: #FFDF3E}
.textblue {color: #0000FF}
.textgreen{color: #00FF00}

.bigfont {font-size: 200%}
.verybigfont {font-size: 300%}

.bgblue {background-color:#BCDFFF}
.bgyellow {background-color: #FFDF3E}
.bgred {background-color: #FF0000}
 
.cipfooter {
font-size: 8pt;
margin-top: 0.13in;
text-align: center;
font-style: italic
}

.cipcentered {
text-align: center
}

.cipitalic {
font-style: italic
}

.cipbold {
font-weight: bold
}

.cipbordernone{border-style: none}

.boxedul ul {
width: 33em;
margin: 0px auto;
text-align: justify;
/* list-style-type: none; */
}

.myspacer{
position: relative;
height: 4em;
border: 0px solid red ;
}

.lhd{
font-weight: bold;
}

.left{
float: left;
margin-right: 20px; margin-top: 0px;
border: 0px solid blue ;
}

.right{
float: right;
margin-left: 20px; margin-bottom: 30px;
}

.centertable{
margin-left:auto; margin-right:auto; text-align: center;
}

.clearboth{
clear: both;
}

.dummy {
margin: -1px 0 0 0;
height: 1px
overflow: hidden;
border: 0px solid violet;
}
/* --- TOPNAV RULES --- */

.topnav
{
        border: 0px solid red ;
	margin: 0 0;
        text-align: center ;
        padding-bottom: 0.2em ;
}

.topnav ul
{
	/* margin: 0 4%;
	padding: 0; */
	list-style-type: none;
        margin-left: 0 ;
        padding: 0;
        margin: 0;
}

.topnav li
{
	display: inline;
	margin-right: 0.5em; 
        margin-left: 0.5m ;
        padding: 0; 
}

.topnav li a
{
	font-weight: bold;
}

#topnav_1{
font-size: 1em ;
padding-top: 2em ;
}

/* starhtmlhack: applies only to IE. Useful for simulating position fixed */
* html{ overflow-y: hidden; }
* html body{
   overflow-y: auto;
   height: 100%;
}

/* position: fixed for anything other than IE  */
body>.sidebox{ position: fixed }

/*
body>table.topleft{ position: fixed }
body>table.topright{ position: fixed }
*/

