﻿        body
        {
            background-color: #ffffff;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            text-align: center;
        }
        #wrapper
        {
            position: relative;
            width: 930px;
            margin: 0 auto 0 auto;
            padding: 0px 0px 0px 0px;
        }
        #form 
        {
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
        }
        #first 
        {
            float:left;
            width: 930px;
            position:relative;
        }
        #second 
        {
            clear:left;
            float:left;
            margin-top: 10px;
            width: 930px;
            position:relative;
        }
        #third /* contains column1 and column2 */
        {
            clear:left;
            float:left;
            width: 930px;
            position:relative;
        }
        #fourth /* footer */
        {
            clear:left;
            float:left;
            width: 930px;
            position:relative;
            text-align: right;
            margin-top: 10px;
            margin-bottom: 15px;
            padding-top: 10px;
            border-top: #cccccc 2px solid;
        }        
        #column1
        {
            float: left;
            padding: 10px 0px 0px 10px; 
            width: 690px;
            text-align: left;

        }
        #column2
        {
            float: right;
            padding: 10px 0px 0px 10px;
            width: 200px;
            text-align: left;
        /*    background-color: #ddddff; */
        }
        #logo 
        {
            position: absolute;
            margin-left: 15px;
            margin-top: 15px;
        }
        #login 
        {
            position: absolute;
            margin-left: 700px;
            margin-top: 35px;
        }        
        #mainNavigation
        {
            border-bottom: #193564 2px solid;
            min-height: 31px;
         /*   background: url(../images/navigation_blue.png) white repeat-x left bottom; */
        }
        * HTML #mainNavigation
        {
            height: 31px;
        }
        #mainNavigation UL
        {
            padding-bottom: 0px;
            margin: 0px auto;
            padding-left: 150px;
            width: 930px;
            padding-right: 0px;
            font-family: Helvetica,Arial,sans-serif;
            overflow: hidden;
            padding-top: 0px;
        }
        #mainNavigation LI
        {
            margin: 0px -20px 0px 30px;
            min-height: 24px;
            padding-left: 2px;
            display: inline;
            float: left;
            font-size: 1.14em;
            font-weight: bold;
        }
        * HTML #mainNavigation LI
        {
            height: 25px;
        }
        #mainNavigation LI A
        {
            padding-bottom: 4px;
            min-height: 20px;
            padding-left: 8px;
            padding-right: 10px;
            display: block;
            color: #636363;
            text-decoration: none;
            padding-top: 8px;
        }
        #mainNavigation LI STRONG
        {
            padding-bottom: 4px;
            min-height: 20px;
            padding-left: 8px;
            padding-right: 10px;
            display: block;
            color: #636363;
            text-decoration: none;
            padding-top: 8px;
        }
        #mainNavigation LI.active A
        {
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            cursor: pointer;
            padding-top: 0px;
        }
        #mainNavigation LI.active
        {
            background: #607494;
            color: white;
        }
        #mainNavigation LI.active A
        {
            background: #607494;
            color: white;
        }
        #mainNavigation LI.active STRONG
        {
            background: #607494;
            color: white;
        }
        #mainNavigation LI.active
        {
            background: #607494;
        }
        #mainNavigation LI.hover
        {
            background: #607494;
        }
        #mainNavigation LI.active STRONG
        {
            background: #607494;
        }
        #mainNavigation LI.hover A
        {
            background: #607494;
        }
        #mainNavigation LI.hover A
        {
            color: white;
        }
        #logo
        {
            float: left;
            position: relative;
            margin-top: 15px;
            margin-left: 0px;
        }
        #content
        {
            position: relative;
            float: left;
            margin-top: -5px;
            background-color: #ffffff;
            float: left;
            width: 911px;
            padding: 0px 10px 10px 10px;
        }

        #column1-long
        {
            float: left;
            padding: 0px 10px 10px 10px;
            width: 860px;
            text-align: justify;
        }
        #lower
        {
            position: relative;
            clear: both;
            float: left;
        }
        #lowest
        {
            position: relative;
            clear: both;
            float: left;
            width: 911px;
            color: #777777;
            font-family: Helvetica, sans-serif;
            font-size: 12px;
            text-align: center;
            padding: 5px;
            font-weight: bold;
            margin-top: 5px;
        }


        .heading
        {
            margin-bottom: 10px;
            font-family: Cambria, Cambria, Georgia, Helvetica, sans-serif;
            font-size: 24px;
            color: #555555;
        }
        .reminder
        {
            margin-bottom: 10px;
            font-family: Cambria, Cambria, Georgia, Helvetica, sans-serif;
            font-size: 14px;
            color: #555555;
            background-color: #ffcccc;
            border: 1px solid #990000;
            padding: 5px 5px 5px 5px;
        }        
        .smaller
        {
            
            font-family: Cambria, Georgia, Helvetica, sans-serif;
            font-size: 18px;
            color: #555555;
        }        
        .details
        {
            margin-bottom: 10px;
            font-family: Cambria, Georgia, Helvetica, sans-serif;
            font-size: 14px;
            color: #333333;
            line-height: 19px;
        }
        .details-mini
        {
            font-family: Cambria, Georgia, Helvetica, sans-serif;
            font-size: 12px;
            color: #555555;

        }        
        .details ul 
        {
            margin-left: -20px;
        }
        .details ul li
        {
            line-height: 1.65em;
        }        

        .tiny
        {
            font-family: Cambria, Georgia, Helvetica, sans-serif;
            font-size: 13px;
            color: #ff0000;
            font-weight: bold;
        }

        #column2 img
        {
            text-align: center;
            margin-bottom: 10px;
            margin-left: 0px;
            margin-top: 10px;
        }

        .imgfloat
        {
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
        }
        .txb 
        {
            font-family: Cambria, Georgia, Helvetica;
            background: #efefef;
            font-size: 13px;            
            border: 1px solid #444444;
        }
        .txb-text
        {
            font-family: Cambria, Georgia, Helvetica, sans-serif;
            font-size: 14px;
            color: #333333;

        }        
        .tableclass 
        {
            background: #ddddff;
        }
