@charset "utf-8";
/* CSS Document */

html {
	height: 101%;
	min-height: 101%;
}
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 100%;
	background: #ffffff;
	margin-bottom: 1px;
	height: 101%;
}
#columnleft {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 160px;
	font-size: 70%;
	line-height: 120%;
	background: url(img/background_left.gif) repeat-y;
	height: 100%;
	padding-bottom: 38px; /* even with left col */
}
#columncenter {
	float: left;
	width: 484px;
	padding-top: 80px;
	padding-left: 12px;
	padding-right: 12px;
	color: #50401a; /* dark brown */
	font-size: 80%;
	line-height: 180%;
}
#utils {
	position: relative;
	float: right;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 150px;
}
#columnright {
	float: right;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 42px;
	margin-top: -29px;
	width: 200px;
	border-left: 1px solid #d9d9d9;
	font-size: 70%;
	line-height: 160%;
	color: #50401a; /* dark brown */
	background: url(img/background.gif) repeat;
	height: 100%;
	}
.quote {
	color: #999966;
	font-size: 110%;
	line-height: 170%;
	padding-top:20px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3 {
	color: #999966;
	line-height:150%;
	font-weight: bold;
	}
h1 {
	font-size: 150%;
	margin-top:20px;
	margin-bottom:20px;
	}
a {
	color:#99666d; /* mauve */
	}
a:hover {
	color:#9e4042;
	}

.navbar td a {
	font-size: 10px;
	line-height: normal;
	color:#79825a;
}
.navbar td a:hover {
	color:#545b3d;
}
ul {
	padding-left: 15px;
	margin-left: 0px;
	list-style: square;
}
.texttable {
	font-size: 11px;
	}
table.texttable {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	}

