html {
	margin: 0px;
	width: 100%;
	height : 100%;
	padding: 0px;
}

body {
	font: normal 9pt Arial, Geneva, Helvetica, sans-serif, default;
	background: repeat-y url(../images/reel.jpg) 0px 108px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#topleft {
	margin: 0px;
	padding: 0px;
	width: 207px;
	height: 73px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top {
	background: url(../images/topbg.gif) repeat-x;
	text-align: right;
	height: 73px;
	margin: 0px;
	display: block;
	clear: none;
	padding: 0px 5px 0px 0px;
}

#title {
	width: 207px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 73px;
	left: 0px;
	clear: left;
}

#nav {
	background: repeat-x url(../images/navbg.gif);
	text-align: right;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#main {
	padding-left: 182px;
	overflow: auto;
	padding-bottom: 40px;
	padding-right : 60px;
}

#bottomleft {
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 94px;
	background: repeat-x url(../images/bottombg.gif);
	width: 100%;
	border-style: none;
	display: block;
/*	overflow: hidden; */
}

#copyright {
	display: block;
	float : right;
\	margin-top: -94px;
}

h1 {
	font-size: 19pt;
	line-height: 19pt;
	font-weight: bold;
	margin-bottom: 11px;
}

h2 {
	font-size: 11pt;
	line-height: 11pt;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	font-size: 13pt;
	line-height: 13pt;
	font-weight: bold;
	margin-bottom: 2px;
}

a:link {
	color: #003F83;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #003F83;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #0099CC;
}

a:visited {
	color: #4475BD;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
}

.inlineimage {
	margin: 3px;
	float: right;
	clear : right;
}