/*Style sheet for The Glass Belljar*/

body {
    background:#ffffff;
    font-family:arial, helvetica, sans-serif;
    width: 740;
    color:#000000;
    font-size:100%; 
}

#outerDiv{
    /*This centres in Mozilla and IE too (mainly makes up for shortcomings in IE).*/
    margin: 0 auto;   
    /*For IE 5*/
    text-align:left;	
    width: 740px;	
    /*overflow: -moz-scrollbars-none;*/	
}

.button{
   width: 70px;
   border: 1px solid #C0C0C0;
   color: #8B8A8A;
   background: url(/graphics/btn_back.gif) top repeat-x;
   font-weight: bold;
   font-size: 0.8em;/*% font sizes break Opera (including 8)*/
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   height: 20px;
}

h1 {font-size:130%; color:#FF5000; font-weight:normal}
h2 {font-size:130%; color:#FF5000; font-weight:normal}
h3 {font-size:130%; color:#FF5000; font-weight:normal}
strong {font-size:100%; font-weight:bold}
/*Headers and strong*/

a {color:#5555FF; text-decoration:none}
a:hover {color:#5555FF; text-decoration:underline}
/*Generic href*/

.menulink {color:#000000; text-decoration:none; font-size:83%;}
.menulink:hover {color:#000000; text-decoration:underline; font-size:83%;}
/*Menu href*/

.smaller {font-size:80%}
/*note text*/

.features{clear:left;margin-bottom: 2em;}
.features hr{width: 95%;}

.featureBox{
   background: #F8FAF5 url(/graphics/mid_right.gif) top right repeat-y;
}

.featureBoxBefore{
   background: #F8FAF5 url(/graphics/top_left.gif) top left no-repeat;
   height: 14px;   
   font: 14px/14px Geneva, Arial, Helvetica, sans-serif;
}
.featureBoxInner{
   background: #F8FAF5 url(/graphics/mid_left.gif) top left repeat-y;
   padding: 0em 0em 0em 1em;
   margin-right: 5px;   
}
.featureBoxAfter{
   background: #F8FAF5 url(/graphics/bot_left.gif) top left no-repeat;
   height: 14px;   
   font: 14px/14px Geneva, Arial, Helvetica, sans-serif;
}
.featureBoxCorner{
   width: 14px;height:14px;margin: 0;float:right;
}

.inlineImg20pixels{margin-right: 1em;height: 20px;width: 20px;}

hr{
   border-bottom: 1px solid #C0C0C0;
   border-top: none;
   border-left: none;
   border-right: none;
   height: 1px;
   text-align: left;
   margin-top: 1em;
   margin-bottom: 1em;
   clear: left;
}

br{clear: left;}

img{border: 0;}
