#content
{
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 20px 30px;
	/*width: 600 - 20 (padding) - 2x1 (border)*/
	width: 540px ;
	vertical-align: top;
	color: rgb(51,51,51);
	text-align: left;
	float: left;
	border: solid 0px red; /*	overflow :hidden ; */
	font-size: 0.8em;
}

#content p
{
	margin-bottom: 10px;
}

/*********/
/* links */
/*********/
#content a, a.htmlcontent, #htmlcontent a, #rightColumn a
{
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0; /*background: url("/images/o_link.gif") no-repeat;*/
	color: rgb(226,112,0);
}
#content a:hover,  #htmlcontent a:hover
{
	text-decoration: underline;
}

/**************/
/* breadcrumb */
/**************/
#breadcrumb
{
	padding: 10px 0 10px 0;
	font-size: 92%;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active
{
	color: rgb(102,102,102);
	font-weight: normal;
}
#breadcrumb a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: rgb(255,138,26);
}
#breadcrumb span.breadcrumbtext
{
	color: rgb(77,152,27);
}

/*****************/
/* center column */
/*****************/
#content h1
{
	margin: 10px 0 10px 0;
	padding: 0;
	color: rgb(226,112,0);
	font-size: 140%;
}
#content h2
{
	margin: 10px 0 10px 0;
	padding: 0;
	color: rgb(77,152,27);
	font-size: 125%;
}
#content h3
{
	margin: 10px 0 10px 0;
	padding: 0;
	color: rgb(226,112,0);
	font-size: 110%;
	font-weight: bold;
}
#content h4
{
	margin: 10px 0 10px 0;
	padding: 0;
	color: rgb(77,77,77;
	font-weight: bold;
	font-size: 105%;
}
/*
.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: Black;
	text-align: left;
	padding: 4px 0 0 4px;
	margin: 0 10px 0 20px;
	font-weight: bold;
}

 
.cmsiframe
{
	width: 100%;
	height :600px;
}

#sitemap ul
{
	margin: 0 0 0 12px;
	padding: 0;
	font-weight: normal;
}
#sitemap li
{
	margin: 0 0 0 12px;
	padding: 0;
	font-weight: normal;
}
#sitemap a
{
	font-weight: normal;
	text-decoration: none;
}
#sitemap a:hover
{
	text-decoration: underline;