            body{
                padding: 10px;
                background: #0092B3;
                color: #222;
                text-align: center;
                font: 85% Helvetica, "Trebuchet MS",Arial,sans-serif;
            }
            h1,h2,p{
                margin: 0;
                padding: 0 10px;
                font-weight:normal
            }
            p{
                padding: 0 10px 15px;
                font-size: 100%;
            }
            h1{
                font-size: 200%;
                color: #FFF;
                letter-spacing: 1px;
            }
            h2{
                font-size: 120%;
                line-height:1;
                color:#002455;
            }
            div#container{
                width:800px !important;
                width /**/:810px;
                margin: 0 auto;
                padding:5px;
                text-align:left;
                background:#FFF
            }
            div#header1{
                float:left;
                width:370px;
                background: white;
                padding: 10px;
                text-align:left;
            }
            div#header2{
                float:right;
                width:340px;
                background: white;
                padding: 10px;
                text-align:center;
            }
            div#content1{
                float:left;
                width:355px;
                padding: 5px 0;
                margin:5px 0;
                background: white;
                text-align: center;
            }
            div#content2{
                float:right;
                width:355px;
                padding:5px 0;
                margin:5px 0;
                background: white;
                text-align: center;
            }
            div#content1 h2{
                font-size: 130%;
                color: #262626;
                font-weight: bold;
            }
            div#content2 h2{
                font-size: 130%;
                color: #262626;
                font-weight: bold;
            }
            div#footer{
                clear:both;
                width:800px;
                background: white;
                padding:0px 0;
                text-align:center;
            }
            
            ul#nav, ul#nav li{
                list-style-type:none;
                margin:0;
                padding:0
            }

            ul#nav{
                float:right;
                font-size: 12pt;
            }

            ul#nav li{
                float: left;
                margin-left: 3px;
                text-align: center
            }

            ul#nav a{
                border-bottom: 1px solid white;
                float: left;
                width: 95px;
                padding: 5px 0;
                background: #00B1DA;
                text-decoration: none;
                color: #FFF
            }

            ul#nav a:hover{
                background: #B33E00;
                color: #FFFFFF
            }
            
            ul#nav li.activelink a,ul#nav li.activelink a:hover{
                background: #00738C;
                color: #FFFFFF;
                border-color: #00738C;
            }

            #menuline{
                clear: both;
                padding: 0;
                width: 100%;
                height: 5px;
                line-height: 5px;
                background: #00738C; 
            }

            fieldset {
                border: 1px solid #8C3100;
                width: 500px;
            }

            legend {
                color: #FFF;
                background: #D97000;
                border: 1px solid #8C3100;
                padding: 2px 6px
            }

            label {
                width: 150px;
                float: left;
                text-align: right;
                margin-right: 0.5em;
                display: block
            }

            input {
                width: 300px;
                color: #781351;
                background: #fee3ad;
                border: 1px solid #781351
            }

            .name input:focus {
                border: 2px solid #000000
            }

            textarea {
                width: 300px;
                color: #781351;
                background: #fee3ad;
                border: 1px solid #781351
            }

            .submit input {
                margin-left: 4.5em;
                width: 100px;
                color: #000;
                background: #ffa20f;
                border: 2px outset #d7b9c9
            }

            .reset input {
                margin-left: 4.5em;
                width: 100px;
                color: #000;
                background: #ffa20f;
                border: 2px outset #d7b9c9
            }

            div#links a {
                 color: #000000;
                 text-decoration: none;
                 border-bottom: #666666;
                 border-width: 0px 0px 1px 0px;
                 border-style: none none dotted none;
             }
             
            div#links a:link {
                 color: #000000;
                 text-decoration: none;
                 border-bottom: #666666;
                 border-width: 0px 0px 1px 0px;
                 border-style: none none dotted none;
             }
             
            div#links a:hover {
                 color: #B33E00;
                 text-decoration: none;
                 border-bottom: #666666;
                 border-width: 0px 0px 1px 0px;
                 border-style: none none dotted none;
             }
            
