/* *** formatting *** */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #000;
	background:url(../images/bc_bg.jpg) 0 0 no-repeat #fff;
}

body.homepage {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #000;
	background:#fff;
}


/* *** positioning *** */

#leftcol {
	position: absolute;
	left: 20px;
	top: 80px;
}

#content {
	position: absolute;
	left: 250px;
	right: 50px;
	top: 65px;
	margin: 0 20px 0 0;
}

.menu {
	margin-top: 20px;
	position: absolute;
	left: -40px;
	
}
.menu li {
	list-style: none;
}

table {
	border: 0px;
	border-spacing: 0px; 		/* doesn't work in IE! */
	padding: 0px;
}

.small { 
	font-size: 70%; 
}

.large {
	font-size: 100%;
}

/* *** Links *** */

p a:link {
	color:#336633;
	text-decoration:none;
	border-bottom:dashed #b2b2b2 1px;
}

p a:visited {
	text-decoration:none;
	border-bottom: dashed #e3e3e3 1px;
}

p a:hover,active {
	text-decoration:none;
	border-bottom: dashed #000000 2px;
}

.hmenu {
	margin: 0px;
	padding: 0px;
}
.hmenu li {
	list-style: none;
	display: inline;
	padding: 0px;
}

a {
	text-decoration: none;
}

.centered {
	text-align: center
}

img {
	margin: 0 8px 0 0;
	border: 0
}

img.textflow {
	padding: 10px;
}