body { 
	background: #efeed9 url(/images/bg_body.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
}

body, table, td, select, textarea, input  { 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

h1 {
	color: #CC9933;
	font-size: 130%;
	font-style: normal;
	margin: 0 0 2px 0;
	padding: 5px;
	font-weight: bold;
}

h2 {
	color: #696969;
	font-size: 110%;
	font-style: normal;
	margin: 0 0 2px 0;
	padding: 5px;
	font-weight: bold;
}

a {
	color: #990000;
	text-decoration:none;
}

a:hover {
	color: #333;
	text-decoration:underline;
}

a:visited { 
	color:#710 
}

img {
	border: none;

}

.header {
	background: #efeed9;
	height: 85px;
	padding: 5px;
}

.logo {
	color: #CC9933;
	text-align: center;
}

#tab {
      float:left;
      width:100%;
      background:#efeed9;
      font-size:93%;
      line-height:normal;
}

#tab ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
}

#tab li {
      float:left;
      background:url("/images/norm_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
}

#tab a {
      float:left;
      display:block;
      background:url("/images/norm_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab a {
	float:none;
}
/* End IE5-Mac hack */

#tab a:hover {
	color:#333;
}

#tab #current {
      background-image:url("/images/norm_left_on.gif");
      border-width:0;
}

#tab #current a {
      background-image:url("/images/norm_right_on.gif");
      color:#333;
      padding-bottom:5px;
}
    
.left-menu {
	border-right: dotted #D3D3D3 1px;
	padding: 5px;
	width: 140px;
}

.left-menu a {
      text-decoration:none;
      font-weight:bold;
      color:#765;
}

.left-menu a:hover {
	color:#333;
}

.b-b-solid {
	border-bottom: solid #e5ecf9 1px;	
}

.content {
	padding: 20px 5px 5px 5px;
	vertical-align: top;
}

.content table {
	padding: 5px 0px 5px 0px;
}

.calendar {
	background: #ddd;
}

.calendar td {
	background: #ffffff;
	padding: 2px;
	vertical-align: top;
}

.calendar-year {
	font-size: 125%;
	font-weight: bold;
}

.calendar-title {
	color: #993300;
	font-weight: bold;
	text-align: center;
}

.pastor {
	color: #993300;
	font-weight: bold;
}

.footer {
	font-size: 9px;
	text-align: center;
}

