#htmlcontent a
{
	color: rgb(12,87,177);
	text-decoration: underline;
}
#htmlcontent a:hover
{
	color: rgb(255,102,0);
	text-decoration: none;
}

#content p
{
	margin-bottom: 10px;
}

#htmlcontent span.breadcrumbtext
{
	float: left;
	font-size: 80%;
}

#htmlcontent span.breadcrumb
{
	font-size: 80%;
}
#htmlcontent span.breadcrumb a, #htmlcontent span.breadcrumb a:link, #htmlcontent span.breadcrumb a:visited, #htmlcontent span.breadcrumb a:active, #htmlcontent span.breadcrumb span a, #htmlcontent span.breadcrumb span a:link, #htmlcontent span.breadcrumb span a:visited, #htmlcontent span.breadcrumb span a:active
{
	color: rgb(12,87,177);
	text-decoration: underline;
}

#htmlcontent span.breadcrumb span a:hover
{
	color: rgb(255,102,0);
	text-decoration: none;
}

/*********/
/* links */
/*********/
#content a, a.htmlcontent, #htmlcontent a, #rightColumn a
{
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 0; /*background: url("/images/o_link.gif") no-repeat;*/
	color: rgb(53,102,204);
}
#content a:hover,  #htmlcontent a:hover
{
	text-decoration: underline;
}

/*****************/
/* center column */
/*****************/
#content h1
{
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 120%;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	line-height: 30px;
	color: rgb(53,102,204);
	display: block;
}

#content h2
{
	margin: 0px;
	padding: 10px 0 5px 0;
	font-weight: bold;
	font-size: 105%;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	line-height: 25px;
	color: rgb(255,102,0);
}
#content h3
{
	margin: 20px 0 10px 0;
	padding: 0px;
	font-weight: bold;
	font-size: 105%;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	line-height: 30px;
	color: rgb(53,102,204);
	display: block;
}
#content h4
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	color: rgb(53,102,204);
	display: block;
}
#content h4 p
{
	margin-bottom: 5px;
}

/*
.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;
