/* Global */

html { 
	height: 100%; 
}

body {
	color: #363636;
	font-family: tahoma, arial, sans-serif;
	font-size: 66.667%;
	padding: 0;
	margin: 0;
	height: 100%;
}

div.centerize {
	width: 720px;
	top: 0;
	position: relative;
	left: 50%;  
	margin: 0 0 0 -360px;
}

div.topbar {
	height: 48px;
	border-top: 1px white solid;
	margin-bottom: 50px;
}

td {
	vertical-align: top;
	padding-right: 14px;
}

span.bull {
	padding-left: 30px;
	font-size: 7pt;
}

div.spacer {
	padding-bottom: 30px;
}


/* Menu */

ul {
	color: #fff;
	line-height: 22px;
	margin-left: 3px;
	font-weight: bold;
	list-style: none;
	padding-left: 0;
	padding-top: 0;
}

ul a {
	text-decoration: none;
	color: #fff;
}

ul a:hover {
	color: #000;
}

li {
	border-top: 3px white solid;
	width: 153px;
	padding-left: 10px;
}

li.bar01 {
	background-image: url("_images/img_arrow01.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

li.bar02 {
	background-image: url("_images/img_arrow02.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

li.email a {
	padding-left: 4px;
	color: #646464;
	font-weight: normal;
}

li.rss a {
	padding-left: 45px;
	color: #FFFFFF;
	font-weight: normal;
}

li.email a:hover {
	text-decoration: underline;
} 

/* Main (Calender border on right) */

td.main {
	font-size: 7.9pt;
	width: 340px;
	line-height: 14px;
	border-right: 1px #84C7EE dashed;
}

td.main a.links {
	color: #328400;
}

td.main a.aboutus {
	color: #00AEEF;
}

td.main a.events {
	color: #CCB764;
}

td.main b {
	color: #0067A2;
}


/* Main pages */

td.main01 b {
	color: #0067A2;
}

td.main01 a {
	font-weight: bold;
	text-decoration: none;
	color: #00AB99;
}

td.main01 a:hover {
	text-decoration: underline;
}

ul.main01 {
	color: #363636;
	line-height: 14px;
	margin-left: 13px;
	font-weight: normal;
	list-style: disc;
	padding-left: 0;
	padding-top: 0;
}

li.main01 {
	border-top: 3px white solid;
	width: 507px;
	padding-left: 10px;
}

td.icon01 a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: center;
}

td.icon01 a:hover {
	text-decoration: underline;
}

/* Index */

img.artist {
	padding: 10px 0;
	margin: 10px 0;
}


/* Notice */

ul.notice {
	color: #000;
	font-weight: normal;
	line-height: 14px;
	list-style: disc;
	margin-left: 10px;
	padding-left: 10px;
}

li.notice {
	color: #000;
}


/* Playgroup */

img.oldschool {
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
}

img.oldschoolright {
	padding-left: 15px;
	float: right;
}


/* Calender */

td.calender {
	font-size: 7.9pt;
	padding-left: 15px;
	line-height: 14px;
}

td.calender b {
	color: #0067a2;
}


/* History */

p.history {
	text-align: center;
}


/* Prayer */

input {
	font-size: 8pt;
	font-family: tahoma, arial, sans-serif;
}

textarea {
	vertical-align: top;
	font-size: 8pt;
	font-family: tahoma, arial, sans-serif;
	height: 70px;
}

td.reset {
	text-align: center;
	padding: 6px 0;
	font-size: 8pt;
	font-family: tahoma, arial, sans-serif;
}

table.td {
	vertical-align: top;
}

table.prayer {
	border: 1px #0095AB solid;
	margin-top: 20px;
}

table.prayer td {
	padding: 10px;
}


/* Amazon */

select {
	width: 215px;
}


