/*++++++++++++++++++++++++++ HEADER LEFT +++++++++++++++++++++++++++++++++*/
#header {
	background: url(../images/backgroundTM.jpg) top left repeat-x;
}
#headerTL {
	background: url(../images/backgroundTL.jpg) top left no-repeat;
}
#headerTL h1, #headerTL h2 {  
	color: #fff;   
	font-weight: normal; 
	padding-left: 20px; 
}
#headerTL h1 { 
	top: 23px;
	font-size: 1.9em;
}
#headerTL h2 { 
	top: 52px;
	font-size: 1.3em;
}
#headerTL h3 { 
	font-size: .9em; 
	font-weight: bold; 
	color: #fff; 
	padding-left: 20px;
	top: 80px;
}
#headerTL h3 #ParentElementTitle {
}
#headerTL h3 #ElementTitle {
	color: #00B;
}
.menuHeader {
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	display: block;
	width: 180px;
	margin: 0;
	padding: 4px 0 0 5px;
	height: 22px;
	background: url(../../skin4/images/headerTab.gif) top left no-repeat;
}
.menuHeader h4 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5px;
	font-size: 1em;
}

/*++++++++++++++++++++++++++ HEADER RIGHT +++++++++++++++++++++++++++++++++*/
#headerTR {
	background: url(../images/backgroundTR.jpg) top right no-repeat;
}
#headerTR ul {	
	margin-top: 0;
	margin-right: 0;
}

#headerTR ul li {
	padding: 2px 10px;
	background: url(../images/backgroundNavM.gif) top left repeat-x;
	font-size: 1em;
	height: 22px;
}
#headerTR ul li a:link, #headerTR ul li a:visited, #headerTR ul li a:hover, #headerTR ul li a:active {
	color: #1f436b;
	text-decoration: none;
	font-weight: bold;
}
#headerTR ul li a:hover {
	text-decoration: underline;
}
#headerTR ul li.first { 
	background: url(../images/backgroundNavL.gif) top left no-repeat;
	padding-left: 35px;
}

/*++++++++++++++++++++++++++ MAIN CONTENT +++++++++++++++++++++++++++++++++*/
#contentScroller h4 {
	margin: 0;
	padding: 0;
	color: #061868;
	font-weight: bold;
	font-size: 1.5em;
}
#contentScroller p {
	font-size: 1.2em;
}
#contentBody {
	padding-left: 20px;
}