/* CSS Document */
body{
	padding:0px;
	margin:0px;
	color:#666;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div, p, ul, h2, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
a{background:#fff; color:#000; text-decoration:none;}
a:hover{background:#fff; color:#666; text-decoration:underline;} 


/*----Middle Left Panel----*/
#MiddleLeftPan{width:100%; height:inherit; float:left;}
#MiddleLeftPan p{padding:14px 0 0; line-height:18px;}

#MiddleLeftPan p.largegraytext{font-size:18px;}

#MiddleLeftPan h2{
	width:210px;
	height:50px;
	display:block;
	background:url(images/icon1.jpg) 100% 0 no-repeat  #fff;
	color:#00cc33;
	border-bottom:1px dashed #BDB9B9;
	font-size:24px;
	line-height:22px;
	padding:0 20px 0 0;
}
#MiddleLeftPan h3 {
	width:210px;
	height:50px;
	display:block;
	color:#00cc33;
	border-bottom:1px dashed #BDB9B9;
	font-size:24px;
	line-height:22px;
	padding:0 20px 0 0;
}

#MiddleLeftPan h2 span{background:#fff; color:#545454; font-weight:bold; font-size:14px; text-transform:uppercase;}
#MiddleLeftPan h3 span {
	background:#fff;
	color:#545454;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}



