
/*++++++++++++++++++++++++++ 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: 30px; 
}
#headerTL h1 { 
	top: 44px;
	font-size: 1.6em;
}
#headerTL h2 { 
	top: 67px;
	font-size: 1.1em;
}
#headerTL h3 { 
	font-size: 1em; 
	font-weight: bold; 
	color: #b40602; 
	padding-left: 30px;
}
#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 0;
	height: 22px;
	background: url(../../skin2/images/headerTab.jpg) top right 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: 11px;
}

#headerTR ul li {
	padding: 4px 10px;
	background: url(../images/backgroundNavM.jpg) top left repeat-x;
	font-size: 1em;
	height: 29px;
}
#headerTR ul li a:link, #headerTR ul li a:visited, #headerTR ul li a:hover, #headerTR ul li a:active {
	color: #fff;
	text-decoration: none;
}
#headerTR ul li a:hover {
	text-decoration: underline;
}
#headerTR ul li.first { 
	background: url(../images/backgroundNavL.jpg) top left no-repeat;
	padding-left: 23px;
}

/*++++++++++++++++++++++++++ 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: 30px;
	padding-right: 30px;
}