body,table {
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1 em;
	background-color: #fff; 
	color: #333;
}

body,ul {
	font-size: .85 em;
}

body {
	margin: 10px 10px 10px 190px;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	font-size: .8 em;
}

#content { 
	margin: 0;
	padding: 0;
}

#menu {

	text-align: left;
	color: #000;
	background-color: #B29279;
	border: none 1px #600;
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 0 4px 4px; 
	width: 116px;
}
b, strong { font-weight: bold }
i { font-style: italic }
a { text-decoration: none; color: #600 }
a:hover { color: #000; text-decoration: none; text-decoration: underline;}

hr {
	height: 1px;
	border: 0;
	color: #600;
	background-color: #600;
}
h1 { 
	text-align: center;
	font-size: 1.75em;
	margin-top: 0;
        border-bottom: #600 solid 2px;
	line-height: 125%;
}
h2 { font-size: 1.25em; }
img { border-width: 0 }
input { border-color: #999 }
pre,tt { font-family: monospace }
h6 { 
	text-align: left;
	color: #B29279;
	font-size: 0.85em;
}
#menu a { color: #fff; display: block; padding-left: 8px; text-indent: -8px }
#menu a:hover { background-color: #CCC; text-decoration: none }
#menu dl { margin: 16px 0 8px 4px; padding-left: 0; text-align: left }
#menu dd { margin: 2px 0 0px 8px; padding-left: 0 }
#menu dt { font-size: 1.25em }
#menu input { background-color: #fff; border-color: #fff; width: 130px }
#menu label { font-size: .75em; margin-top: 1.5em; display: block }
#news { margin: 1em 0; padding: .5em; background-color: #eee; }
#news ul { margin: 0; padding: 0 }
#news li { list-style-type: none; margin: 0; padding: 0 0 0 4em; text-indent: -4em }
.center { text-align: center }
.source { font-size: .75em; font-style: italic; }
.even { background-color: #fee; }
.odd { background-color: #eee; }
.sidebar,.code { background-color: #fee; border: solid 1px #600; padding: .5em 1em }

.hiddenRow {
 display:none;
 visibility:hidden;
}
.visibleRow {
 display:;
 visibility:visible;
}