
/* *******************************----------- COLUMN TEMPLATE -----------********************************* */

tr.HorizontalDash{height: 13px; padding:0; background: url(/images/8x1-horizontal-orange-dash.gif) repeat-x center left;}
	
/*  Shows 2nd level Navigation in Content Area */
table#Level2NavLayout {
	width: 100%;
	font-size: 12px;
}
html>body table#Level2NavLayout {
	width: 90%;
}
table#Level2NavLayout p{
	font-size: 12px;
	margin: 0 5px;
}
table#Level2NavLayout ul a {
	text-decoration: none;
	color:#007fc4;
}
table#Level2NavLayout ul a:hover {
	text-decoration: underline;
	color:#007fc4;
}
/*td.TopMiddleCell {
	padding: 0 4px 0 5px;
	width: 12.5em;
	min-width: 200px;
}
td.TopLeftCell {
	background: url(/images/vertical_orange_dash.gif) right top repeat-y;
	padding: 0 5px 0 0;
	width: 12.5em;
	min-width: 200px;
}
td.TopRightCell {
	background: url(/images/vertical_orange_dash.gif) left top repeat-y;
	padding: 0 0 0 5px;
	width: 12.5em;
	min-width: 200px;
}*/
td.MidMiddleCell {
	padding: 0px 4px 0 5px;
	width: 34%;
}
td.MidLeftCell {
	background: url(/images/vertical_orange_dash.gif) right top repeat-y;
	padding: 0 5px 0 0;
	width: 33%;
}
td.MidRightCell {
	background: url(/images/vertical_orange_dash.gif) left top repeat-y;
	padding: 0px 0 0 5px;
	width: 33%;
}
html>body td.MidRightCell, td.MidLeftCell, td.MidMiddleCell {
	width: 30%;
}
div.SectionTitle{
	padding: 5px 0px 0px 5px;
}
div.SectionTitle {
	width: auto;
}
html>body div.SectionTitle {
	width: 12.5em;
	min-width: 200px;
}
div.SectionTitle, div.SectionTitle a:link, div.SectionTitle a:visited, div.SectionTitle a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #007fc4;
	background-color: #CCE5F3;

	text-decoration: none;
	min-height: 50px;
	height: 50px;
}

table#Level2NavLayout div.SectionTitle a:hover {
	text-decoration: none;
}
div.SectionTitle {margin: 0px 0px 10px 0px;}
.ListNoPad,.ListNoPad ul{
	margin-top:0px; 
	margin-bottom:0px; 
	padding-top:0px; 
	padding-bottom:0px;
}
.ListNoTopPad,.ListNoTopPad ul{
	margin-top:0px; 
	padding-top:0px;
}

