
        DIV {
            /*border:1px solid #000000; for testing*/
        }

        BODY {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            font-family: Verdana, sans-serif;
            font-size: 9pt;
            text-align:center;
            /*background: #FFFFFF url('images/bg.png') repeat-y center;*/
        }
        
        A {
            color:#5e5e5e;
            text-decoration:none;
        }
        
        A:Hover{
            color:#3e3e3e;
            text-decoration:underline;
        }
        
        .container {
            position:relative;
            margin: 0px auto 0px auto;
            background: #FFFFFF url('images/bg.png') repeat-y;
            width: 932px;
            text-align:left;
        }
        
        .top {
            position:relative;
            margin: 0px auto 0px auto;
            background: #FFFFFF url('images/topbg.png') repeat-x;
            /*width: 920px;
            height: 28px;*/
            width: 900px;
            height: 22px;
            font-size: 8.5pt;
            padding: 6px 10px 0px 10px;
            color: #F0F0F0;
        }

        .top A {
            color: #F0F0F0;
            text-decoration: none;
        }
        
        .top .left {
            /*border: solid 1px #FF0000; for testing*/
            float:left;
            width: 500px;
        }
        
        .top .right {
            float:right;
            width: 300px;
            text-align:right;
        }
        
        .header {
            margin-left: auto;
            margin-right: auto;
            background: #FFFFFF url('images/headerbg.jpg') no-repeat;
            width: 920px;
            height: 126px;
        }
        
        .flash {
            margin-left: auto;
            margin-right: auto;
            background: #FFFFFF url('images/flashbg.png') no-repeat;
            width: 920px;
            height: 160px;
        }
        .a1{
            /*border: solid 1px #FF0000; for testing*/
            margin-left: auto;
            margin-right: auto;
            width: 920px;
            clear:both;
        }
        
        .body {
            /*border: solid 1px #FF0000; for testing*/
            width:720px;
            /*overflow:hidden;*/
            float:left;
            /*background: #666;*/
        }
        
        .footer{
            background: #FFFFFF url('images/foot.png') no-repeat;
            margin-left: auto;
            margin-right: auto;
            /*width: 932px;
            height: 102px;*/
            width: 870px;
            height: 72px;
            padding:10px 26px 20px 36px;
            position:relative;
        }
        
        .footer2{
            /*border: solid 1px #FF0000; /*for testing*/
            background-color:#ffffff;
            margin-left: auto;
            margin-right: auto;
            width: 880px;
            height: 72px;
            padding:10px 26px 20px 26px;
            position:relative;
            
            font-size:9px;
            color:#666666;
        }
        
        .footer2 .left {
            /*border: solid 1px #FF0000; for testing*/
            float:left;
            width: 500px;
            text-align:left;
        }
        
        .footer2 .right {
            float:right;
            width: 350px;
            text-align:right;
        }
        
        .footer2 A {
            color:#6969f5;
            text-decoration:none;
        }
        
        .footer2 A:Hover {
            color:#4545f3;
            text-decoration:underline;
        }
        
        .clear {
            clear:both;
        }
        
        
      /* Menu Styles */
      
      
        
        .menu {
            /*border: solid 1px #FF0000; for testing*/
            float:left;
            background: #FFFFFF url('images/menubg.jpg') no-repeat;
            width:200px;
            height:990px;
            padding:0px;
            float:left;
            
            color:#222222;
            font-size:8.5pt;
            clear:none;
        }
        
        .menu A {
            color:#222222;
            text-decoration:none;
        }
        
        .menu A:Hover {
            color:#050505;
            text-decoration:underline;
        }
        
        .menu .spacer {
            float:left;
            height:200px;
            width:200px;
        }
        
        .menu UL {
            /*border:solid 1px #FF0000;*/
            padding-left: 35px;
            margin-left:0px;
            list-style-type:none;
        }
        
        .menu UL LI {
            font-weight:bold;
        }
        
        .menu UL UL {
            /*border:solid 1px #0000FF;*/
            margin-top:12px;
            margin-bottom:20px;
            padding-left: 0px;
            list-style-type:none;
        }
        
        .menu UL UL LI {
            /*border:solid 1px #0000FF; for testing*/
            margin: 6px 0px 6px 0px;
            padding-left: 7px;
            list-style-type:none;
            font-weight:normal;
        }
        
        .typeForms {
            width:100px;
            padding: 2px 5px 2px 5px;
            
            font-size:8pt;
        }