

                #container {
                        width: 800px;
                        w/idth: 810px;
                        w\idth: 810px;
                        margin: 0px;
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 0px;
                        padding: 5px;
                       background-color: white;
                }
#container a:link {color: rgb(0, 0, 0); text-decoration: underline;}
#container a:visited {color: rgb(255, 255, 255); text-decoration: none;}
#container a:hover {color: black; background-color: rgb(255, 0, 0); text-decoration: none;}
#container a:active {color: black; background-color: rgb(255, 0, 0); text-decoration: none;}



                #banner {
                        padding: 0px;
                        margin-bottom: 2px;
                        text-align: center;
                        color: white;
                }
                #navbar {
                        padding: 1px;
                        margin-bottom: 2px;
                        text-align: center;
                        color: rgb(255, 255, 255);
                        background-color: rgb(37, 109, 253);
                }       
                #titlebar {
                        padding: 1px;
                        margin-bottom: 2px;
                        /*margin-left: 3px;*/
                        text-align: center;
                        color: rgb(255, 255, 255);
                        background-color: rgb(218, 165, 32);         
                }       

                #content {
                        padding: 5px;
                        margin-left: 215px;
                        background-color: rgb(255, 255, 255);
                }
                
                #box    {
                        /*height: 390px;*/
                        width: 480px;
                        padding: 5px;
                        margin-left: 5px;
                        margin-bottom: 0px;
                        border: 1px solid black;
                        background-color: rgb(255, 255, 255);
                }

                #sidebar-a {
                        float: left;
                        width: 200px;
                        \width: 210px;
                        w\idth: 200px;
                        border-right: 2px dotted gray;
                        margin: 0px;
                        margin-left: 0;
                        margin-right: 5px;
                        margin-top: 2px;
                        padding-top: 0px;
                        padding: 5px;
                        background-color: white;
                        /*background:  #fff url(http://www.adventure-travel-inc.com/images/customer-service-2.jpg);*/
                        /*background-position: 12px 48px;*/
                        /*background-repeat: no-repeat;*/
                }


                #footer {
                        clear: both;
                        padding: 0px;
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 0px;
                        color: white;
                        background-color: rgb(37, 109, 253);
                        width: 800px;
}
.blueback {
        background-color: rgb(37, 109, 253);
        color: white;
        padding: 3px;
        font-weight: bold;
}
p {
        font-size: 11pt;
        font-weight: normal;
        text-align: justify; 
}
p1 {
        font-size: 8pt;
        font-weight: normal;
        text-align: right; 
}
h1 {
        font-size: 14pt;
        text-align: center;
        font-weight: bold;
        font-style: normal;
        font-style: oblique;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
        font-size: 10pt;
        font-weight: normal;
        text-align: justify;
}
h3 {
        font-size: 12pt;
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-align: left;
}
h5 {
        font-size: 14pt;
        font-weight: bold;
        text-align: center;
}
h6 {
        font-size: 9pt;
        font-weight: normal;
}
em {
        font-weight: bold;
        font-style: normal;
}
.center-it {
        text-align: center;
}

