div.desctext {
	 position: relative; 
	 top: 0px; 
	 left: 50px; 
	 width: 580px;
	 margin: 25px 0
}
div.frame {
	border: 1px solid #003B7E;
	padding: 1px;
	float: left;
	margin: 10px 0px 0px 50px;
	width: 700px;
	height: auto
}
div.frame .blocklink {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer
}
div.frame:hover {
	background-color: #FFC;
	text-decoration: none
}
div.frame A:link, div.frame A:visited, div.frame A:active, div.frame A:hover {
	color: #000;
	text-decoration: none
}
div.catbox {
		width: 700px;
		height: auto;
		padding-top: 2px;
		background: url(/gfx/grnline.gif) repeat-x  ;
		color: #000;
		line-height: 1.4em
}
div.catbox img {
	float: left;
	padding: 0px;
	margin: 2px;
	border-color: #666;
	border-style: solid;
	border-width: 0px 1px 2px 0px
}
div.catbox h3 {
	 float: left;
	 width: 600px;
	 height: 35px;
	 font-weight: bold;
	 font-size: 20px;
	 line-height: 26px;
	 padding: 3px 3px 3px 10px
}
div.catbox .catboxtxt {
	 float: left;
	 width: 600px;
	 padding: 3px 3px 3px 10px
}