/* one column main display */
#onecol {
	width:100%;
	padding-left: 5px;
	padding-right: 5px;
	position:relative;
	background-color:#FFFFFF;
}

/* two column main display */
#twocols2 {
	width:680px;
	position:relative;
	margin-left:45px;
}
#leftcol2 { padding-top:10px; width: 70%; }
#rightcol2 {
	width:175px;
	float:right;
	position:relative;
	margin:0px -45px 0px 28px;
   padding:0px 0px 20px 0px;
	background-color:#FFFFFF;
}
#leftcol2 textarea {
  width:100%;
  height: 400px;
}


/* three column main display */
#leftcol3 {
	width:175px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
}
#twocols3 {
	width:595px;
	float:right;
	position:relative;
	background-color:#FFFFFF;
}
#rightcol3 {
	width:175px;
	float:right;
	position:relative;
	background-color:#FFFFFF;
}
#centercol3 {
	width:420px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	display:inline;
}
/* all 3 formats */
/* container & IE-MAC fixes from csscreator.com */
.clearfix:after {
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* printer styles */
@media print{
	#rightcol2, #leftcol3, #rightcol2, #rightcol3: { display:none; }
	#twocols2, #leftcol2, #twocols3, #centercol3 { width:100%; float:none; }
}

/* Boxes on right */
#signup_menu {
}
#related_menu {
}

th {text-align: center;}

