﻿        div#menu 
        {
            background-image : url('images/bg-menu.gif');
            color : White;
            text-decoration : none;
            font-family : Verdana;
            font-size : 12pt;
            height : 20px;
            text-align : center;
        }
        
        div#logo
        {
            width : 100%;
            margin : 0px;
            height : 242px;
        }        

        .dv_title
        {
            font-family : Verdana;
            font-weight : bold;
            font-size : 10pt;
            color : White;
            background-color : Blue;
            text-align : center;
            background-image : url('images/bg-2.gif');
        }
        
        .dv_content
        {
            font-family : Verdana;
            color : Black;
            font-size : 10pt;
            background-color : Blue;
            text-align : left;
            background-color : White;
            margin : 10px;
            
        }        
        
        div#bottom 
        {
            background-color : White;
            color : Black;
            text-decoration : none;
            font-family : Verdana;
            font-size : 10pt;
            height : 40px;
            text-align : center;
            vertical-align : middle;
        }
        
        a#mnu1, a#mnu2, a#mnu3, a#mnu4, a#mnu5, a#mnu6, a#mnu7, a#mnu8, a#mnu9, a#mnu10, a#mnu11
        {
            text-decoration : none;
            color : White;
            font-family : Verdana;
            font-size : 12pt;
        }
        
        a:hover#mnu1, a:hover#mnu2, a:hover#mnu3, a:hover#mnu4, a:hover#mnu5, a:hover#mnu6, a:hover#mnu7, a:hover#mnu8
        {
            text-decoration : underline;
            color : White;
            font-family : Verdana;
            font-size : 12pt;
        }
        
        
        
        div#xhtml_validation_logo
        {
            background-color : White;
            margin : auto;
            float : left;
            margin-left : 10px;
        }
        
        div#css_validation_logo
        {
            background-color : White;
            float : right;
        }
        
        div#bottom_message
        {
            background-color : White;
            color : Black;
            text-decoration : none;
            font-family : Verdana;
            font-size : 10pt;
            height : 30px;
            width : 804px;
            text-align : center;
            margin-left : 98px;
        }        