/* -----  National Association of Church Business Administration - Houston, TX. -----------*/
body {
	margin: 0px;
	padding: 0px;
	background-image:  url(../../images/bgnd.gif);
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6C6A64;
}
p {
	margin: 10px 0px 0px 0px;
}
#main {
	width: 775px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #282320;
	border-left-color: #282320;
	background-color: #CBC9C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282320;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 164px;
	background-image:  url(../../images/nacba_skyline.jpg);
	background-repeat: no-repeat;
}
/* ---------------------- NAV BOX----------------------- */
#nav {
	padding-top: 0px;
	text-align: center;
	background-image:  url(../../images/nav_bgnd.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
/* -------------------- SEARCH BOX ---------------------- */
#srchbar {
	padding-right: 10px;
	text-align: right;
	background-color: #5795BD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
#srchtext {
	font-size: 10px;
	width: 120px;
	color: #495567;
	text-align: center;
	background-color: #EEF1F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #586477;
	border-right-color: #96A9C4;
	border-bottom-color: #96A9C4;
	border-left-color: #586477;
}
/* ------------------- FOOTER BOX --------------------- */
#footer {
	background-color: #1B5D99;
	background-image:  url(../../images/footer_bgnd.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer p{
	font-size: 12px;
	color: #E7EBF1;
	margin: 0px;
 padding-top: 5px;
}
#footer p a, #footer p a:active, #footer p a:visited{
	text-decoration: none;
	color: #E7EBF1;
	padding-right: 5px;
	padding-left: 5px;
}
#footer p a:hover{
	text-decoration: underline;
	color: #D7BCAB;
}
/* -------------------- FORM STUFF ---------------------- */
