.center {
	clear: left;
	float: left;
	margin-top: 2px;
	width: 900px;
	min-height: 200px;
}

.center_pic {
	clear: left;
	float: left;
	height: 123px;
	width: 900px;
	background-image: url(../images/app_process_hdr.jpg);
}

.app_content {
	clear: left;
	float: left;
	height: 289px;
	width: 900px;
	margin-top: 50px;
}

.app_top {
	clear: left;
	float: left;
	width: 900px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: #999 url(../images/app_backgnd_top.jpg) no-repeat;
}

.app_line {
	clear: left;
	float: left;
	min-height: 60px;
	width: 900px;
	background: #666 url(../images/app_backgnd_filler.jpg) repeat-y;
}

.app_numb {
	clear: left;
	float: left;
	height: 100%;
	width: 150px;
	text-align:	right;
	font-family: verdana;
	font-size: 36pt;
	color: #42920b;
	padding: 15px 0 0 0;
	margin-right: 15px;
	line-height: 24pt;
}
	
.app_text {
	float: left;
	width: 725px;
	height: 100%;
	padding: 0;
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
}

.app_h2 {
	font-family: verdana;
	font-size: 22pt;
	color: #42920b;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 24pt;
}

.app_btm {
	clear: left;
	float: left;
	width: 900px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #666 url(../images/app_backgnd_btm.jpg) no-repeat;
}


.bottom_nav {
	display: block;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 50px;
	margin-top: 25px;
	font-family: verdana;
	font-size: 7pt;
	color: #8195dd;
}

.bottom_nav a {
	font-family: verdana;
	font-size: 7pt;
	color: #8195dd;
	text-decoration: none;
}

.facebook {
	margin-right: 8px; 
	width: 32px; 
	height: 32px; 
	clear: right; 
	float: right; 
	background-image: url(../images/facebook.png);
}

.linkedin {
	width: 32px; 
	height: 32px; 
	float: right; 
	background-image: url(../images/linkedin.png);
}