/* ------------------------------------ *
 CSS
 * ------------------------------------ */
#leftedge {
              position: absolute;
              left: -3px;
              top: 0px;
              height: 600px;
              width: 20px;
              background: #00006f;
}
 #rightedge {
              position: absolute;
              left: 700px;
              top: 0px;
              height:600px;
              width: 20px;
              background: #00006f;
}
div#centre {
           position: relative;
           left: 20px;
           top: 0px;
           min-height:598px;
           width:670px;
           background: #cfcfcf;
           border-style: groove;border-width: thick;
           color: #000000;
           font-weight:bold;
           overflow:scroll;
           z-index:-1;
}
div#info {
           position:relative;
           top:10px;
           text-align:center;
           vertical-align:middle;
           height:200px;
           width:auto;
           color:#000000;
           font-size:24px;
           font-weight:500;
           z-index:-1;
}

.ann_page_title{
    margin-top:7px;
    padding-top:7px;
    margin-bottom:7px;
    padding-bottom:7px;
}
.ann_page_title ul{
     position:relative;
     float:left;
     margin: 0;
     padding: 0;
     border: 0;
     z-index:999;
    width:100%;
}
.ann_page_title ul li div div div a{
     cursor: pointer;
    text-decoration:none;
    display:block;
    color:#FF0000;
    width:200px;
    font-size:28px;
    font-weight:bold;
    color:#990000;
}

.ann_page_title ul li{
    position:relative;
    text-align:center;
    cursor:pointer;
    float:left;
    list-style-type:none;
    display:inline;
    margin-left:3px;
    padding-left:3px;
    border-color:#FFFFFF;
     list-style-type:none; 
    list-style-image:none;
    color:#FF0000;
} 

/* for all browsers that understand min-width */
  .width2 {
    /*width:100px;*/
    min-width:100px; 
    text-align:center; 
    display:inline;}

/* the bodge for IE6 browsers */
.minwidth2 {border-left:5px ;; position:relative; float:left; z-index:1; text-align:center; display:inline;}
.container2 {margin-left:-5px; position:relative; float:left; z-index:2; text-align: center; display:inline;}


