/* You must have these css classes ***************************/

.focusBox {
	margin-top:10px;

}

.focusBox h3{
	padding:7px;
	border:1px solid #000;
	color:#FFFFFF;
	/*background-color:#81251D;*/
	background-color:#4E1712;
	background-image:url(../images/focus_header.jpg);
	background-repeat:repeat-x;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:12px;
	height:14px;
	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;
    color:white;
    background-color:black;
}





.focusContent p{
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

/* add additional classes here *******************************/
