        html body div p {font-family: Verdana, Arial;}

        body {background-color:#8c949e;margin-top:0px;margin-left:5px;}
        #main {position:absolute;width:1000px;z-index:40;min-height:600px;height:600px;border-left:solid 2px #303030;border-right:solid 2px #303030;}
        #header {width:1000px;background-color:#FFFFFF;height:100px; border-bottom:solid 3px #808080;}
        #menu  {float:right; margin-top:15px; margin-right:20px; vertical-align:text-bottom;}
        #content {border-top:solid 10px #000000;background-color:#FFFFFF;}
        #logo {margin-top:55px;margin-left:20px; border:0;}

        table, tr, td {margin: 0;    padding: 0;     }
        #we_are_the_borg {margin: 0;    padding: 0;     }
        
        .keroh {display:none;height:0px;width:0px;}
        
        #headertext {position:absolute; top:112px; left:0px; width:800px; height:100px;}
        #footer {position:absolute;bottom:0;background-color:#FFFFFF;width:1000px;height:500px;z-index:20;border-left:solid 2px #303030;border-right:solid 2px #303030;}
        
        .menu1 {font-family: "Trebuchet MS", Verdana, Arial; font-weight:bold; font-size:12px; color:#808080; text-decoration:none;margin-right:5px;}
        .menu2 {font-family: "Trebuchet MS", Verdana, Arial; font-weight:bold; font-size:10px; color:#f08080; text-decoration:none;margin-right:5px; text-transform:uppercase;}
        .menu3 {font-family: "Trebuchet MS", Verdana, Arial; font-weight:bold; font-size:10px; color:#808080; text-decoration:none; text-transform:uppercase; margin-right:5px;}
        a.trigger {font-family: "Trebuchet MS", Verdana, Arial; font-weight:bold; font-size:12px; color:#808080; text-decoration:none;margin-right:5px;}

        .header1 {font-family:Trebuchet MS, Arial; font-weight:bold; font-size:86px; color:#808080; margin-left:0px;margin-top:10px;}

        .lbl {display:block; font-family: "Trebuchet MS", Verdana, Arial; font-weight:normal; font-size:9px; width:75px;}
        .lblAlert {display:block; font-family: "Trebuchet MS", Verdana, Arial; font-weight:normal; font-size:9px; width:75px;}
        textarea, input { background-color:Transparent; border: solid 1px black;}
        
        #contactform {padding: 5px 5px 5px 5px; background-color: #fff;
                      /*display:block; position:absolute; top:428px; left:830px; */
                      width:160px; height:225px;}
        .bntContact { border: solid 2px black; font-weight:bold;}
        
        #contentpicture {}
        #contenttext {position:absolute; top:212px; left:0px; width:600px; min-height:400px; padding-left:5px; padding-top: 5px;}
        .content1 { font-family: Verdana, Arial; font-size:10pt; }

        .sep { margin-left:3px; margin-right:3px;}
    
        #further_readings {padding: 5px 5px 5px 5px; display:block; position:absolute; background-color:#FAFAFA; top:80px; left:620px; width:190px; font-size:10px;}
        #further_readings ul li {margin-left:-20px;}
        .translucent50 {
            background-image: url(/img/white.png) !important;  /* Mozilla only */
            background-color: transparent !important;           /* Mozilla only */
            background-image: none;                             /* IE only */
            background-color: #ffffff;                          /* IE only */
            filter:alpha(opacity=50);                           /* IE only */
            -moz-opacity:0.5;
            opacity: 0.5;
        }
        
        .translucent70 {
            background-image: url(/img/white.png) !important;  /* Mozilla only */
            background-color: transparent !important;           /* Mozilla only */
            background-image: none;                             /* IE only */
            background-color: #ffffff;                          /* IE only */
            filter:alpha(opacity=70);                           /* IE only */
            -moz-opacity:0.7;
            opacity: 0.7;
        } 
        
        
        
/* popup like coda */
       
        .bubbleInfo {
            position: absolute;
        
            top: 400px;
            left: 653px;
            width: 180px;
            height:200px;

        }
        
        #trigger_p
        {
            position: absolute;
            top:180px;
            left:40px;

            }
        
        /*
        .trigger {
            position: absolute;
            top:180px;
            left:35px;
        }
     */
     
     
        /* Bubble pop-up */
 
        .popup 
        {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }
 
        .popup td.corner 
        {
            /*border: solid 1px pink;*/
        	height: 15px;
        	width: 19px;
        }


        .popup td#topleft { background-image: url(/img/p/bubble-1.png);}
        .popup td.top { background-image: url(/img/p/bubble-2.png); }
        .popup td#topright { background-image: url(/img/p/bubble-3.png); }
        .popup td.left { background-image: url(/img/p/bubble-4.png); }
        .popup td.right { background-image: url(/img/p/bubble-5.png); }
        .popup td#bottomleft { background-image: url(/img/p/bubble-6.png); }
        .popup td.bottom { background-image: url(/img/p/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(/img/p/bubble-8.png); }


/* end */