/*[13ms]*/@media all 
{
	#LeftTop, #LeftMiddle { display: none; }
	#RightContent div.Header { margin: 0px auto; width: 450px; }
	#RightContent div.Header h1 { background: url(/Images/Backgrounds/HeaderOrange.png); background-repeat: no-repeat; color: #fff; font-size: 14px; font-weight: bold; margin: 10px auto 0px auto; width: 260px; }
	#RightContent div.Header p { color: #d44; font-size: 15px; font-weight: bold; text-align: justify; }
	#RightContent div.Header a { font-size: 13px; }
	#RightContent div.Section { float: left; height: 280px; margin: 0px 24px; width: 260px; }
	#RightContent div.Section h2 { background: url(/Images/Backgrounds/HeaderOrange.png); background-repeat: no-repeat; color: #fff; font-size: 12px; font-weight: bold; margin: 10px 0px 0px 0px; padding: 0px; width: 260px; }
	#RightContent div.Section a img { border: 2px solid #699; }
	#RightContent div.Section p { color: #333; font-size: 11px; text-align: justify; }
	#RightContent div.Section a { font-size: 11px; }
}
@media screen
{
	#RightContent div.Section a:hover img { border: 2px solid #44d; }
}