/* General Formatting */
h3	{	
	font-family:verdana, sans-serif; 
	font-size: 18px; 
	color:#000000; 
	background: no-background; 
	background-repeat: no-repeat; 
	font-weight:bold; 
	height: 36px; 
	padding: 6px 0 0 0px; 
	margin:15px 0 0 140px;
	border-bottom:1px solid black;
}

.leftDesc {	 
	float:left; 
	border-bottom:1px solid #B2B2B2; 
	margin-left:50px;
	padding:0 5px 5px 40px;
}

.rightImage {	 
}

.rightDesc {	
	vertical-align:middle; 
	border-bottom:1px solid #B2B2B2;
	margin-left:105px;
	padding-bottom:5px;
}

.leftImage {	
	float:left;
	margin-left:35px;
}

.subCatTitle {
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color:#3366CC; 
	font-weight:bold;
}

.subCatDesc {
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color:#000000;
}

a.back {
	border:1px solid #666666;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	background-color:#CCCCCC;
	display:block;
	width:135px;
	margin:20px 0 20px 20px;
	padding:4px;
	text-decoration:none;
	background-image:url(../images/arrow_lt.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	padding-left:10px;
}
