/* CSS Document */
body{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}
#forummain {
	width:960px;
	margin:0 auto;
}
#forumcontent {
	/*padding-top: 10px;*/
}


#forumleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	width: 192px;
	background-image: url(/img/leftbg.png);
	background-repeat: repeat;
	margin-left:20px;
	margin-top:20px;
	text-align:center;
}
#forumleft h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background-color: #BED73D;
	margin:0;
}
#forumright {
	float: left;
	width: 748px;
	padding:0 0px 5px 0px;
}
#forumtop {
	background-image: url(/img/topmenubg.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9FAF4;
}
#imgtop {
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	margin: auto;
	width: 960px;

}
a.leftlinks:link, a.leftlinks:visited, a.leftlinks:active {
	display: block;
	width:182px;
	padding: 5px;
	color: #333333;
	/*border-bottom:1px solid #999999;
	border-top: 1px solid #FFFFFF;*/
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BED73D;
}
a.leftlinks:hover {
	text-decoration:none;
	color: #900027;
	font-weight: bold;
}
a.toplinks:link, a.toplinks:visited, a.toplinks:active {
	font-size: 11px;
	text-decoration: none;
	color: #900028;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	text-decoration: none;
	padding: 2px 15px;
	font-weight: bold;
	border-right: 1px solid #900028;
}
a.toplinks:hover {
	color: #900028;
	text-decoration: underline;
}
.lefttop {
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 3px;
	background-image: url(/img/leftblocktop_bg.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.clear {
    clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
#contbar {
	background-image: url(/img/hr.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	height: 16px;
	background-position: 0% 0%;

}
