/* CSS Document */

#content_1 {
	position: relative;
	top: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-position: right bottom;
	background-repeat:no-repeat;
	}
	
#main_text {
	position: relative;
	width: 780px;
	left: 0px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#004080;
	text-decoration: underline;
	font-weight: 200;
	margin-bottom: 0;
}

.right_image {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;

}


hr {
	border:none;
	background-color:#999999;
	color:#999999;
	height: 1px;
	width:100%;
	line-height: 0;
}


