#content
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0 20px 0;
	width: 525px ;
	vertical-align: top;
	color: rgb(51,51,51);
	text-align: left;
	float: left;
	border: solid 0px red;
	overflow: hidden;
	font-size: 0.74em;
}

#content p
{
	margin-bottom: 1em;
}

#content ul, #content li
{
	margin-bottom: 0.5em;
}
/*****************************************************************************/
/*  error message file-not-found                                             */
/*****************************************************************************/
#error
{
	margin: 20px 0 20px 0;
	padding: 10px;
	font-weight: normal;
	color: rgb(51,51,51);
	background-color: rgb(245,245,245);
}

/*****************************************************************************/
/*  links                                                                    */
/*****************************************************************************/

#content a, a.htmlcontent, #htmlcontent a, #rightColumn a
{
	font-weight: bold;
	text-decoration: none;
	color: rgb(53,95,159);
	padding: 0 0 0 0; /*background: url("/images/o_link.gif") no-repeat;*/
}
#content a:hover,  #htmlcontent a:hover
{
	text-decoration: underline;
	color: rgb(255,72,90);
}

/*****************************************************************************/
/*  welcome headline                                                         */
/*****************************************************************************/

#welcome
{
	width: 525px;
	height: 72px;
	display: block;
	font-family: Tahoma, Verdana, Sans-Serif;
	background-image: url("../images/bg_welcome.gif");
	background-repeat: no-repeat;	
}
#welcome h1.welcomeH1
{
	width: 443px;
	display: block;
	color: rgb(37,46,128);
	font-size: 150%;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 8px 0 7px 17px;
}
#welcome h2.welcomeH2
{
	width: 443px;
	display: block;
	color: rgb(37,46,128);
	font-size: 100%;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 0 0 17px;
}
/*****************************************************************************/
/*  center column                                                            */
/*****************************************************************************/

#content h1
{
	color: rgb(53,95,159);
	font-weight: bold;
	font-size: 140%;
}
#content h2
{
	color: rgb(255,72,90);
	font-weight: bold;
	font-size: 125%;
}
#content h3
{
	color: rgb(53,95,159);
	font-weight: bold;
	font-size: 115%;
}
#content h4
{
	color: rgb(255,72,90);
	font-weight: bold;
	font-size: 100%;
}
/*
.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:500px;
	height :600px;
}

#content .breadcrumb
{
	font-weight: normal;
	color: rgb(77,77,77);
}
#content .breadcrumb a
{
	font-weight: normal;
	text-decoration: none;
	color: rgb(77,77,77);
}
#content .breadcrumb a:hover
{
	text-decoration: underline;
}
