<style>
body {
        text-align: center;
        margin: 6px;
        padding: 0px;
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 13px;
}

div.homecontent {
		position: absolute;
		left: 0px;
		top: 322px;
		margin: 0px 0px 12px;
		border-top: 1px solid #ccc;
		width: 800px;
}

div.homecontentinner {
		padding: 0px 24px;
}

div.footer {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 6px 0px;
		text-align: center;
}

div.bottom {
		padding: 12px 0px;
		text-align: center;
		font-size: 11px;
		line-height: 1.5em;
		color: #555;
}

a.bottom {
		color: #555;
}

a.bottom:hover {
		color: black;
}

div.container {
        position: relative;
        margin: 0 auto;
        width: 800px;
        text-align: left;
}

div.leftcol {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 208px;
		margin-right: 6px;
}

div.rightcol {
		position: absolute;
		left: 214px;
		width: 584px;
}

div.topnav {
		background: url(images/topbg.jpg);
		text-align: center;
		margin: 0px 0px 6px 0px;
		font-size: 11px;
		height: 25px;
}
a.topnav {
		padding: 8px 8px;
		line-height: 2em;
		text-decoration: none;
		color: white;
		border-right: 1px solid white;
}
a.topnav:hover {
		text-decoration: underline}

a.last {
		color: black;
		border-right: none;
}

a.last:hover {
		color: black;
}

</style>