body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: verdana;
	font-size: 12px;
	color: black;
}

#container {
	width: 900px;
	height: 100%;
	background-color: white;
}

#topmast {
	width: 100%;
	background-color: black;
	padding: 10px;
	border-bottom: solid 5px #E1E1E1;
}

#header {
	width: 100%;
	text-align: left;
	background-color: white;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-bottom: 0;
}

#leftmargin {
	width: 65px;
	background-color: white;
}

#leftcolumn {
	width: 200px;
	background-color: white;
	vertical-align: top;
	text-align: left;
}

#contentcolumn {
	background-color: white;
	width: 440px;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-top: 11px;
}

#rightcolumn {
	width: 195px;
	background-color: white;
	vertical-align: top;
	text-align: left;
}

#footer {
	background-color: white;
	text-align: center;
	padding-top: 10px;
}

#bottomast {
	width: 100%;
	background-color: black;
	padding: 10px;
	border-top: solid 5px #E1E1E1;
}

#toplinks {
	font-size: 14px;
	vertical-align: top;
	text-align: right;
}

#toplinks a {
	font-size: 14px;
	font-weight: bold;
}

#menu {
	width: 100%;
}

#leftmenu_a {
	border-left: solid 5px #d0e5f7;
	border-bottom: solid 5px #d0e5f7;
	background-color: #5e9fd5;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#leftmenu_a2 {
	border-left: solid 5px #5e9fd5;
}

#leftmenu_a2 a {
	color: black;
	font-size: 13px;
	text-decoration: none;
}

#leftmenu_a2 a:hover {
	color: #5e9fd5;
	text-decoration: none;
}

#leftmenu_b {
	border-left: solid 5px #e6d0ec;
	border-bottom: solid 5px #e6d0ec;
	background-color: #a880b2;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#leftmenu_b2 {
	border-left: solid 5px #a880b2;
}

#leftmenu_b2 a {
	color: black;
	font-size: 13px;
	text-decoration: none;
}

#leftmenu_b2 a:hover {
	color: #a880b2;
	text-decoration: none;
}

#leftmenu_c {
	border-left: solid 5px #ddf6d6;
	border-bottom: solid 5px #ddf6d6;
	background-color: #6fb959;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#leftmenu_c2 {
	border-left: solid 5px #6fb959;
}

#leftmenu_c2 a {
	color: black;
	font-size: 13px;
	text-decoration: none;
}

#leftmenu_c2 a:hover {
	color: #6fb959;
	text-decoration: none;
}

#leftmenu_d {
	border-left: solid 5px #f8d0d3;
	border-bottom: solid 5px #f8d0d3;
	background-color: #d55e66;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#leftmenu_d2 {
	border-left: solid 5px #d55e66;
}

#leftmenu_d2 a {
	color: black;
	font-size: 13px;
	text-decoration: none;
}

#leftmenu_d2 a:hover {
	color: #d55e66;
	text-decoration: none;
}

#heading {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 5px;
	border-left: solid 5px #d0e5f7;
	border-bottom: solid 5px #d0e5f7;
	background-color: #5e9fd5;
}

#worship {
	border: solid 1px #808080;
	margin: 10px;
	padding: 0 10px 0 10px;
}

#content {
	text-align: left;
}

#centerText {
	text-align: center;
	font-weight: bold;
	color: #d55e66;
	font-size: 13px;
	font-family: georgia;
}

a {color: #5e9fd5; text-decoration: none; font-weight: normal;}
a:hover {color: #d55e66; text-decoration: none; font-weight: normal;}

