/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
.content h1,
.htmlarea-content-body h1, .content h1 a {
	margin: 0 0 8px 0;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #3C698A;
}

.content h2,
.htmlarea-content-body h2, .content h2 a {
	margin: 0 0 8px 0;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #3C698A;
}

.content h3,
.htmlarea-content-body h3, .content h3 a {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.content h4,
.htmlarea-content-body h4, .content h4 a {
	margin: 10px 0 7px 0;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

.content h5,
.htmlarea-content-body h5, .content h5 a {
	margin: 5px 0 2px 0;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;

}

.content h6,
.htmlarea-content-body h6, .content h6 a {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-size: 8px;
	font-family: "Times New Roman", Times, serif;

}

.content .contentElementtextpic p,
.content .contentElementtext p,
.htmlarea-content-body p {
	margin-bottom: 20px;
	line-height: 18px;
	margin-top: 5px;
}

.bannertop {
	margin-bottom: 10px;
}

.htmlarea-content-body b {
	font-weight: bold;
}

/* Fixed Margin Bug for IE/FF with Intext-Images*/

/*.content .csc-firstHeader,
.content .csc-textpicHeader h3,
.content .csc-textpicHeader h4,
.content .csc-textpicHeader h5,
.content .csc-textpicHeader h6 {
	margin-top: 10;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}*/

.content .csc-firstHeader,
.content .csc-textpicHeader h3 {
	margin-top: 10;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.content .csc-firstHeader,
.content .csc-textpicHeader h4 {
	margin-top: 10;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.content .csc-firstHeader,
.content .csc-textpicHeader h5 {
	margin-top: 10;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.content .csc-firstHeader,
.content .csc-textpicHeader h6 {
	margin-top: 10;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}


.content p.hrtag,
.htmlarea-content-body hr,
.htmlarea-content-body p.hrtag {
	height: 1px;
	line-height: 0;
	background: #ccc;
	color: #ccc;
	overflow: hidden;
}

/* -----------------------------------------------
	a
----------------------------------------------- */
.content a,
.htmlarea-content-body a {
	color: #3C698A!important;
	color: #E67C16;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover,
.htmlarea-content-body a:hover {
	text-decoration: none;
}

/* -----------------------------------------------
	ul lists
----------------------------------------------- */
.content ul,
.htmlarea-content-body ul {
	margin: 0 0 0 2px;
}
	
.content ul li,
.htmlarea-content-body ul li {
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content ul li {
	height: auto !important;
	height: 1px;
}
	/* noListtypeList */
.content ul.noListtypeList {
	margin: 0;
}
.content ul.noListtypeList li.noListtypeListItem {
	padding: 0;
	background: none;
}
	/* filelinksList */
.content ul.filelinksList li.filelinkListItem {
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}
.content ul.filelinksList li.filelinkListItem0,
.content ul.filelinksList li.filelinkListItemFirst {
	border-top: none;
	padding-top: 0;
}
.content ul.filelinksList li.filelinkListItem span.fileSize {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.content ul.filelinksList li.filelinkListItem dt {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
}
.content ul.filelinksList li.filelinkListItem dd.description {
	margin-bottom: 4px;
}	
.content ul.filelinksListLayout1 li.filelinkListItem dd.fileDownload img,
.content ul.filelinksListLayout2 li.filelinkListItem dd.fileDownload img {
	vertical-align: middle;
	margin-right: 8px;
}
.content ul.filelinksListLayout1 li.filelinkListItem,
.content ul.filelinksListLayout2 li.filelinkListItem {
	margin-bottom: 10px;
}
.content ul.filelinksListLayout2 li.filelinkListItem {
	clear: both;
}
.content ul.filelinksListLayout2 dd.filelinkListPreviewItem {
	float: left;
	padding-right: 10px;
}
	/* sitemap */
.content ul.csc-sitemap li li ul {
	margin-bottom: 5px;
}
.content ul.csc-sitemap li a {
	font-weight: bold;
}
.content ul.csc-sitemap li ul {
	margin: 0 10px 10px;
}
.content ul.csc-sitemap li li a {
	font-weight: normal;
}

	/* noListTypeList */
.content ul.noListTypeList {
	margin: 0;
	padding: 0;
}

.content ul.noListTypeList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	/* borderList */
.content ul.borderList li.listItemFirst {
	border-top: 1px solid #aeaeae;	
}
.content ul.borderList li.borderItem {
	padding: 5px 0;
	border-bottom: 1px solid #aeaeae;
}
	/* inlineList */
.content ul.inlineList li {
	display: inline;
}
	/* inlineListFloat */
.content ul.inlineListFloat {
	clear: both;
}
.content ul.inlineListFloat li.inlineListFloatItem {
	float: left;
	padding-left: 23px;
}
.content ul.inlineListFloat li.inlineListFloatItemFirst,
.content ul.inlineListFloat li.listItemFirst {
	padding-left: 0;
	border: none;
}

/* -----------------------------------------------
	tables
----------------------------------------------- */
.content .contenttable,
.htmlarea-content-body table {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even,
.htmlarea-content-body .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.htmlarea-content-body th,
.content .contenttable td,
.htmlarea-content-body td {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.htmlarea-content-body th,
.htmlarea-content-body td {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.content .csc-textpic-caption {
	font-style: italic;
}


/* -----------------------------------------------
	Main Content
----------------------------------------------- */
#mainContent .contentElement {
	margin: 0 0 20px;
}


	/*felogin */
#mainContent .feloginLogoutForm .contentElementtext,
#mainContent .feloginLogoutForm .contentElementtext p {
	margin-bottom: 0;
}
#mainContent .feloginLogoutForm dt {
	float: left;
	margin: 0 4px 4px 0;
}
#mainContent .feloginLogoutForm .formtype_mail {
	margin-top: 20px;
}
#mainContent .feloginLogoutForm .formtype_mail .formField {
	float: left;
}

#mainContent h1 {
	color: /* MainNavigation*/	  ul#mainNavigation
{ 	position: absolute; 	top: 144px; 	left: 0; 	width: 900px; 	background-color: #CCCCCC;	/*border-bottom: 1px solid #ccc;*/ 	height: 22px; 	border-top-width: 1px; 	border-bottom-width: 2px; 	border-top-style: solid; 	border-bottom-style: solid; 	border-top-color: #999999; 	border-bottom-color: #999999; 	padding-bottom: 10px; }  	#mainNavigation li { 	float: left; 	border-right-width: 1px; 	border-left-width: 1px; 	border-right-style: solid; 	border-left-style: solid; 	border-right-color: #CCCCCC; 	border-left-color: #CCCCCC; 	}  	#mainNavigation li.first { 		border-width: 0; 	}  	#mainNavigation li a {
	display: block; 	/*width: auto !important; 		width: 1px; 		height: auto !important; 		height: 1px;	*/
	height: 25px!important;
	height: 25px;
	width: auto; 	/*line-height: 20px;*/
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	color: #666666;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
} 
 	
#mainNavigation li a:hover { 	
	color: #3C698A; 	
}  	

#mainNavigation li a.act, 	#mainNavigation li a.cur { 	
	color: #3C698A; 	
} 
	 
/* end MainNavigation*/   	

#mainNavigation li ul { 	
	position: absolute; 	
	top: 32px; 	left: -9999px; 		
	/*width: 150px !important; 		width: 190px;*/ 		
	width: 148px; 	/*margin-left: -30px;*/ 		
	/*padding: 0 30px 30px 30px;*/ 		
	text-transform:none; 	
	border-top-width: 1px; 	
	border-right-width: 1px; 	
	border-left-width: 1px; 	
	border-top-style: solid; 	
	border-right-style: solid; 	
	border-bottom-style: 		none; 	
	border-left-style: solid; 	
	border-top-color: #E6E6E6; 	
	border-right-color: #E6E6E6; 	
	border-left-color: #E6E6E6; 	
	background-color: #FFFFFF; 	
	} 	 	
	
#mainNavigation li li { 	
	clear: left; 	
	width: 150px; 	
	height: 100%; 	
	background-color: #FFFFFF; 	
	}  	
	
#mainNavigation li li.first { 		
	border-width: 0px 0; 	
	} 	 	
	
#mainNavigation li li a { 		
	width: auto !important; 		
	width: 150px; 		
	font-weight: normal; 		
	white-space: normal;		 		
	display: block; 		
	height: auto !important; 		
	height: 1px; 		/*line-height: 29px;*/ 		
	line-height: 19px; 		
	padding: 0 0 0 20px; 		
	color: #000000; 		
	border-bottom: 1px solid #E6E6E6;		 		
	font-size: 12px; 		
	text-align: left; 		
	background: none;		 		 	
	} 	 	
	
