body {
	font-size: 65%;
	font-family: verdana;
}
a {
	color: #000;
}
table td {
	font-size: 1em;
}
ul, li {
	margin: 0px;
	padding: 0px;
	color: #F00000;
}
.section {
	list-style: none;
	margin: 0px;
}
.section a {
	margin-left: 0px;
	padding: 5px;
	display: block;
}
.section a:hover {
	background: #DAE3EF;
	color: #0F0;
}
.sectiontitle {
	background: #DAE3EF;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px #999 dashed;
	color: #666;
	padding: 5px;
}
#navigation {
 margin: auto;
 margin-bottom: 3px;
 width: 80%;
 text-align: center;
}
#navigation td {
 width: 120px;
 border: 1px #CCC solid;
 margin-bottom: 10px;
 background: #F7F7F7 url('logo-small.jpg') repeat-x;
 font-size: 1.2em;
 padding: 0px;
}
#navigation a {
 color: #000;
 display: block;
 width: 120px;
 padding: 4px;
}
#navigation a:hover {
	background: #DAE3EF;
}
#body {
	border-top: 1px #999 dashed;
}
#leftcolumn, #rightcolumn {
	background: #F7F7F7;
	border: 1px #999 dashed;
	border-top: none;
	color: #F;
}
#chatbox, #poll {
	width: 100%;
	height: 700px;
}
#bodyframe {
	width: 100%;
}
