.container {
	border: 0px dotted #BAB9B8;
	width: 98%;
	overflow: hidden;
	margin-top: 10px;
	background-color: #FFF;
}
/*For 2 or more columns*/
.box {
	border: 1px dotted #BAB9B8;
	width: 45%;
	height: 45%;
	margin: 10px;
	position: relative;
	padding: 4px;
	background-color: #FFF;
	display: table;
}
/*for one column*/
.box2 {
	border: 1px dotted #BAB9B8;
	width: 98%;
	margin: 10px;
	position: relative;
	padding: 4px;
	background-color: #FFF;
	display: table;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.ForumH2
{
	color: #069;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-indent: 0.3em;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-top: 10px;
}

.ForumH4
{
	color:#069;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: baseline;
	display: block;
	margin: 2px;
	padding: 2px;
}
.text {
	position: absolute;
	left: 0;
	top: 0;
}

.ForumNav	
{
	border: 1px dotted #BAB9B8;
	width: 98%;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	background-color: #FFF;
	text-align: right;
	}
	
.ForumUpdate	
{
	border: 1px dotted #BAB9B8;
	width: 99%;
	overflow: hidden;
	margin-top: 5px;
	background-color: #F4F4F4;
	text-align: right;
	}

