/* Default Font, Size & Color. Also Body (main) Background Color and / or Image (tiles x & y) */
body {
	background-image: url(../images/bkg-cool-water.png);
	background-color: #0C356D;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0;
	padding: 0;
}

p
{
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* Adjustments to set margins on left */
ul {padding: 0 0 0 24px; margin: 0;}

img{border: none;}

a {color: #0B3F93; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #999;}
a:visited {color: #0B3F93; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #999;}
a:active {color: #0B3F93; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #999;}
a:hover {color: #00C; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #666;}

span.header_logo_text {margin-top: 0px;font-size: 50px; color: #FFF; text-align: center; font-family: 'Rockwell' !important; text-shadow: 0.13em 0.13em 0.1em #000;}
h1 {font-family: 'Rockwell' !important; font-size: 22pt; color: #0B3F93; font-weight: normal; margin: 0px 0 -0px 0; z-index: 100; text-shadow: 0.13em 0.13em 0.1em #999;}
h2 {font-family: 'Rockwell' !important; font-size: 20pt; color: #0B3F93; font-weight: normal; text-shadow: 0.13em 0.13em 0.1em #999;}
h3 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 18pt; color: #0B3F93; font-weight: bold; text-shadow: 0.13em 0.13em 0.1em #999;}
h4 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 15pt; color: #333; font-weight: bold; text-shadow: 0.13em 0.13em 0.1em #999;}
h5 {font-family: 'Rockwell' !important; font-size: 20pt; color: #FFF; font-weight: normal; text-shadow: 0.13em 0.13em 0.1em #000;}
h6 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12pt; color: #333; font-weight: normal; text-shadow: 0.13em 0.13em 0.1em #999;}

.copyright_line {color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 13px; text-decoration:none;}
.copyright_line a {color: #000; text-decoration:none;}
.copyright_line a:visited {color: #000; text-decoration:none;}
.copyright_line a:active {color: #000; text-decoration:none;}
.copyright_line a:hover {color: #900; text-decoration:none;}

.footer_block {color: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.footer_block a {color: #FFF; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.footer_block a:visited {color: #FFF; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.footer_block a:active {color: #FFF; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.footer_block a:hover {color: #CCC; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}

.header_block {color: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; text-decoration:none; padding-top: 14px;}
.header_block a {color: #FFF; text-decoration:none;}
.header_block a:visited {color: #FFF; text-decoration:none;}
.header_block a:active {color: #FFF; text-decoration:none;}
.header_block a:hover {color: #CCC; text-decoration:none;}