body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
}

#sidebar {
	width: 200px;
	text-align : left;
	vertical-align : top;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #FFFDEE;
}

#search {
	padding: 20px;
}

#menu ul {
	padding: 0;
	margin: 16px 0 0 0;
}

#menu ul li {
	list-style-type : none;
}

#menu ul a {
	display: block;
	width: 200px;
	height: 24px;
	padding-left: 20px;
	padding-right: 20px;
	color: Navy;
	font-size: 11px;
	text-decoration: none;
	line-height : 24px;
}

#menu ul a {
	font-weight: bold;
}

#menu ul a:hover {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #FFFF99;
}

#content {
	padding: 20px;
	text-align : left;
	vertical-align : top;
}

#footer {
	width: 100%;
	text-align : center;
	font-size : xx-small;
}

a:link, a:visited, a:active {
	color: #3399ff;
	text-decoration: underline;
}
a:hover {
	color: #3399ff;
	text-decoration: underline;
}

input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	width: 500px;
}

.forum_title {
	font-size: 14px;
}

.forum {
 	font-size: 11px;
}

/* Menu */
#menubar {
	background-image: url(body-bg.png);
	background-repeat: repeat-x;
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
}
#menubar ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	white-space: nowrap;
}
#menubar li {
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	display: block;
	float: left;
	background-image: url(menu-break.png);
	background-repeat: no-repeat;
}
#menubar a:link,
#menubar a:active,
#menubar a:visited {
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0 12px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}
#menubar a:hover {
	text-decoration: underline;
}
#menubar .menu_current a {
	background-image: url(link-bg.png);
	background-repeat: repeat-x;
}
#menubar .menu_current a:hover {
	text-decoration: none;
}
#menubar .menu_default a:hover {
	background-image: url(link-bg.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

.post_top { border-bottom: 1px solid #DDDDDD; padding-top: 10px; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { float: right; font-weight: bold; }
.post_short { padding-bottom: 5px; }
.selected_group_title { text-align: center; }

