html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
a {
	text-decoration: none;
	color:#006699;
}

#tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#links a {
color:#fff;
}
a:hover {
	color: #009999;
	text-decoration: none;
}

.titles {
font-weight:bold;
}

#navigation ul {
	list-style-image: url(../images/fish.gif);
	margin: 0px;
	list-style-position: inside;
	padding: 0px;
	width: 130px;
}
#navigation li {
	display: list-item;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation {
	background-color: #44757D;
	margin: 0px;
	padding: 0px;
	width: 130px;
}
#copyright {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #44757D;
	text-align: center;
}



#main {
	padding: 5px;
	background-color: #EFF0EC;
}
.container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #EFF0EC;
}

.tops {
	background-color: #2F5055;
	height: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
}

#links {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #FFFFFF;
}
#navigation li a {
	display: inline;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(../images/fish.gif);
}
#navigation li a:hover {
	display: inline;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FF9900;
	list-style-image: url(../images/fishOver.gif);
}
#main h2 {
	color: #333333;
	font-size: 18px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main p {
}
#main .picture {
	float: right;
}
.container #main h4 {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.right {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}

.space {
margin:5px;
}

.container #main h5 {
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: 2px;
}
.container #main p {
	padding: 2px;
	color: #000000;
}

a.banner2 {
	display:block;
	width:510px;
	height:100px;
	text-decoration:hidden;
	background-image:url(../images/dbw.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.banner2:hover{
background-position: 0 -100px;
}
