html body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.page_container {
	background-color: #ffffff;
	width: 900px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	clear: left;
	float: left;
	width: 380px;
	height: 60px;
	background: #ffffff url(../images/logo.jpg) no-repeat 0 0;
}

.top_links {
	clear: right;
	float: right;
	text-align: right;
	width: 300px;
	height: 60px;
	padding-top: 22px;
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
}

.top_links a {
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
	text-transform: uppercase;
	text-decoration: none;
}


.link_text {
	display: block;
	margin: 0 auto;
	color: #8a96a3;	
	font-family: arial;
	font-size: 12pt;
	padding-top: 7px;
}

.navtop {
	clear: left;
	float: left;
	width: 900px;
}

.navbar {
	float: left;
	height: 36px;
	width: 900px;
	margin: 10px 0 10px 0;
	text-align: center;
}

.nav_btn1 {
	float: left;
	width: 175px;
	height: 36px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
}

.nav_btn1:hover {
	background-position: 0 0;
}

.nav_btn1.active {
	background-position: 0 0;
}

.nav_btn2 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
	
}

.nav_btn2:hover {
	background-position: 0 0;
	color: #8a96a3;
	text-decoration: none;
}
		
.nav_btn2.active {
	background-position: 0 0;
	color: #8a96a3;
	text-decoration: none;
}

.nav_btn3 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
}

.nav_btn3 a {
	font-family: verdana;
	font-size: 12pt;
	color: #8a96a3;
	text-decoration: none;
}

.nav_btn3:hover {
	background-position: 0 0;
}
		
.nav_btn3.active {
	background-position: 0 0;
}

.nav_btn4 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;

}

.nav_btn4:hover {
	background-position: 0 0;
}
		
.nav_btn4.active {
	background-position: 0 0;
}

.nav_btn5 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;

}

.nav_btn5:hover {
	background-position: 0 0;
}
		
.nav_btn5.active {
	background-position: 0 0;
}

.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/applynow_hdr.jpg);
}

.application_holder {
	clear: left;
	float: left;
	width: 900px;
	height: 304px;
	/*background-image: url(../images/appl_holder.jpg);*/
	margin-top: 40px;
}

.body_text {
	float: left;
	width: 600px;
	height: 300px;
	padding: 25px 0 0 0;
	float: left;
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
}

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

.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);
}