@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-image: url(images/background1.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #33C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #33C;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #063;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: inherit;
}
h1 {
	font-size: 24px;
	color: #000;
	padding-bottom:5px;
	border-bottom:dotted #000 2px;
}
h2 {
	font-size: 18px;
	color: #333;
	padding-bottom:5px;

}
h3 {
	font-size: 14px;
	color: #666;
	padding-bottom:5px;
}
.topbackground {
	background-image:url(images/logo_back.gif);
	background-repeat:repeat-x;
}
.navbackground {
	background-image:url(images/nav_background.gif);
	background-repeat:repeat-x;
}
.poolback {
	background-image:url(images/lrg_back.jpg); 
	background-repeat:no-repeat;
}
.contentback {
	background-color:#FFF;
	background-repeat:repeat;
	border-left: 1px #036 solid;
	border-right:  1px #036 solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-left:20px;
	padding-bottom: 20px;
}
.footer {
	background-color: #036;
	background-repeat:repeat;
}

.footer {
    background-color: #036;
    text-align: center;
}
.footer .copy {
    margin: 2px 0 0 0;
    height: 18px;
    width: auto;
    padding-left: 0;
}
.footer .copy li {
    display: inline;
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;
	padding-right: 0;
}

.topcontact {
    display: inline;
	color: #003366;
	font-size:11px;
	padding-right: 0;
}