#toolbox{
margin:10px;
margin-top:0px;
background-color:#f7fafc;
border:1px solid #CCCCCC;
overflow:hidden;

}

#left{
width:100px;
float:left;
border:0px;
border-right:1px solid #ccc;
}

#right{
float:left;
width:360px;
}

p {font-size:12px; color:#000000; font:Arial;}

#left h2{font-size:12;color:#95a6ad;margin:5px;}

#right h2{font-size:12;color:#95a6ad;margin:5px;}

a:link { 
	color: #6699cc;
	font-family: Arial, Tahoma;
	font-weight: bold;
	font-size:14px;
	border-bottom:1px dotted #6699cc;
	text-decoration:none;
	}
a:visited { 
	color: #537da6;
	font-family: Arial, Tahoma;
	font-weight: bold;
	font-size:14px;
	border-bottom:1px dotted #537da6;
		text-decoration:none;
	}
a:hover  { 
	color: #75b0ea;
	font-family: Arial, Tahoma;
	font-weight: bold;
	font-size:14px;
	border-bottom:1px solid #75b0ea;
		text-decoration:none;
	}
a:active { 
	color: #6699cc;
	font-family: Arial, Tahoma;
	font-weight: bold;
	font-size:14px;
	border-bottom:1px dotted #6699cc;
		text-decoration:none;
	}
