/* 
 * Filename: 	welcome.css
 * Creator:		Morgan C. Benton (morgan@morphatic.com)
 * Modified:	12/7/04 11:40 PM
 * 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: 90px;
	background-color: #F2E8B8;
}
#page_text {
	position: absolute;
	top: 90px;
	left: 0px;
	height: 441px;
	width: 429px;
	background-color: #F2E8B8;
	overflow: auto;
	font-size: 11px;
	line-height: 1.4;
}
#page_text p {
	padding-left: 23px;
	padding-right: 20px;
}
#core_services {
	font-family: sans-serif;
	color: #3a81ac;
	font-weight: bold;
}
 
#page_graphic {
	position: relative;
	top: 0px;
	left: 432px;
}

#core_services {
	font-size: 11px;
	line-height: 1.4;
	font-weight: bold;
	color: #333399;
}

#page_text a {
	font-weight: bold;
}

#page_text a:link {
	color: #000000; 
	text-decoration: none;
}
#page_text a:visited {
	color: #000000; 
	text-decoration: none;
}
#page_text a:hover {
	color: #333399; 
	text-decoration: none;
}
#page_text a:active {
	color: #333399; 
	text-decoration: none;
}

a img {
	border: none;
}