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

#columnA {
	float: left;
	width: 450px;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 12px;
	}
#columnA h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #800080;
	font-size: 200%;
	background-image: url(../images/boxTop.jpg);
	background-repeat: no-repeat;
}
	
#columnA p {
	padding: 0 0 0px 50px;
	line-height: 20px;
	}
	
#columnB {
	float: right;
	width: 400px;
	padding-top: 50px;
	background-image: url(../images/homeB_bg.jpg);
	height: 320px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	padding-right: 70px;
	}
#FHC {
	float: right;
	width: 400px;
	padding-right: 70px;
	text-align: center;
}


	
#columnB p {
	padding: 0 180px 0 15px;
	line-height: 20px;
	text-align: right;
	}
	
#box {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F5DEE6;
	border-bottom-color: #F5DEE6;
	margin-top: -15px;
}	

#box p {
	font-size: 105%;
	color: #800080;
	margin-right: 25px;
}

#box a {
	color: #800080;
	font-weight: bold;
	font-size: 105%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #800080;
}
#box a:hover {
	color: #482E6F;
}

.bb {
	font-size: 115%;
	font-weight: bold;
}
.bbi {
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
}
