@charset "UTF-8";
/* CSS Document */


.sub_container {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
		
}

.img_content {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	float: right;
	text-align: center;
	padding-left: 10px;
	font-size: x-small;
	width: auto;
	height:auto;
}

.img_content #para_text{
	font-family: Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	font-size:50%;
	text-align: center;

	}


.text_content {
	font-family: Lucida Grande, Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	
}

.text_content h3{
	font-size: 16px;
	color:#CC9900;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
.text_content  p :first-line {
	text-indent: 1.5em;	
	
}

.clearall { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}





.outerframe {
	font-family: Lucida Grande, Verdana,Arial, Helvetica, sans-serif;
}
