@charset "utf-8";
/* CSS Document */

/*Content tittles*/

h1, div.csc-header h1{
	color:#6c2e36;
}

div#contentContainer a {
	color:#2D4679 !important;
}

div#contentContainer a:hover{
	color:#6c2e36 !important;
}


div#contentContainer ul {
	list-style-image:url(../img/bullets_red.gif);

}

/*Blue Layout Styles*/
.DarkColor {
	background-color: #2a2a50;
}
.MediumColor {
	background-color: #2d4679;
}
.LightColor {
	background-color: #6c2e36;
}

.headerRoundCorner {
	background: #2d4679 url(../img/headerRoundCorner.gif) top right no-repeat;
}

/*Main Navigation Start*/

.mainNavBorder {
	border-bottom: 0.1em solid #6c2e36;
	border-right: 0.1em solid #6c2e36;
}


div#mainNavigation ul li a {
	color: #cecdce;
	background: url(../img/redMenuBorder.gif) right bottom no-repeat;
}

div#mainNavigation ul li a:hover {
	color:#FFFFFF;
	background:none;
	background-color:#6c2e36;
}

div#mainNavigation ul li a.mainNavigationAct {
	color:#FFFFFF !important;
	background:none;
	background-color:#6c2e36;
}

/*Main Navigation End*/

/*Lang Menu*/

#langMenu a{
	text-decoration:none;
	color:#CCCCCC;
}
#langMenu a:hover{
	color:#6c2e36;
}
#langMenu a.active{
	color:#6c2e36;
}

#langMenu span.CUR a{
	color: #6c2e36;
}

#langMenu span.INACT {
	color: #CCCCCC;
}

/*Left Page tittle*/
#leftPageTitle h2 {
	color: #6c2e36;
}

/* Left NAvigation*/
#leftNavi a:hover, #leftNavi a.leftNaviActive {
	color: #6c2e36;
}



/*footer*/
#siteFooter div#fotterBar {
	background: #6c2e36 url(../img/footerRoundCorner_red.gif) no-repeat bottom right;
}

/*Imap*/

div.wrapper_imap_content {
	border-bottom:none;
}

p.lineHR {
	border-bottom: #6c2e36 1px solid;
}

/*Left nav dirty mus fix*/
li#lefNav14 a{
	display:block;
	border-top:solid #6c2e36 1px !important;
}

li#lefNav33 a{
	border-bottom:solid #6c2e36 1px !important;
}