
body {
	color:#4b4b4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	border: solid black 1;
	background-image: url(../images/bgfade.jpg);
}
.custombg {
  background:url(/images/bgfade.jpg);
  background-repeat:repeat-x;
}

.border_top {
  background:url(../images/border.png);
  background-repeat:no-repeat;
  background-position:top center;
}
.border_bottom {
  background:url(../images/border.png);
  background-repeat:no-repeat;
  background-position:bottom center;
}
.border_left {
  background:url(/images/border_vertical.png);
  background-repeat:no-repeat;
  background-position:left top;
}

a:link {
	color: #4b4b4b;
	text-decoration: none;
}
.maint a:link{
  color:#00F;
}
a:visited {
	text-decoration: none;
	color: #4b4b4b;
}
.maint a:visited{
  color:#00F;
}
a:hover {
	text-decoration: underline;
}
.maint a:hover{
  color:#00F;
}
a:active {
text-decoration: none;
color: #009;
z-index: 1;
}

a.media_selected:link {
	color: #4b4b4b;
	text-decoration: none;
  font-weight:bold;
}
a.menu { width: 100px; overflow: hidden; }
a.media_selected:visited {
	text-decoration: none;
	color: #4b4b4b;
  font-weight:bold;
}
a.media_selected:hover {
	text-decoration: underline;
}
a.media_selected:active {
	text-decoration: none;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.white:hover {
	text-decoration: none;
	font-size: 12px;
}
a.white:active {
	text-decoration: none;
	font-size: 12px;
}

a.white_selected:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
a.white_selected:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
a.white_selected:hover {
	text-decoration: none;
	font-size: 12px;
}
a.white_selected:active {
	text-decoration: none;
	font-size: 12px;
}
a.menu_purple:link {
	color:#000000;
	/*color: #2F3191;*/
	text-decoration: none;
}
a.menu_purple:visited {
	color:#000000;
	/*color: #2F3191;*/
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}

a.menu_purple:hover {
	text-decoration: none;
  font-weight:bold;
  color:#000000;
}
a.menu_purple:active {
	text-decoration: none;
}
a.menu:link {
	/*color: #4b4b4b;*/
	text-decoration: none;
	font-size: 12px;
}
a.menu:visited {
	/*color: #4b4b4b;*/
	text-decoration: none;
	font-size: 12px;
}
a.menu:hover {
/*	text-decoration: none; */
  text-decoration: none;
  font-weight:bold;
  color:#000000;
}
a.menu:active {
	text-decoration: none;
}
a.menu_white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_white:hover {
	text-decoration: none;
  color:#2F3191;
}
a.menu_white:active {
	text-decoration: none;
	font-size: 12px;
}
a.menu_selected:link {
	color:#00000;
  /*color:#2F3191;*/
  /*color:#973999;*/ 
	text-decoration: none;
  font-weight:bold;
	font-size: 12px;
}
a.menu_selected:visited {
	color:#00000;
  /*color:#2F3191;*/
	text-decoration: none;
  font-weight:bold;
	font-size: 12px;
}
a.menu_selected:hover {
	text-decoration: none;
  font-weight:bold;
}
a.menu_selected:active {
	text-decoration: none;
	font-size: 12px;
}

.borderright {
	border-right: 1px solid #4b4b4b;
}
.borderleft {
	border-left: 1px solid #4b4b4b;
}
.borderbottom {
	border-bottom: 1px solid #4b4b4b;
}
.bordertop {
	border-top: 1px solid #4b4b4b;
}
.border {
	border: 1px solid #4b4b4b;
}
.bgwhite {
background-color:#FFF;
}
.submenu_left {
/*background:url(/images/green_left.png);
background-repeat:no-repeat;
background-position:top right;
*/
width:10px;
}
.submenu_right {
/*background:url(/images/green_right.png);
background-repeat:no-repeat;
background-position:top left;
*/
width:10px;
}
.submenu_bar {
/*background:url(/images/purple.png);*/
background:#000000;
height:22px;
background-repeat:repeat-x;
color:#FFFFF;
}

.big {
	font-size:30px;
	font-weight:bold;
}
.small {
	font-size:x-small;
	font-weight:lighter;
}
.script {
	font-family:"Blackadder ITC",Arial, Helvetica;
}
.medium {
    font-size:medium;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.medium_a {
	font-size:medium;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}
.italic {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.scripture {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#03C;
	margin: 0px 40px 0px 40px;
}
.scripture_ni {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#03C;
}
.reference {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#000;
	white-space:nowrap;
}
.verse {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	vertical-align:top;
	color:#03C;
	margin-left:25px;
	margin-right:25px;
}

p {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}

.indent {
	text-indent: 70px;
}
.f1 {
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;	
	font-size:20px;
}
.f2 {
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
}
.blue { color:#06F; }

.dblue{ color:#03C; }

.ddblue{ color:#006; }

.red {color:#F00;}

.brown { color:#CC6600; }
/* old 
.purple { color:#A735AA; }
*/
.purple { color:#2F3191; }

.maint td{
	padding:5px;
}

.center {text-align:center;}

.margin {margin: 0px 24px 0px 24px;}

a.nodec {text-decoration:none;}

.space {line-height:175%;}

.bold {font-weight:bold;}

td {font-family:"Times New Roman", Times, serif}

.mbutton { width: 15em; }

#banner-menu {
	height:280px;
	text-decoration:none;
	margin:0px;
	padding:0px;
	border:0px;
	/*background-color:#0C6;*/
}
.banner_data {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 24px;
	background-color:#FFF;
	
}
.banner_data a:hover {
	cursor:pointer;
	display:block;
	background-color:#999;
	text-decoration:none;
	color:#FFF;
	
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
}
#content ul li {
	font-family: Verdana, Geneva, sans-serif;
}
