/* general style sheet from gsp01.css */

/* body default attributes */
BODY  {
      margin:10px 10px 0px 10px;
      padding:0px;
      background:#f0f0f0;
      font-family:Verdana,Arial,Helvetica,sans-serif;
      font-size: small;
      }

#leftcontent  {
      position: absolute;
      left:10px;
      top:50px;
      width:198px;
      background:#fffde6;
      border:1px solid #fffff6;
              }
              
#centercontent {
      top:80px;
      background:#fffde6;
      margin-left:200px;
      margin-right:200px;
      border:1px solid #fffff6;
                }
                
#rightcontent {
      position: absolute;
      right:10px;
      top:50px;
      width:199px;
      background:#fffde6;
      border:1px solid #fffff6;
              }
              
#banner {
      background:#fffde6;
      height:75px;
      border-top:1px solid #fffff6;
      border-right:1px solid #fffff6;
      border-left:1px solid #fffff6;
        }

pre     {
      margin:0px 10px 10px 10px
        }

a       {
      border:1px solid gray;
        }

img     {
      border:1px solid #fffff6;
        }

/* */
/* table formatting */
table, tr { vertical-align: top; text-align: left; border: 1px blue; background: #ffffff }
td { vertical-align: top; text-align: left; border: 1px #fffff6 }

/* The header and footer */
.headfoot {display:block; height:50px; background:#fffff6; color:#000; text-align:center; padding:5px;font-size:14px;}

/* header attributes */
H1, H2, H3, H4, H5 {text-align: center}

/* 1st letter of paragraph drop cap font x2 indent*/
P:first-letter { font-size: 200%; float: left text-indent: 0% }

/* This bit does all the work */
#container {position:relative; display:block; background:#00bcbc; border-left:200px solid #f0f0f0;
  border-right:200px solid #f0f0f0; overflow:visible;}
* html #container {display:inline-block;}
#left {float:left; position:relative; width:128px; margin-left:-127px; display:inline;}
* html #left {width:197px;}
#right {float:right; position:relative; width:128px; margin-right:-127px; display:inline;}

.clear {clear:both;height:1px;overflow:hidden;}

/* Just to extend each column */
#container a:visited, a {color:#000; text-decoration:none;}
#container a span {display:block;}

/*
#container a:hover {color:#000; text-decoration:none; background:transparent;}
#container a:hover span {display:block;}
*/

.comment {text-align:center;}
.comment a {text-decoration:underline;}

 



