@charset "utf-8";
.content-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.content-divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.red-hilight {color: #993300}
.quote-alt {
	background-color: #EAEFF4;
	border: none;
}


.content-border-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 5px;
}

li {
	list-style-type: disc;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
}

.intext-quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #0F2E4B;
	text-decoration: none;
	padding-right: 70px;
	padding-left: 70px;
	text-align: justify;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
}.textbox
 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
	padding: 10px;
	height: 200px;
	width: 400px;
}
.picture-right {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

