/*++++++++++++++++++++++++++ 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;   
	padding-left: 20px; 
	font-weight: normal; 
}
#headerTL h1 { 
	top: 25px;
	font-size: 1.8em;
}
#headerTL h2 { 
	top: 55px;
	font-size: 1.3em;
}
#headerTL h3 { 
	padding-left: 20px;
	font-size: 1em; 
	font-weight: bold; 
	color: #b40602; 
}
#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(../images/headerTab.gif) top right no-repeat;
}
.menuHeader h4 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5px;
	font-size: 1em;
}

/*++++++++++++++++++++++++++ HEADER RIGHT +++++++++++++++++++++++++++++++++*/
#headerTR {
	background: url(../images/backgroundTR.gif) top right no-repeat;
}
#headerTR ul li {
	padding: 2px 10px;
	background: url(../images/backgroundNavM.jpg) top left repeat-x;
	font-size: 1em;
	height: 21px;
}
#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: 20px;
}