/* CSS Document */

    body {
        background: whitesmoke; 
        
        font-family: Verdana, Arial, Sans-Serif;   
        line-height: 11px;
        font-size: 10px; 
    }
        
/*************************/

    .dialog{
        background: lime; 
        border: 1px solid red; 
        /*
        visibility: collapse;
        */
        position: absolute;    
            top: 100;
            left: 100;
            width: 200;
            height: 200;
        
        z-index: 1; 
    }


    textarea {
        /*width: 100%;
        height: 100%;
        */
        
        font-family: Verdana, Arial, Sans-Serif;   
        line-height: 11px;
        font-size: 10px; 
        
    }

    .login {
        border: 1px solid silver;
        position: absolute; 
        text-align: left;
        left: 0; 
        width: 210;
        height: 50;
        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
        line-height: 13px;  
        font-size: 10;  
    }
    
    .logodiv {
        border: 0px solid orange;
        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
        top: 0; 
        left: 377; 
        position: absolute;
    }
    
    .headerdiv {
        border: 0px solid green;
        position: absolute;
        top: 70;
        left: 0;
        width: 850;        
		height: 30px; 
		text-align: left;
        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
        line-height: 12px;  font-size: 11;  
    }
    
    .footerdiv {
        border: 0px solid blue;
        position: absolute;
        top: 520;
        left: 0;
        width: 850;        
		height: 30px; 
    }
    
    .entriesdiv {
        border: 0px solid red;
        position: absolute;
        top: 100;
        left: 0;
        width: 850;
		height: 420px; 

    }
/*************************/        
        
    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;                 
    }

	.base {
        border: 0px solid purple;
    }

	.holder {
        border: 0px solid black;
        position: relative;
		height: 550px; 
		width: 850px; 

        font-family: Verdana, Arial, Sans-Serif;   
        line-height: 11px;
        font-size: 10px; 
    }	

    .toptext {
        left: 0;
        top: 0;
        position: absolute;
        border: 0px solid purple;
        width: 250px; 
        height: 65px;
    }
    
    .logo {
        cursor: pointer; 
        top: 170;
        border: 0px solid blue;
        position: absolute;
        left: 100;
        width: 650;
        height: 145;
    }

    .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;
    }        

    .loginbutton{
        font-size: 9px;
    }
