﻿        body
        {
            background-color: #a9a9a9;
            font-family: arial, times;
        }
        img
        {
            border: 0px;
            margin: 0px;
            padding: 0px;
        }
        a:link { 
	       color: #660000;
	       }
        a:visited { 
	       color: #666666;
        	}
        
        a:active { 
        	color: #000033;
        	}
        a:hover { 
        	color: #660000;
        	}
        #outercontainer
        {
            width: 100%;
            text-align: center;            
        }
        #container
        {
            width: 775px;
            clear: both;
            text-align: left;
            margin-left: auto;
            margin-right: auto;
            background-color: #ededed;
        }
        #header
        {
            height: 162px;
           /* background-image: url(images/header2.jpg);*/
        }
        #menu
        {
            width: 126px;
            float: left;
            background-image: url(images/shadow-middle.jpg);
            background-repeat: repeat-y; 
            font-weight: bold;      
            font-size: 14px;   
            padding-top: 10px;  
        }
        .indent
        {
            margin-left: 8px;
            margin-top: 0px;
        }
        .content-indent
        {
            margin-left: 8px;
            _margin-left: 4px;
            width: 513px;
        }
        #contentbody
        {
            float: left;
            width: 521px;
            height: auto;
            background-image: url(images/shadow-middle.jpg);
            background-repeat: repeat-y;
            padding-top: 10px;
        }
        #content
        {
            width: 775px;
        }
        #sponsors
        {
            width: 126px;
            float: left;
            clear: right;
            background-image: url(images/shadow-middle.jpg);
            background-repeat: repeat-y;  
            padding-top: 10px;
        }
        #footer_links
        {
            width: 775px;
            clear: both;
            text-align: center;
            background-image: url(images/shadow-middle.jpg);
            background-repeat: repeat-y;  
            padding-top: 10px; 
            padding-bottom: 10px;            
        }
        #footer_links a
        {
            font-weight: bold;  
            font-size: 14px;  
        }
        #footer_sponsors
        {
            clear: both;
            text-align: center;
            background-image: url(images/shadow-middle.jpg);
            font-weight: bold;
            background-repeat: repeat-y;
            padding-top: 10px;
            height: 75px;
                 
        }
        .left_border
        {
            border-left: 1px solid rgb(105,3,1);
        }
        .right_border
        {
            border-right: 1px solid rgb(105,3,1);
        }
        .top_border
        {
            border-top: 1px solid rgb(105,3,1);
            padding-top: 0px;
            margin-top: 0px;
        }
        .bottom_border
        {
            border-bottom: 1px solid rgb(105,3,1);
        }
        .top-shadow
        {
            position: relative; 
            top: 0px; 
            left: 0px;
        }
   
.inputWarning {border: 1px #FF0000 solid}
