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

/* Make Navigation Selected */

a.navwhy{
	background:url(../images/nav_why_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navwhy:hover{
	background:url(../images/nav_why_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navwhy:active{
	background:url(../images/nav_why_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* Content Div */
div#left_content{
	width:569px;
	float:left;
	text-align:left;
	
}

/* Classes */
.cited{
	font-size:10px;
	font-weight:bold;
}
.whyheader{
	display:block;
	width:217px;
	height:31px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	background:url(../images/why_onpoint.jpg) left no-repeat;
}
.moveover{
	float:right;
	margin-left:10px;
}

/* Paragraph Styles */

div#left_content p{
	line-height:16px;
	
}
blockquote{
	background:#EBEBEB;
	font-size:16px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	padding:10px;
}