﻿        body
        {
            padding: 0px;
            margin: 0px;
            font-size: 12px;
            font-family: Arial;
            color: #444444;
            background-color: #efefef;
            line-height:20px;
        }
        table
        {
            padding: 0px;
            margin: 0px;
            text-align: left;
        }
        td
        {
            vertical-align: top;
        }
        h1
        {
            color: #9c9c9c;
            font-size: 15px;
            line-height: 15px;
        }
        
        a
        {
            color: #18a263;
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: underline;
            color: #086441;
        }
        #siteRoot
        {
            width: 870px;
        }
        #ParentTable
        {
            width: 840px;
            background-color: #ffffff;
        }
        #topParent
        {
            height: auto;
        }
        #flash
        {
            height: auto;
            background-color: #ffffff;
            width: 100%;
        }
        #news
        {
            height: 28px;
            background-color: #444444;
            width: 100%;
        }
        #botParent
        {
            background-image: url(images/bottomFade.png);
            background-position: bottom;
            background-repeat: repeat-x;
            height: 250px;
            margin-top: 20px;
            padding-top: 0px;
            padding-bottom: 0px;
            background-color: #ffffff;
            width:100%;
        }
        
        #botParent2
        {
            background-image: url(images/bottomFade.png);
            background-position: bottom;
            background-repeat: repeat-x;
            height: 150px;
            margin-top: 20px;
            padding-top: 0px;
            padding-bottom: 0px;
            background-color: #ffffff;
            width:100%;
        }
        
        #botRight
        {
            width: 150px;
            text-align: left;
        }
        
        #botRight a
        {
        }
        
        .butSearch
        {
            border: none;
            cursor: hand;
            background-image: url(images/searchBut.png);
            background-position: top left;
            background-repeat: no-repeat;
            width: 20px;
            height: 21px;
        }
        
        #butEmail
        {
            border: none;
            cursor: hand;
            background-image: url(images/emailBut.png);
            background-position: top left;
            background-repeat: no-repeat;
            width: 82px;
            height: 20px;
        }
        .hightlight
        {
            color: #ABEFD0;
        }
        
        .hightlight:hover
        {
            color: #ffffff;
        }
        
        .hightlight2
        {
            color:#444444;
            font-size:13px;
        }
        
        .hightlight3
        {
            color:#cc0000;
            font-size:13px;
        }
        
        .textBox 
        {
            border:1px solid #cccccc;
            width:150px;
            color:#086441;
        }
        
        .butLogin 
        {
            margin:0px;
            padding:0px;
            background-color:#efefef;
            /*
            border-right:1px solid #cccccc;
            border-top:1px solid #cccccc;
            border-bottom:1px solid #cccccc;
            border-left:1px solid #ff6600;
            */
            border:none;
            width:75px;
            color:#086441;
            padding:0px;
            cursor:pointer;
            cursor:hand;
        }
        
        .butOther
        {
            margin:0px;
            padding:0px;
            background-color:#ffffff;
            border:none;
            width:auto;
            color:#086441;
            cursor:pointer;
            cursor:hand;
        }
        
        .msg 
        {
            font-size:13px;
            color:#cc0000;
            
        }
        
        .subhead 
        {
            color:#086441;
            font-size:12px;
            font-weight:normal;
            line-height:10px;
            font-style:italic;
        }
