html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/bg_bluline.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}

img {
	border-width: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.top {
	margin-top: 0px;
	padding-top: 0px;
}
.bot {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.pdf {
	list-style: url(../images/icon_pdf.gif);
}
.wd {
	list-style: url(../images/icon_wd.gif);
}
ul li {
	padding-bottom: 5px;
}
#header {
	background: url(../images/bg_header.gif) no-repeat;
	position: absolute;
	width: 625px;
	left: 145px;
	top: 0px;
	text-align: right;
	padding-top: 75px;
	font-size: 11px;
	padding-bottom: 10px;
}
#header a, #header b {
	color: #189DBD;
	text-decoration: none;
	font-weight: bold;
}
#header s:visited {
	color: #9CB825;
	text-decoration: none;
}
#header a:hover {
	color: #F89911;
	text-decoration: underline;
}
#menu {
	background: #9CB825 url(../images/bg_grn.gif);
	width: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 8px;
}
.submenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:visited {
	color: #E1E1E1;
	text-decoration: none;
}
.submenu a:hover {
	text-decoration: underline;
}
#nav_home {
	width:125px;
	height:18px;
	background:url(../images/b_homex.gif) no-repeat;
}
#nav_wrk {
	width:125px;
	height:24px;
	background:url(../images/b_workx.gif) no-repeat;
}
#nav_bna {
	width:125px;
	height:24px;
	background:url(../images/b_bnax.gif) no-repeat;
}
#nav_tips {
	width:125px;
	height:24px;
	background:url(../images/b_tipsx.gif) no-repeat;
}
#nav_contact {
	width:125px;
	height:24px;
	background:url(../images/b_contactx.gif) no-repeat;
}
#nav_about {
	width:125px;
	height:24px;
	background:url(../images/b_aboutx.gif) no-repeat;
}
.rollover a {
	display:block;
}
.rollover a:hover {
	visibility:visible;
}
.rollover a:hover img {
	visibility:hidden;
}
#copyright {
	font-size: 9px;
	color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
}
#copyright a, #copyright a:visited {
	color: #9CB825;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
