/* Section Homepage stylesheet - specific styles used on section homepages */
/***************************************************************************/



/* LHS Colomn styles */
/**************************************************************************/
#maincontent_lh_col{
	float:left;
	width:420px;
	font-size:12px !important
}

/* LHS Column styles */
/**************************************************************************/
#maincontent_lh_col{width:478px;}
#pageheader p{margin:0}
#pageheader h1{margin:0 0 10px 0}
#maincontent_lh_col img{float:left; padding-right:6px;padding-bottom:6px;}


/* RHS Colomn styles */
/**************************************************************************/
#rh_col{
	float:right;
	width:210px;
}
#rh_col p{
    margin:0 0 8px 0 !important;
}

/* End RHS Colomn styles  */
/**************************************************************************/
#maincontent_lh_col{
	width:478px;
}
#maincontent_lh_col #leftcol{
	float:left;
	width:49%;
	border-right:1px dotted #666666;
}
#maincontent_lh_col #rightcol{
	float:right;
	width:49%;
	border-right:1px dotted #666666
}
#maincontent_lh_col ul
{
    
	padding:10px 20px 10px 20px;
	
}
#maincontent_lh_col ul li{
    list-style-type:none !important;
}
#maincontent_lh_col ul li a{
	border-bottom:1px dotted #666666;
	display:block;
	width:100%
}
#maincontent_lh_col ul li ul li a{
	border:none
}
#maincontent_lh_col ul ul{
	padding:2px 0px 10px 0px
}
#maincontent_lh_col ul a{
	color:#F35700;
	font-weight:bold;
}
#maincontent_lh_col ul ul a{
	color:#666666;
	font-weight:normal;
}

