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

/* general styles */
body { background-color: #D3DCE6; margin: 0px; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }

/* navigation bar */
td.white-bar { height: 2px; background-color: #FFFFFF; }
td.nav-container { background-image: url(images/common/swimming-pool-header-bottom-darker.jpg); background-repeat: no-repeat; background-position: top; }
td.nav { text-align: center; padding: 5px; }
a.nav { color: #FFFFFF; font-weight: bold; text-decoration: none; font-size: 16px; }
a.nav:hover { color: #448CCB; }

/* content */
div.bdr { border: #448CCB solid 1px; padding: 10px; background-color: #F1F6FF; }
form { display: inline; }
td.content { background-color: #FFFFFF; border: solid #448CCB 1px; padding: 10px; }
h1 { font-size: 20px; font-weight: bold; text-align: center; display: inline; }
h2 { font-size: 12px; font-weight: bold; text-align: center; display: inline; }
td.credit { text-align: right; font-size: 10px; }

/* contact bar */
td.con { text-align: center; padding: 5px; font-size: 12px; }
a.con { color: #448CCB; font-weight: normal; text-decoration: none; font-size: 12px; }
a.con:hover { color: #FFFFFF; }