#content
{
	margin: 0px  0px 0px 0px;
	padding: 8px 0 8px 8px;
	/*width: 600 - 20 (padding) - 2x1 (border)*/
	width: 578px ;
	vertical-align: top;
	color: black;
	background: #fff;
	text-align: left;
	float: left;
	overflow :hidden ; 
	font-size: 0.8em;
	font-family:Arial;
}



/*********/
/* links */
/*********/
#content a, a.htmlcontent, #htmlcontent a, #rightColumn a
{
    color:rgb(46,73,216);
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0; /*background: url("/images/o_link.gif") no-repeat;*/
}
#content a:hover,  #htmlcontent a:hover
{
	text-decoration: underline;
}

/*****************/
/* center column */
/*****************/
#content h1
{
	color: rgb(24,41,131);
	font-size: 22px;
	text-align: center;
}
#content h2
{
	color: rgb(24,41,131);
	font-size: 20px;
	text-decoration:none;
}
#content h3
{
	color: rgb(24,41,131);
	font-size: 20px;
	text-decoration:none;
	font-weight: bold;
}
#content h4
{
	color: rgb(155,155,166);
	font-weight: bold;
	font-size: 14px;
}
/*
.htmlcontent, #htmlcontent
{
	margin: 0px 10px 0 24px;
	padding: 0 0 0 0;
	vertical-align: top;
	background: White;
	font-size: 12px;
	text-align: left;
	width: 529px;
}
*html .htmlcontent, #htmlcontent
{
	width: 547px;
}
*/
#content_header
{
	background: #dddddd;
	height: 24px;
	color: #999;
	text-align: left;
	padding: 4px 0 0 4px;
	margin: 0 10px 0 20px;
	font-weight: bold;
}

#content img
{
	margin:4px;
}
.cmsiframe
{
	width:500px;
	height :600px;
}

.rssheader
{
	display:none;
}
