body {
	background: url(images/bkgnd.gif);
}
#header {
	position: absolute;
	top: 10;
	left: 75;
	width: 800;
}
#navigation {
	position: absolute;
	top: 137;
	left: 75;
	width: 800;
}
#col-1 {
	position: absolute;
	top: 192;
	left: 75;
	width: 800;
	border: 1px solid #000066;
	background-color: #FEFAEC;
}
#col-2 {
	float: left;
	width: 750;
	border: 1px solid #000066;
	background-color: transparent;
	margin: 5px 0 15px 25px;
}
#col-2b {
	float: right;
	top: 0px;
	width: 350px;
	background-color: transparent;
	margin: 3px 5px 3px 10px;
}
#bottom {
	position: relative;
	bottom: -10px;
	left: 0px;
	width: 800px;
	height: 81;
	padding-left: 10px;
	background-image: url(images/btm.gif);
	background-repeat: no-repeat;
}
h1 {
	font-family: arial;
	font-size: 14pt;
	color: #000066;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: arial;
	font-size: 12pt;
	color: #000066;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: arial;
	font-size: 11pt;
	color: black;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-family: arial;
	font-size: 10pt;
	color: black;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	font-family: arial;
	font-size: 10pt;
	color: #000066;
	margin: 2px 0 0 20px;
}
.colright {
	padding: 5px;
}
.textpad {
	padding-top: 8px;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
	margin: 0 3px 5px 0;
}
.rightborder {
	float: right;
	margin-right: 3px;
	border: 1px solid #000066;
}