body {
    background-color: white;
    margin: 20px;
 /*   min-width: 757px; */
    padding: 0px;
}

body, table 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  text-align:left;            
}

h1 {
    font-size: 12pt;
    margin-bottom: 10px;
}


/* below follows an example how to alter the top margin if elements preceed the h1 tag */
p + h1, ul + h1 { 
 margin-top:20px;
 }

div.rightbox + h1 { 
 margin-top:0px;
 }

h2 {
    font-size: 11pt;
}

img {
    border-style: none;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

#maintable {
    border-collapse: collapse;
    border-width: 0px;
    margin: auto;
    padding: 0px;
    width: 757px;
}

#maintable td {  
border: 3px solid rgb(220,220,220);
}

#logocell {
    background-image: url(/resources/pics/bbot_logo.gif);
    background-repeat: no-repeat;
    background-position: top right; 
    padding: 20px;
/*    text-align: right;
    vertical-align: bottom; */
    height:84px;
}



.contentcell {
    color: #343434;
    padding: 20px;
    vertical-align: top;
}

.contentcell a {
    color: #fc6124;
}

#copyright 
{
  padding:4px 0px;
  text-align: center;
  color:rgb(64,64,64);
  font-size:8pt;             
}
.centercontainer {
 text-align:left;
}

.bright, .dark {
    background-color: white;
}

.orange {
    background-color: #fc6124;
}


#pageimagecell, #navcell, #quote, .leftcol, #logocell { 
 display:none;
 }


/* ############### CUSTOM BOX-STYLES  #################### */


/* right floating small info box - style used for div */
.rightbox, .righttopbox, .rightbigbox { 
 width:175px;
 float:right;
 border:1px solid black;
 padding:5px;
 margin:0px;
 margin-top:0px;
 margin-left:10px;
 }

.rightbox ul, .righttopbox ul { 
  margin-top:0px;
  padding-left:20px;
 }

.righttopbox { 
 margin-top:-10px;
 }

.rightbox > p , .righttopbox > p { 
 margin-top:0px;
 margin-bottom:0px;
 padding:5px;
 }

.rightbigbox {
 margin-top:-10px;
 margin-bottom:-10px;
 border-top:0px;
 border-bottom:0px;
} 


/* two column layout can be realized with to divs*/ 
.leftcolumn { 
 float: left;
 width: 250px;
 margin:0px;
 padding:0px;
} 

.rightcolumn { 
 margin:0px;
 padding:0px;
 margin-left: 270px;
 }

.leftcolumn > h1, .rightcolumn > h1  { 
 margin-top:0px;
 }

.rightbox > p { 
 margin-top:0px;
 margin-bottom:0px;
 padding:5px;
 }

.hidden { 
 display:none;
 }



