#menu ul {  
  list-style: none;
  width: 150px;
  padding: 0px;
  margin: 0px;
  float: right;
}

#menu li  { 
  list-style: none;
  width: 150px;
  height: 24px;
  background: transparent url("buttonNoState.png") no-repeat bottom right;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
  border-style: outset;
  cursor: pointer;
  text-indent: 10px;
  padding: 1px 0px;
  float: left;
}

#menu li.notsel { 
  background: transparent url("buttonNoState.png") no-repeat bottom right;
}

#menu li.sel { 
  background: transparent url("buttonSelected.png") no-repeat bottom right;
}

#menu li.hilightsel { 
  background: transparent url("buttonHilight.png") no-repeat bottom right;
}

#menu a {  
  text-decoration: none;
}

#menu a:link {  
  color: #000000;
}
#menu a:visited { 
  color: #000000;
}

h1 { color: #000000 }
h2 { color: #000000 }
p { color: #000000 }
body {color: rgb(0,0,0); background-color: rgb(228,228,228) }

.sidebox {
        width: 568px;
        margin: 0px auto; /* center for now */

        /*width: 38em;*/ /* ems so it will grow */
        background: url(br.png) no-repeat bottom right;
        font-size: 100%;
}
.boxhead {
        width: 568px;
        background: url(tr.png) no-repeat top right;
        margin: 0;
        padding: 0;
        text-align: center;

}

.boxhead2 {
	width: 568px;
        background: url(tr.png) no-repeat top right;
        margin: 0;
	text-align: center;
}
.boxhead2 table {
	width: 568px;
        background: url(tl.png) no-repeat top left;
        margin: 0;
        #padding: 10px 10px 5px;
       
}

.boxhead2 p {
	padding: 0px 0px;
	color: white;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1em;
	padding: 5px 5px;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Konqueror/Safary */
}


.boxhead p {
	padding: 0px 0px;
	color: white;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1em;
	padding: 5px 5px;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Konqueror/Safary */
}

.boxhead h2 {
	width: 568px;
        background: url(tl.png) no-repeat top left;
        margin: 0;
        padding: 10px 10px 5px;
        color: white;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1em;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Konqueror/Safary */
}

.boxbody {
	width: 520px;
        background: url(bl.png) no-repeat bottom left;
        margin: 0px 0px;
        padding: 5px 30px 30px;
}

