/* FONT */

body,
input {
    font-family: 'Trebuchet MS', sans-serif;
}
body {
    font-size:  75%;
}
h3, h4 {
    font-size:  133%;
}
h2 {
    font-size:  166%;
}
h1 {
    font-size:  133%;
    font-weight: bold;
    display:    inline;
    
}

h1 {
    font-style: italic;
}
h1 a,
h2, h3 {
    font-weight: normal;
}

/* TEXT */

h1 a:hover {
    text-decoration:    none;
}

/* BACKGROUND */

html,
body {
    background-color:   white;
}
body {
    background-image:   url('../img/back3.jpg');
    background-position:50% -24px;
    background-repeat:  no-repeat;
}
div#bar, div#foot {
    background-image:   url('../img/barbg.png');
    background-color:   #221d9b;
    background-repeat:  repeat-x;
    color:              white;
}
div#bar {
    border-bottom:  6px double white;
}
div#foot {
    border-top:     6px double white;
}
div#entry {
    background-color:   #221d9b;
    background-image:   url('../img/barbg.png');
}


/* FOREGROUND */

h1,
h2,
body,
input {
    color:  #221d9b;
}
a, strong {
    color:  navy;
}
h1,
div#entry {
    color:  white;
}

/* BORDER */

hr {
    border-top:     1px solid navy;
    border-bottom:  1px solid white;
    border-left:    0;
    border-right:   0;
}

/* IMAGES */


/* LISTS */
div#menu ul {
    padding: 0;
}
div#menu ul li {
    list-style-type:    none;
}


/* COMPLETE */

