body {
    background-color:#fff;
    color:#000;
    padding:0;
    font-family: Arial, sans-serif;
    font-size:medium;
    margin-left:10%;
    margin-right:10%;
    margin-top:0;
    margin-bottom:0;
    border-left:2px solid #123f66;
    border-right:2px solid #123f66;
    background-image:url(images/bg_water.jpg);
    background-repeat:repeat;

}
.gallerypopup {
    background-image:none;
    background-color:#000;
    color:#fff;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

a {color:#0b5798; text-decoration:none;}
a:hover {color:#FFF;border-bottom:1px dashed #FFF;}


h1 {
    font-size:large;
    color:#000080;
    font-weight:bold;
    font-family:serif;

}
h2 {
    font-size:medium;
    font-family:serif;
    font-weight:bold;
    color: #000080;
    text-transform:uppercase;


}
h3 {
    font-size:medium;
    font-family:serif;
    font-weight:bold;
    font-style:italic;
    color:#000080;
}

h4 {
    font-size:small;
    font-family:serif;
    font-weight:bold;
    color:#000080;
}

ul {
    line-height:150%;
}

li {
    margin-top:5px;
    margin-bottom:5px;
}
#header
{
    height:130px;
    background-color:#fff;
    text-align:center;
}

#header img {
    border:0;
}

#nav {
    background-color:#000080;
    text-align:center;
    vertical-align:middle;
    font-weight:700;
    height:100%;
    border-top:2px solid #123f66;
    border-bottom:2px solid #123f66;
    font-family:serif;
    
}
#nav a  {color:#FFF;text-decoration:none;background-color:#000080;border-bottom:0;padding:0 8px 0 8px;}
#nav a:hover {color:#09bab4;}


#container {
    background-color:#66CCCC;
    margin:0;
    padding:20px;
    border-bottom:2px solid #123f66;
}

.highlight {
    background-color:#99ccff;
    border:2px solid #FFF;
    padding:6px;
    width:200px;
}
.highlight ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.highlight ul li {
    margin:0;
    padding:2px;
    list-style-type:none;
}
.highlight h1 {
    margin-top:0;
    color: #000080;
    text-transform:uppercase;
    font-size:medium;

}

.graphic img {
    border:2px solid #fff;
    margin:5px;
}

.top {
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
    font-size:small;
}
#gallery table {
    border-collapse:collapse;
    width:700px;
    font-size:8pt;
}
#gallery td {
    width:25%;
    text-align:center;
    padding:5px;
    vertical-align:top;
    font-size:8pt;
}
#gallery p {
    text-align:justify;
}
#gallery a  {text-decoration:none;border-bottom:0;}
#gallery img {border:1px solid #000080;}

#footer {
    font-size:x-small;
    margin:0;
    clear:both;
    text-align:center;
    padding-top:20px;
    color:#fff;
}

#footer a {color:#FFF;text-decoration:none;}


