.content
	{
		position:relative;
		width:800px;
		height:404px;
		margin: 0px;
		padding: 0px;
		float: left;
		text-align:left;
/*
		background-color:#0000FF;
*/
	}
.content_left_side_margin
	{
	position:relative;
	float:left;
	height:404px;
	width:100px;
/*
		background-color:#0099FF;
*/
	}
.content_body_fixed
	{
		position:relative;
		width:700px;
		height:404px;
		margin: 0px;
		padding: 0px;
		float: left;
		text-align:left;
/*
		background-color:#990000;
*/
	}
.content_body_scrollable
	{
	position:relative;
	float: left;
	width:700px;
	height:404px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	overflow:auto;
/*
		background-color:#990000
*/
	}
.content_body_scrollable_content
	{
	position:relative;
	float: left;
	width:675px;
/*
		height:404px;
*/
	}
.content_body_page_title
	{
		position:relative;
		float:left;
		width:675px;
		font-size:18px;
		font-weight:bold;
		text-align:center;
	}
.content_body_para_title
	{
		position:relative;
		float:left;
		width:675px;
		font-size:16px;
		font-weight:bold;
	}
.content_body_text
	{
	position:relative;
	float:left;
	width: 775px;
		/*width:675px;*/
	}
.content_body_blank_row
	{
		position:relative;
		float:left;
		width:675px;
		height:16px;
		line-height:16px;
	}
.content_body_two_column
	{
		position:relative;
		float:left;
		width:337px;
	}
.content_body_three_column
	{
		position:relative;
		float:left;
		width:225px;
	}
.content_body_table
	{
		position:relative;
		float: left;
		width:775px;
		text-align:left;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		border-bottom-width:thin;	
/*
		background-color:#00ffff;
*/
	}
.content_body_table_header_row
	{
		position:relative;
		width:774px;
		text-align:left;
		font-weight:bold;
		font-size:14px;
		background-color:#CCCCCC;
		float: left;
/*
		display:table-row;
		background-color:#00ffff;
*/
	}
.content_body_table_content_row
	{
		position:relative;
		width:775px;
		text-align:left;
		font-size:14px;
		float: left;
/*
		display:table-row;
		background-color:#CCCCCC;
		background-color:#00ffff;
*/
	}
