div#main
{
	margin:0px;
	padding:0px;
	border-width: 0px;
	background-color: #ebeef3;
}
div#main div
{
	margin:0px;
	padding:0px;
	border-width: 0px;
}
div#main div.container_editheader
{
	visibility: hidden;
	height:0px;
}
div#main div.container_editbox
{
	min-height: 30px;
	border-width: 0px;
}
div#main div.container_box a.text_mngmntlink
{
	font-size: 9pt;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */
div#main div.container
{
	width: 821px;
	background-color: #ebeef3; 
	border: 2px solid white;
}
div#main div.container_top
{
	width: 100%;
	margin:0px;
	padding:0px;
}
div#main div.container_bottom
{
	clear: both;
	width: 100%;
	background-color: #ebeef3; 
	border-top: 2px solid white;
}
/* +++++++++++++++++ top ++++++++++++++++++++++++ */
div#main div.container_top div.txt
{
	min-height: 150px;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
}

div#main div.container_top_left
{
	width: 278px;
	color: white;
	background-color: #024467;
	font-size: 200%; 
	float: left;
	border-right: 2px solid white;
}
div#main div.container_top_left div.txt
{
	background-color: #024467;
}

div#main div.container_top_right
{
	float: right;
	width: 540px; 
}
/* +++++++++++++++++ bottom ++++++++++++++++++++++++ */
div#main div.container_bottom div.txt
{
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
}
div#main div.container_bottom_right
{
	width: 544px; 
	margin-left: 278px;
	border-left: 2px solid white;
}
div#main div.container_bottom_right div.txt
{
	color: white;
	background-color: #024467;
	font-size: 180%; 
	margin-right: 3px;
	padding: 10px;
}
div#main div.container_bottom_left
{
	float: left;
	width: 265px; 
}