
.header1 {font-family: "Verdana"; color: #555500; font-size: 24pt; font-weight: normal}
.header2 {font-family: "Verdana"; color: #555500; font-size: 12pt; font-weight: normal}
.nav-current {font-family: "Verdana", "arial"; color: #cccc33; font-size: 8pt; font-weight: normal; font-style: bold}
.nav-link {font-family: "Verdana", "arial"; color: #ffff33; font-size: 8pt; font-weight: normal}
.nav-text {font-family: "Verdana", "arial"; color: #cccc33; font-size: 8pt; font-weight: normal}
.nav-dark {font-family: "Verdana", "arial"; color: #000000; font-size: 8pt; font-weight: normal}
.nav-light {font-family: "Verdana", "arial"; color: #ffff33; font-size: 8pt; font-weight: normal}
.body-title {font-family: "Verdana", "arial"; color: #555500; font-size: 10pt; font-weight: bold; margin: 0 0 5 0}
.body-text {font-family: "Verdana", "arial"; color: #555500; font-size: 8pt; font-weight: normal}
.body-emphasis {font-family: "Verdana", "arial"; color: #555500; font-size: 8pt; font-weight: bold}
.body-error {font-family: "Verdana", "arial"; color: red; font-size: 8pt; font-weight: normal}
.advert-emphasis {font-family: "Verdana", "arial"; color: white; font-size: 8pt; font-weight: bold}
.advert-text {font-family: "Verdana", "arial"; color: white; font-size: 8pt; font-weight: normal}
.copyright {font-family: "Verdana", "arial"; color: #555500; font-size: 7pt; font-weight: normal}


body {background-image: url(background.gif)}
ul {list-style-type: square}

.nav-up { border-width: 1px; border-color: #cccc33; border-style: outset; padding: 5px; text-indent: 5px}
.nav-down { border-width: 1px; border-color: #cccc33; border-style: inset; padding: 5px; text-indent: 5px}
.tile-head { border : 1px #E1E0AF solid; background : #E1E0AF; padding : 5px;}
.tile-body { border : 1px #E1E0AF solid; background : #ecfcc6; padding : 10px;}


#HEADER {position: absolute; left: 50%; top: 0px; width:1000px; height: 100px;
	  margin-left: -500px;
	  border: 0px #999900 solid; background : #ecfcc6; padding : 0px; }
#LHS {position: absolute; left: 50%; top: 100px; width:130px;  height: 1500px;
      margin-left: -500px;
	  border: 1px #999900 solid; background: #999900; padding : 10px; }
#MAIN {position: absolute; left: 50%; top: 100px; width:660px; height: 1510px;
      margin-left: -350px;
	  border : 0x #999900 solid; background : #FFFFFF; padding-left : 25px; padding-right : 25px; padding-top : 10px; }	  
#RHS {position: absolute; left: 50%; top: 100px; width:130px; height: 1500px;
      margin-left: 350px;
	  border : 1px #cccc33 solid; background : #cccc33; padding : 10px;}
#SHEAD {position: absolute; left: 50%; top: 0px; width:870px; height: 120px;
	  margin-left: -420px;
	  border: 0px #999900 solid; background : #ecfcc6; padding : 0px; }
#STORE {position: absolute; left: 50%; top: 100px; width:820px; height: 2000px;
      margin-left: -420px;
	  border : 0x #999900 solid; background : #FFFFFF; padding-left : 25px; padding-right : 25px; padding-top : 10px; }	  
	  
	  
	  
.tooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    font-family: "Verdana", "arial";
    font-size: 8pt;
    font-weight: normal; 
    font-color: #555500;
    padding: 10px; 
    border: solid 1px;
    background : #ffff99;
}