/* CSS Document */

    body {
        background: white; 
        font-family: Verdana, Arial, Sans-Serif;   
        line-height: 16px;
        font-size: 13px; 
    }
        
    h3 {
        font-family: Verdana, Arial, Sans-Serif;   
        line-height: 18px;
        font-size: 15px;                 
    }

    h4 {
        font-family: Verdana, Arial, Sans-Serif;   
        line-height: 16px;
        font-size: 13px;                 
    }

    
	.holder {
        border: 0px solid black;
        position: relative;
		height: 550px; 
		width: 750px; 
    }	

    .toptext {
        left: 0;
        top: 0;
        position: absolute;
        border: 0px solid purple;
        width: 250px; 
        height: 65px;
    }
    
    .logo {
        cursor: pointer; 
/*        top: 170;  
        height: 145;
*/
        top: 190;
        height: 108;
        border: 0px solid blue;
        position: absolute;
        left: 100;
        width: 650;
    }

    .qmark {
        left: 780;
        top: 170;
        position: absolute;
        border: 0px solid purple;
        width: 70px; 
        height: 145px;
    }
    
    .menubox {
        border: 0px solid orange;
        left: 510; 
        top:  320;
        width: 200;
        height: 200;
        position: absolute;    
    }


    .menu {
        border: 0px solid aqua;
        cursor: pointer; 
        line-height: 18px;
        text-align: left;
        left: 0;
/*        width: 90;
        height: 25;
*/
        position: absolute;

        font-family: Verdana, Arial, Sans-Serif; 
        font-size: 18; 

   }


    a:link { text-decoration: none; color: black }
    a:visited { text-decoration: none; color: black }
    a:hover { text-decoration: none; color: #CCCCCC; }



    .tptext {
        font-family: Verdana, Arial, Sans-Serif;   
        line-height: 16px;
        font-size: 13px; 
    }

    .textcontainer {   
        border: 0px solid red;
        line-height: 16px;
        font-size: 13; 
        margin-right: 10px;
        font-family: Verdana, Arial, Sans-Serif; 
        text-align: justify;
        color: gray;
        position: absolute;
        overflow: hidden; 
        top: 320;
        left: 450;
        width: 350;
        height: 300;
    }
    
    .imgcontainer {   
        border: 0px solid blue;
        top: 320;
        left: 110;
/*        height: 10;
        width: 330;
*/
        position: absolute;
    }        

