﻿	body {
		margin:20px 20px 0px 20px;
		background: White;
		}
	
	#header 
	{
	    border:0px solid #ffffff;
	    background-color:#333333;
	}
	
	#main {
		border:0px solid #000000; 
		background-color:#ffffff;
		}
		
	#footer 
	{
	    background-color:#ffffff;
	    font-family:Arial;
	    font-size: x-small;
	    color:Black;
	}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

    #main #left 
    {
		border-left:solid 1px #000000; 
		border-bottom:solid 1px #000000;
		border-right:solid 1px #000000;
		border-top:solid 1px #000000;
		float:left;
		width:180px;
		background-color:#ffffff;
		margin:2px 2px 2px 2px;
		visibility:hidden;
    }

    #main #content 
    {
   	    font-family: Arial, Verdana, MS Sans Serif;
        border-left:solid 3px #ffffff;
        border-bottom:solid 3px #ffffff;
        border-right:solid 3px #ffffff;
        border-top:solid 3px #ffffff;
        float:left;
        width:95%;
        background-color:#ffffff;
        margin:2px 2px 2px 2px;
    }

	#main #menu {
		border-left:solid 1px #000000; 
		border-bottom:solid 1px #000000;
		border-right:solid 1px #000000;
		border-top:solid 1px #000000;
		float:right;
		width:180px;
		background-color:#ffffff;
		margin:2px 2px 2px 2px;
		visibility:hidden;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#menu p, ul, td { font-size:12px}
	
	.TopMenuLink, .TopMenuLink a:link, .TopMenuLink a:visited, .TopMenuLink a:active 
    {
	    font-family: Arial;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold; 
	    text-decoration: none;
	    Color: #ffffff;
	    background-color: #020606;
        padding-left:5px;	
        padding-right:5px;	
        padding-bottom:2px;	
        text-align: left;
    }
    .TopMenuLink a:hover
    {
	    text-decoration: underline;
    }
	
	.subTitle1
	{
	    font-size: 14pt;
	    font-weight:700;
	    color: Green;
	}

	.subTitle2
	{
	    font-size: 12pt;
	    font-weight:400;
	    color: Black;
	}

    .HeaderLogo
    {
    }
    
    /* Group name shown within logo */
    .bannertitle 
    {
	    font-family: Consolas;
	    font-size: 12pt;
	    font-weight: 700; 
	    Color: Black;
	    padding-left:10px;	
        text-align: left;
    }

/* Button styles */
    .Toolbtns
    {   padding: 2px 2px; 
        text-decoration: none; 
        color: black; 
        text-align: center; 
        background-color: #f6f6f2;
        border: solid 1px #002854;
        font-weight: normal;
        font-size: 12px;
    } 
    .Toolbtns:hover
    {   padding: 2px 2px; 
        text-decoration: none; 
        color: white; 
        text-align: center; 
        background-color: #002854;
        border: solid 1px #002854;
        font-weight: normal;
        font-size: 12px;
    }
