


a {
	color: #DA521E;
}
a:hover {
	color: #DA521E;
}


.ITheadline {

	font-family: Arial;
	font-weight:bold;
	font-size: 35px;
	color: #252525;
	margin: 0 0 0 20px;
	text-indent: 5px;
}

/*-------- LEFT NAV ---------*/
.leftNav {
	background-color: #EBEBEB;
	width: 190px;
}
.leftNavLines {
	display: block;
	background: url('/itlib/images/trucks/leftNavLines.gif') no-repeat;
	background-position: bottom;
}
.leftNavLines a{
	display: block;
	padding: 10px 0px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3B;
}
.leftNavLines a:hover{
	/*background: url('/itlib/images/trucks/rightArrow.gif') no-repeat 15px 12px;*/
	color: #DA521E;
}
.leftNavLines a.on{
	background: #EBEBEB url('/itlib/images/trucks/rightArrow.gif') no-repeat 10px 14px;
	border-bottom: 1px solid #DADADA;
	color: #DA521E;
}
.leftNavSub {
	display: block;
	border-bottom: 1px solid #FFFDFD;
	padding-left: 15px;
	background-color: #F2F2F2;
	padding: 7px 0 7px 15px;
}
.leftNavSub a{
	display: block;
	padding: 5px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3B3B3B;
}
.leftNavSub a:hover{
	text-decoration: underline;
	color: #3B3B3B;
}
.leftNavSub a.on{
	font-weight: bold;
}
	
/*-------- TOP BODY ---------*/

.bodyTop {
	background-color: #F2F0E7;
	height:70px;
}
.bodyTopRightLink a{
	font-size: 11px;
	color: #DA521E;
}
.bodyTopRightLink a:hover{
	text-decoration: underline;
}
.bodyTopRightLink ul {
	padding-top: 34px;
	padding-left: 26px;
}



/*-------- FOOTER ---------*/
.footerLeft {
	background-color: #E0DDD1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #777A7D;
	padding-left: 20px;
	height: 30px;
}
.footerLeft a{
	text-decoration:underline;
	color: #777A7D;
	height: 30px;
}
.footerLeft a:hover{
	color: #DA521E;
}
.footerRight {
	background-color: #F2F0E7;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color:#777A7D;
	height: 30px;
	padding-right: 20px;
}
.blackHeaderbold 
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial;
}
.eventBox 
{
	float: left;
	background-color: #EEE;
	border: solid 1px #000;
	color: #000;
	font-size: 17px;
	padding: 6px;
}

#mainContent a 
{
	font-weight: bold;
}

#mainContent 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
}

#mainContent div.list 
{
	font-size: 12px; 
	padding: 12px 0px 12px 20px;
}

.boldHeader
{
	font-size: 15px;
	font-weight: bold;
	color: #3B3B3B;
}
