/* 
 * Filename: 	contact.css
 * Creator:		Morgan C. Benton (morgan@morphatic.com)
 * Modified:	12/8/04 9:57 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: 82px;
}
#page_text {
	position: absolute;
	top: 82px;
	left: 0px;
	height: 449px;
	width: 429px;
	background-color: #F9F5DF;
	overflow: auto;
	font-size: 11px;
	line-height: 1.4;
}
#page_text p {
	padding-left: 23px;
	padding-right: 20px;
}

#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;
}
#quote {
	position: relative;
	top: 0px;
	left: 432px;
}

#page_graphic {
	position: relative;
	left: 432px;
}

* html #page_graphic {
	top: 3px;
}

#logo {
	position: absolute;
	left: 432px;
	top: 464px;
}
