﻿ 
    /* <!-- */
	/* General styles */
	html {
	    height:100%;
font-family:Arial;
	}
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:gray;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		
		font-size:90%;
		min-height:100%;
		
    }
	
    
    .table
    {
        min-height:700px;
	width:1000px;
	border-collapse:collapse;
    }

    .table td 
    {
        padding:0;
    }
 
    .tableFooter
    {
        height:20px;
	width:1000px;
	border-collapse:collapse;
    }
    .tableFooter td 
    {
        padding:0;
    }

    
    .tableHeader
    {
        height:150px;
	width:1000px;
	border-collapse:collapse;

    }
    .tableHeader td 
    {
        padding:0;
    }	

    .topNav
    {
        width:175px;
    }


    .rt
    {
	background-color:#ff9;
    }

    .md
    {
	background-color:white;
    }

    .rightNav
    {
       width:200px;

    }
    
    .leftNav 
    {
       background-color:#B36A26;
       width:175px;

    }

    .lmenu
    {
        border:double 2px black;
        margin-top:10px;
        margin-left:5px;
        margin-right:5px;
        font-size:20px;
        padding:5px;
    }
    
    .lmenu A
    {
        text-decoration:none;
	    font-family:Arial Black;
	    font-weight:bolder;
	    color:White;
    }
    
    .lmenu A:hover
    {
        text-decoration:none;
	    font-family:Arial Black;
	    font-weight:bolder;
	    color:White;
	    background:none;
    }
    
    .lmenuLast
    {
        margin-bottom:50px;
    }
    .lmenurollover 
    {
        background:#804C1B;
    }
    
	/* Footer styles */
    .tableFooter
    {
       height:50px;
    }
    .footer {
        font-size:12px;
	color:White;
	margin:10px;
    }
    
