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

html,body{margin:0;padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
p {margin:0 0 1em 0;padding:0}
h1{margin:0 0 .7em 0;padding:0}
form {margin:0;padding:0}

/* Scrollbar customisation */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}

.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

#main_content .vscrollerbarbeg {
background: url(images/vscroller2.png) 0px -9px;
width: 18px;
height: auto;
}

#main_content .vscrollerbarend {
background: url(images/vscroller2.png);
width: 18px;
height: 9px;
}

#main_content .vscrollerbase {
width: 18px;
background: white none;
}

#main_content .vscrollerbar {
background-color: #8F9793;
padding: 0px;
}

#main_content .vscrollerbasebeg, #main_content .vscrollerbaseend {
background-image: none;
}

/* End Scrollbar customisation */

.main_table {
  text-align: left;
}

.primary_nav a {
  text-decoration: none;
  color: white;
}

	.primary_nav a:hover {
		text-decoration: underline;
	}

#main_content {
  text-align: left;
  padding-right: 0px;
  margin: 0.3em;
  padding: 0.5em;
  border: px solid #410000;
  outline:none;
  padding-left: 10px;
  padding-top: 10px;
  overflow:auto;
  height: 450px;
}

#swim_tips_nav {
  color: white;
  
}

.swim_tips_title {
  padding: 0px;
  margin: 0px;
}

	.swim_tips_title a {
	color: white;
	text-decoration: none;
	}
	.swim_tips_title a:hover {
		text-decoration: underline;
	}


#main_title {
  color: #fd990f;
  font-size: 18px;
  text-align:right;
}

#main_title_sm {
  color: #fd990f;
  font-size: 12px;
}

#secondary_title {
  color: #fd990f;
  font-size: 14px;
  font-weight:bold;
}

.main_content {
  font-family: Arial, Helvetica, sans-serif;
  color:#666666;
}

.highlight {
  color:#fd990f;
}

.highlight_bold {
	color:#fd990f;
	font-weight:bold;
}

.sponsor {
  color:#489bde;
}