
a:link { background-color:#f0f0cc;
   color:#000;
   text-decoration:none;}

a:visited { background-color:#f0f0cc;
   color:#000;
   text-decoration:none;
}
a:hover {
   background-color:#FCcB02;
   color:#000;
   text-decoration:underline;
}
a:active { background-color:#fff;
   color:#000;
   text-decoration:none;
}

#basetextborder {
text-align: center;
text-size: 10pt;
color: #ffffff ;
background-color: #000 ;

width: 90%;
align: center;
float: center;
margin-left: auto ;
  margin-right: auto ;
padding: 5px 5px 5px 5px;
border-style: solid;
border-width: 10px;
border-color: #FCCB02;
}

#textbox {
  background-color: #fff ;
  text-color: #000 ;
  padding: 10px ;
  border: 15px solid;
  border-color: #FCCB02 ;
  width: 25%;
  align: center;
  float: right;
} 

#textbox-top {
  align: center;
  float: center;
margin-left: auto ;
  margin-right: auto ;
  background-color: #fff ;
  text-color: #000 ;
  text-align: center;
  padding: 0px ;
  border: 15px solid;
  border-color: #FCCB02 ;
  width: 90%;
font-family:"Arial",Sans Serif;
text-align: left;
font-size:16px;
Font-weight: normal;

  
} 



#mainpage {
width: 100%;
align: centre;
}


#topline {
text-align: center;
align: center;
margin-left: auto ;
  margin-right: auto ;
padding: 0px;
}


#centrebit {
Display: block;
padding-top:0px;
padding-bottom:20px;
align: center;
float: center;
left: 50%;
width: 90%;
  margin-left: auto ;
  margin-right: auto ;
font-family:"Arial",Sans Serif;
text-align: left;
font-size:16px;
Font-weight: normal;
color: #020202;
}
#centrebit ol li{line-height: 20px; list-style-type: circle;}
#centrebit ul li{line-height: 20px; list-style-type: circle;}

#centrebit2 {
Display: block;
padding-top:0px;
padding-bottom:20px;
line-height:20px;
align: center;
float: center;
width: 90%;
  margin-left: auto ;
  margin-right: auto ;
font-family:"Arial",Sans Serif;
text-align: left;
font-size:16px;
Font-weight: normal;
color: #000000;
}


#basetext {
clear: both;
width: 100%;
align: center;
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  font-color: #000000;
  font-weight: normal;
}

#copyright {
width: 100%;
  text-align: right;
  padding: 0px 0px 0px 00px;
  font-size: 9px;
  color: #000000;
  font-weight: normal;
}


     .textwrapl{
          float: right;
          margin: 15px;
            }

     .textwrapr{
          float: left;
          margin: 15px;
            }



#topcenteredmenu {
   float:left;
   width:100%;
   background:#fff;
   font-family:"Arial",Sans Serif;
   font-size:16px;
   font-weight: bold;
   overflow:hidden;
   position:relative;
}
#topcenteredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#topcenteredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#topcenteredmenu ul li a {
   display:block;
   margin:0 0 0 8px;
   padding:3px 20px;
   background:#FCCB02;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#topcenteredmenu ul li a:hover {
   background:#FCDB12;
   color:#fff;
}
#topcenteredmenu ul li a.active,{}
#topcenteredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

