	body {
		margin:0px;
		padding:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		}
	
	a:link, a:visited, a:active {
	    text-decoration:none;
		}
	
	img {
		border:0;
		}
    
    input {
        border: 2px solid #666666;
        background-color:#CCCCCC;
        color:#666666;
        }
                   
	h3,h4,h5,h6 {
		margin:0px 0px 0px 0px;
		}
	
    pre {
        font-size:x-small;        
        }
    
	#realbody {
       	position:absolute;
        width:100%;
        height:99%;
        }
	
    #content {
        position:absolute;
        top:100px;
        left:40px;
        right:40px;
        bottom:100px;
        height:600px;
        font-size:x-small;
        z-index:100;
        }
        
    #tip_props {
        margin:15px;
        padding:15px;
        width:250px;
        background-color:#CCCCCC;
 		background-image:url(../images/backgrnd.gif);        
        background-repeat:repeat;
        font-size:xx-small;
        }
        
	#copyright {
        position:absolute;    
        left:40px;
        bottom:30px;
        height:32px;
        right:40px;
		}
        
    #header {
        position:absolute;
        left:40px;
        top:30px;
        height:60px;
        right:40px;
        }
        
    #sitename {
        position:absolute;
       height:60px;
        }

    #navigation {
        display:none;
        }
        
    #navitem {
        display:none;
        }
        
    #navleeg {
        display:none;
        } 
       
    #contact {
        position:absolute;
        bottom:70px;
        left:40px;
        height:50px;
        width:160px;
        text-align:left;
        font-size:xx-small;
        z-index:150;
        }
    
    #contact h6 {
        margin:0px,0px,8px,0px;
        }
        
    #line_vert {
        display:none;
        }

    #corner_right {
        display:none;
        }

    #line_hor {
        display:none;
        }

    #line_hor_right {
        display:none;
        }
     
    #banner1 {
        position:absolute;
        top:30px;
        left:270px;
        height:60px;
        width:120px;
        font-size:xx-small;
        }

    #banner2 {
        position:absolute;
        top:15px;
        left:405px;
        height:60px;
        width:120px;
        font-size:xx-small;
        }
        
    #tiptop5 {
        display:none;
        }
            
    LI {
         list-style-image: url(../images/dot.gif);
         margin:0px 0px 15px 0px;
         }
    UL {
         vertical-align:Middle;
         }
