body {
                font-family: arial, sans-serif;
                font-size: 14px;
                background-color: #00035E;
                margin: 0px;
                color: #00025d;
                text-align: center;
}

h1 {
                font-size: 30px;
                color: #000;
                margin-top: 12px;
                margin-bottom: 12px;
}

a img {
                border: none;
}

#content {
                margin-top: 20px;
                margin-left: auto;
                padding-top: 20px;
                margin-right: auto;
                width: 780px;
                background: #F5F1CC;
                text-align: left;
}
                                                                                                                                                /* Header */
#header {
                float: right;
                position: relative;
                height: 188px;
                top: -13px;
                width: 525px;
                background-position: center center;
                background-image: url("images/header.jpg");
                background-repeat: no-repeat;
}
        
                                                                                                                                                /* Navigation */
#navigation {
                float: right;
                margin: 10px 10px 0 0;
                width: 525px;
                padding: 0;
                padding-bottom: 2px;
                list-style-type: none;
                font-size: 12px;
                font-style: italic;
                font-weight: bold;
                border-bottom: solid 1px #00025d;
                text-align: left;
}

#navigation li {
                display: inline;
}

#navigation a {
                text-decoration: none;
                color: #000;
                padding: 1px;
}

#navigation a:hover {
                color: #fff;
                background-color: #050565;
}

#navigation .selected {
                color: #fff;
                background-color: #050565;      
}
                                                                                                                                                                /*Main Text */
#main {
                width: 735px;
                background-color: #FBF6D8;
                margin: 20px auto 0 auto;
                text-align: center;
                border: solid 1px #5A4CAB;
}

#leftcol {
                float: left;
                padding: 0px;
                width: 195px;
                position: relative;
                top: -30px;
                left: -10px;
}

#leftcol img {
                margin-top: 5px;
}

#rightcol {
                float: right;
                width: 525px;
                margin-right: 10px;
                font-size: 12px;
                text-align: left;
}

                                                                                                                                                                /* Footer */
#footer {
                clear: both;
                width: 760px;
                color: #000;            
                text-align: center;
                font-size: 10px;
                padding-top: 5px;
                padding-bottom: 5px;
}
        
#footer a {
                color: #000;
                text-decoration: none;          
}

#footer a:hover {
                text-decoration: underline;
}

#footer img {
                padding: 3px;
}

.clear {
                clear: both;
}

.quote {
                font-style: italic;
                margin-top: 10px;
}