/* You must have these css classes ***************************/

.focusBox{
	margin-top:10px;

}

.focusBox h3{
	padding:7px;
	border:1px solid #000;
	color:#FFFFFF;
	background-color:#666666;
	background-image:url(../images/focus_header.jpg);
	background-repeat:repeat-x;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:14px;
	height:23px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

.focusContent{
	margin-top:2px;
	border:1px solid #999999;
	font-size:10px;
	padding:5px;
    height: 200px;
	overflow: auto;
}

.focusContent p{
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

/* add additional classes here *******************************/
