/* 
 * Filename: 	bcs_over.css
 * Creator:		Morgan C. Benton (morgan@morphatic.com)
 * Modified:	12/8/04 1:15 AM
 * Description: This is the stylesheet for the home page.  It sets up
 *				the layout, fonts, and colors for the home page.
 */

#section_title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 429px;
	height: 110px;
}
#page_text {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 420px;
	width: 429px;
	background-color: #F9F5DF;
	overflow: auto;
	font-size: 11px;
	line-height: 1.4;
}
#page_text p {
	padding-left: 23px;
	padding-right: 20px;
}
#learn_more {
	font-family: sans-serif;
	color: #be490a;
	font-weight: bold;
}
 
#page_graphic {
	position: relative;
	top: 0px;
	left: 432px;
}

#core_services {
	font-size: 12px;
	font-weight: bold;
	color: #be490a;
}

.red_letter {
	color: #333399;
}

.red_letter a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.red_letter a:link {
	text-decoration: none;
}

.red_letter a:visited {
	color: #000000; 
	text-decoration: none;
}
.red_letter a:hover {
	color: #333399; 
	text-decoration: none;
}
.red_letter a:active {
	color: #333399; 
	text-decoration: none;
}

a img {
	border: none;
}

#hope {
	position: absolute;
	top: 212px;
	left: 432px;
}

#section_nav {
	position: absolute;
	top: 312px;
	left: 432px;
	width: 167px;
	height: 218px;
}

#quote {
	position: absolute;
	top: 212px;
	left: 602px;
	width: 257px;
	height: 339px;
}


#pdf_icon {
	position: absolute;
	bottom: 12px;
	left: 444px;
	width: 132px;
	height: 23px;
}