#mainNavigation li li a:hover { 	
	background-image: none; 	
	color: #3C698A; 	
	font-weight: bold; 	
	} 	 	
	
	#mainNavigation li li a.act { 	
	background-image: none; 	
	color: #000000; 	
	font-weight: bold; 	
	} 	 	
	
	#mainNavigation li li a.cur { 	
	background-image: none; 	
	color: #3C698A; 	
	font-weight: bold; 	
	} 		 	
	
	#mainNavigation li:hover ul, 	#mainNavigation li.sfhover ul {
	left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent .contentElement {
	margin-bottom: 24px;
}

/* -----------------------------------------------
	Right Content
----------------------------------------------- */
#rightContent .contentElement {
	background: #F4F3F3 url(../images/bg_col3_box.gif) left bottom no-repeat;
	padding-bottom: 18px;
}

#rightContent h1 {
	font-size: 14px;
	width: 140px;
	height: 30px;
/*	background: url(../images/bg_col3_header.gif) 0 0 no-repeat;
*/	
	padding: 5px 7px;
	color: #fff;
}
 
#newsPanel h1 {
	font-size: 14px;
	width: 140px;
	height: 30px;
/*	background: url(../images/bg_col3_header.gif) 0 0 no-repeat;
*/	
	padding: 5px 7px;
	color: #fff;
}

/*#rightContent h4 {
	font-size: 13px;
}*/

/*#rightContent h4, 
#rightContent h5,
#rightContent h6,
#rightContent p {	
	padding: 5px 7px;
	color: #6D6C6B;
}*/

#rightContent h1 {	
/*	padding: 5px 7px;
*/	color: #6D6C6B;
	font-size: 28px;
}

#rightContent h2 {	
/*	padding: 5px 7px;
*/	color: #6D6C6B;
	font-size: 22px;
}

#rightContent h3 {	
/*	padding: 5px 7px;
*/	color: #6D6C6B;
	font-size: 18px;
}

#rightContent h4 {	
/*	padding: 5px 7px;
*/	color: #6D6C6B;
	font-size: 14px;
}

#rightContent h5 {	
/*	padding: 5px 7px;
*/	color: #6D6C6B;
	font-size: 10px;
}

#rightContent h6 {	
/*	padding: 5px 7px;
*/	color: #6D6C6B;
	font-size: 8px;
}

#rightContent p {	
/*	padding: 5px 7px;
*/	color: #6D6C6B;
	font-size: 10px;
}


#rightContent .contentElement {
	margin-bottom: 11px;
}

