A{
	text-decoration : underline;	
}

A:hover{
	color : #f68121;
	text-decoration : underline;
}

H1{
	color : #f68121;
}
H2{
	color : #f68121;
}
H3{
	color : #f68121;
}

#breadcrumbs{
	background-color : #f68121;
}

#contentBlock{
	background-image : url(/assets/gfx/3column-divide.gif);
	background-repeat : repeat-y;
	margin : 1em 0 2em 0;
	width : 100%;
}

#menuBlock{
	float : left;
	width : 27%;
	margin : 0 0 0 0;
	line-height : 1.8;
	padding : 1em 0 0 0;
}

#textBlock{
	float : right;
	width : 68.5%;
	margin : 0 1% 0 0;
	line-height : 1.3;
}

#contentTwo I, #contentTwo EM{
	color : #f68121;
	font-style : normal;
	
}

.RadMenu.RadMenu_Default A:hover{
	border-bottom : 15px solid #f68121;	
	text-decoration : none;
}

#menuBlock UL LI UL LI A{
	text-decoration : none;
}

#menuBlock UL LI UL LI A:hover{
	color : #f68121;
	text-decoration : none;
}

#menuBlock UL LI UL LI UL LI A{
	color : #f68121;
	text-decoration : none;
}

#menuBlock UL LI UL LI UL LI A:hover{
	text-decoration : underline;
}


UL LI{
	background-image : url(/assets/gfx/bullet-orange.gif);
}

