﻿       
        #body
        {
           font-family:Sans-Serif;
           font-size:14px;            
           
        }
        
        a:visited, a:link
        {
            text-decoration:none;
        }
        
        a:hover
        {
            text-decoration:underline;
        }

        input[type="submit"]
        {
            border:1px Solid Silver;
            background-color: rgb(200, 225, 255);
            font-weight:bold;
            color:rgb(80,80,80);
            padding:2px 2px 2px 2px;
           
            }
        
        h2
        {
            padding: 10px 10px 10px 10px;
            margin:0 0 0 0;
            
        }
        
        .Banner
        {
            /*background-color:rgb(93, 123, 157); */
            background-color:rgb(68, 90, 115);
            padding:20px 20px 20px 20px; 
            color:rgb(220,220,220);
            border-bottom:2px Solid #999999;
        }
        
        .Banner img
        {
            vertical-align:middle;
        }
        
        .Banner h1
        {
            display:inline;
        }
        
        p.inputLabelText
        {
            
            margin-bottom:0px;
            
        }                
        #container 
        {
            width:100%;
            margin-top:50px;
        }
        
        
        #content {
           width: 800px;
           margin-left: auto;
           margin-right: auto;
           height: 400px;
           
        }
        
        #content .Header
        {
            text-align:center;  
            color:rgb(220,220,220); 
            background-color:rgb(93, 123, 157); 
        }
        
        #content .Footer
        {
            background-color:rgb(93, 123, 157); 
            text-align:left;
            padding:10px 10px 10px 10px;
            color:rgb(220,220,220); 
            font-weight:bold; 
        }
        
        
        .StatusMessageRed
        {
            color:#eeeeee;
            border:2px Solid Silver;
            width:800px;
            font-weight:bold;
            margin:0 auto 0 auto;
            padding:20px 20px 20px 20px;
            background-color:rgb(200,0,0);
        }
        
        .StatusMessageGreen
        {
            color:#eeeeee;
            border:2px Solid Silver;
            width:800px;
            font-weight:bold;
            margin:0 auto 0 auto;
            padding:20px 20px 20px 20px;
            background-color:rgb(0,90,0);
        }
        
    