body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #6C0000;
	margin: 0px;
	padding: 0px;
}
#divToday {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #6C0000;
	font-size: 12px;
	font-style: italic;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
}

p {
	margin: 0 0 1em;
}
/*----------------------------Header and Navigation*/
#divHeader {
	margin: 0px;
	background-color: #FFCCCC;
	background-repeat: repeat-x;
	background-image: url(../images/ribbon.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	padding: 20px 10px 0px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #990000;
}
#outer_container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #FFF0F0;
}
#divContainer {
	clear: both;
}
#divName {
	background: #ffcccc
	color: #990000
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #990000;
	background-color: FFCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}
#divComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	font-style: italic;
}
#divOldPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	background-color: #FFCCCC;
	text-align: center;
	padding: 50px;
	font-weight: bold;
}
#divNavlinks {
	background: #FFCCCC;

	color: #990000
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0em;
	text-align: right;
}
#divNavlinks li {
	font-weight: bold;
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990033;
	color: #990033;
}
#divNavlinks li.last {
	border-right: 0;
}
#divNavlinks a:link {
	color: #990033;
	text-decoration: none;
}	
#divNavlinks a:visited {
	color: #990033;
	text-decoration: none;
}	
#divNavlinks a:active {
	color: #990033;
	text-decoration: none;
}	
#divNavlinks a:hover {
	color: #CC6699;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#divList_title {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCCCC;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
/*------------------float right & left*/
.float_rt {
	float: right;
}
.float_lt {
	float: left;
	margin: 5px;
}
#imgLogo {
	float: left;
}
#divLeft {
	float: left;
	width: 150px;
	padding-top: 1em;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFECEC;
	margin-top: 15px;
	margin-left: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#divLeft a:link, #divLeft a:visited, #divLeft a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#divLeft a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #CC6699;
	text-decoration: none;
	background-color: #FFF0F0;
}
#divRight {
	float: right;
	width: 150px;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
	margin-right: 20px;
	clear: none;
}
#divRight2 {
	float: right;
	padding-top: 0px;
	clear: both;
}

#divCenter {
	text-align: justify;
	padding-top: 1em;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 160px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
	background-color: #FFFFFF;
}
#divCenter a:link, #divCenter a:visited, #divCenter a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#divCenter3 {
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #663300;
	padding-right: 200px;
	text-align: justify;
	margin-right: 15px;
}
#divCenter3 a:link, #divCenter3 a:visited, #divCenter3 a:active {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#divCenter3 a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	background-color: #FFCCCC;
}
#divCenterShelves {
	float: right;
	width: 760px;
}
#divCenterShelves a:link, #divCenterShelves a:visited, #divCenterShelves a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.clearer {
	font-size: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
#divFooter {
	text-align: center;
	margin: 0px;
	padding: 0.5em;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #990000;
	font-size: x-small;
	color: #990000;
}
#divFeature p {
	font-size: small;
	color: #990000;
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
#divFeature2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #990000;
	text-align: center;
}

#divFeature h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
#divFeature2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #990000;
	text-align: center;
}

#divFeature {
	background-color: #FFECEC;
	padding-top: 10px;
	padding-left: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	text-align: left;
}
#divFeature2 {
	background-color: #FFECEC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
}

.sm_bold_ital_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.sm_bold_ital_arial_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.bold_ital_georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.bold_ital_georgia_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bolder;
	color: #990000;
}
.bold_ital_georgia_lg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.bold_ital_georgia_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.bold_ital_arial_wt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.arial_ital_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #660000;
}
#divCenterShelves {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #663300;
	text-align: center;
	width: 740px;
	padding-right: 10px;
}
#hymn_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
#hymn_lyrics {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	text-align: center;
}
#hymn_info {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}
#divAnnounce {
	background-color: #FFFF99;
	padding: 5px;
	margin-bottom: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6C0000;
	border-bottom-color: #6C0000;
}
#1932 {
	width: 715px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#outer_container #divRight p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #900;
}
