/* CSS Document */

body {
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
	background-color: #D0CFCF
}
tr.menucontainer {
	background-image: url('/images/menu_bg.gif');
	background-repeat: repeat-x;
	height: 28px;
	width: 950px;
}
tr.menu {
	height: 28px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}
td.menucell {
	padding-left: 10px;
	padding-right: 10px;
}
td.menucell:hover {
	background-image: url('/images/menu_bg_roll.gif');
}
td.menucellhover {
	background-image: url('/images/menu_bg_roll.gif');
	padding-left: 10px;
	padding-right: 10px;
}
tr.menu td a {
	color: white;
	text-decoration: none;
}
tr.menu td a:hover {
	color: white;
	text-decoration: none;
}
td.leftedge {
	background-image: url('/images/index_07.gif');
	background-position: bottom left;	
	background-color: white;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 28px;

}
td.rightedge {
	background-image: url('/images/index_09.gif');
	background-position: bottom right;
	background-color: white;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 28px;
	
}

div.subtitle {
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14px;
	color: #08A84F;
}

.subtitle2 {
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14px;
}

td.tdMain {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: 894px;
}
/************************
This interfers with the Marketing Ministries Redesign and is being commented out
*************************
div, td {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #014860;
}

*/
td.tdHomeSubText {
	padding-left: 15px;
	padding-right: 15px;
}
input {
	border: 1px solid #7F9DB9;
}
input.btnSubmit {
	border: 1px solid #7F9DB9;
	margin: 10px;
	padding: 3px;
	background-color: white;
}
.wide950 {
	width: 950px;
}

img 
{
	border: 0px;
}

.footer_frame
{
	background-image: url('/images/index_10.gif');
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	width: 950px;
	height: 74px;
}

.footer
{
	color: #FFFFFF;
}

.footer a 
{
	color: #FFFFFF;
}