#content p
{
	margin-bottom: 10px;
}


/*********/
/* links */
/*********/
#content a, a.htmlcontent, #htmlcontent a, #rightColumn a
{
	color: rgb(204,102,51);
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	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
{
	font-family: Arial, Sans-Serif;
	color: rgb(151,164,83);
	font-size: 140%;
}
#content h2
{
	font-family: Arial, Sans-Serif;
	color: rgb(151,164,83);
	font-size: 125%;
}
#content h3
{
	font-family: Arial, Sans-Serif;
	color: rgb(77,77,77);
	font-size: 115%;
}
#content h4
{
	font-family: Arial, Sans-Serif;
	color: rgb(74,143,255);
	font-size: 100%;
	font-weight: 600;
}

.htmlcontent, #htmlcontent
{
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Sans-Serif;
}
*html .htmlcontent, #htmlcontent
{
}

#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:500px;
	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;
}

