#home {
	position:fixed;
	top:40%;
	left:0px;
	width:1em;
	background:#9CD1E3;
	text-align:center;
	padding:5px;
	border:1px solid #006699;
	border-width:1px 1px 1px 0px;
	margin:0px;
}

#topbar {
	background:#ffffbb;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
}

#bottombar {
	/* background:#9cd1e3; */
	background:#ffffbb;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
}

#bottombar2 {
	/* background:#9cd1e3; */
	background:#ffffbb;
	position:absolute;
	top:970px;
	left:0px;
	width:100%;
	height:20px;
}

.topbar a:link {color: #003399;}
.topbar a:visited {color: #003399;}
.topbar a:active {color: #003399;}
.topbar a:hover {color: #0000ff;}

.gohome a:link {font:10pt verdana; color:#006699; text-decoration:none;}
.gohome a:visited {font:10pt verdana; color:#006699; text-decoration:none;}
.gohome a:active {font:10pt verdana; color:#006699; text-decoration:none;}
.gohome a:hover {font:10pt verdana; color:#000000; text-decoration:none;}

.links a:link {font:.9em verdana; color:#383838; text-decoration:none;}
.links a:visited {font:.9em verdana; color:#383838; text-decoration:none;}
.links a:active {font:.9em verdana; color:#383838; text-decoration:none;}
.links a:hover {font:.9em verdana; color:#383838; text-decoration:none;}

p.address {
	font: 8pt verdana, arial, sans-serif;
	color:#383838;
	text-align:center;
	line-height:20px;
	margin:0;
	padding:0;
	border:0;
}


.corner {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('images/corner_big.gif') no-repeat;
	font-size: 0%;
}

.cornerBoxInner { padding: 0px;}

.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.TR {
	top: 0;
	right: 0;
	background-position: -20px 0;
}

.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -20px;
}

.BR {
	bottom: 0;
	right: 0;
	background-position: -20px -20px;
}
