/* ************************************----------- MAIN COLUMN HOME -----------************************************ */
table#HomeContentTable {
	width: 48.4375em;
	min-width: 775px;
	
}
td#HomeLeftTitle {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #c4c4c4;
}
td#HomeRightTitle {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #c4c4c4;
}
td#HomeRightTitle, td#HomeLeftTitle {
	background: url(images/bg_grey_gradient.jpg) 0 0 repeat-x;
	
}
td#HomeRightTitle a, td#HomeLeftTitle a{
	color: #666666;
	font-weight:bold;
	font-size: 16px;
	text-decoration: none;
	background: url(images/7x7-orange-dot.gif) 0 50% no-repeat;
	padding-left: 10px;
}
td#HomeRightTitle a:hover, td#HomeLeftTitle a:hover {
	color: #f6af6d;
	text-decoration: underline;
}
td.HomeBulletsCell {
	font-size: 14px;
	padding: 7px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;

}
td#HomeBulletsCellRIGHT {
	
	padding-right: 7px;
}
td.HomeBulletsCell ul {
	list-style: none;
	margin: 0 10px;
}
html>body td.HomeBulletsCell ul {
	margin: 0 0 0 -30px ;
}/* ********------- There is another hack for IE7 in style_ie7.css -----********* */

td.HomeBulletsCell li {
	padding-bottom: 8px;
	font-size: 12px;
}

td.HomeBulletsCell a {
	text-decoration: none;
	color:#f17c0e;

}
td.HomeBulletsCell a:hover {
	text-decoration: underline;
	}
a.BottomMargin {
	line-height: 21px;
}

img.HomeBanner {
	border: none;
}
h5 {
	color: #f17c0e !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
	letter-spacing: 0.06em;
	text-align: left;

}
div#CorporateContent h5 {
	padding-left: 10px;
}
h6 {
	color: #007fc4 !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-weight: bold !important;
	text-align: left !important;
	letter-spacing: 0.035em;
	margin: 0;
}
table#HomeContentTable p {
	color: #333333;
	font-size: 12px;
}
div.HomeHorzOrangeDash {
	width: 98%;
	height: 3px;
	margin: 10px 0;
	background: url(/images/8x1-horizontal-orange-dash.gif) repeat-x center left;
}
div#CorporateContent {
	width: 48.4375em;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #c4c4c4;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url(images/bg_grey_gradient.jpg) 0 0 repeat-x;
	padding-top: 10px;
}
div#CorporateContent p {
	font-size: 0.75em;
	text-align: left;
	margin: 10px;
}
span.BigOrangeText {
	color: #007fc4 !important;
	letter-spacing: 0.06em;
	font-weight:bold;
	font-size:13px;
}