@charset "utf-8";
/* CSS Document */

* {
border: 0 none;
margin: 0;
outline: 0 none;
padding: 0; }

body {
background-color: #ddd;
background-image: url(/img/bg/new-water.jpg);
background-repeat: no-repeat;
background-position: top center;
color: #000;
font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: center; }

address, p, ol, ul {
line-height: 150%;
padding-bottom: 15px; }

h1 {
color: #00386f;
font-family: "Segoe UI", Calibri, "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
font-size: 25px;
font-weight: bold;
letter-spacing: -1px; }

a {
color: #00386f;
text-decoration: underline; }

a:hover {
color: #e2b737;
text-decoration: underline; }
