/* =====================================main tag selector==================================== */

body {
	background-color: #97C5E6;
}

p {
	line-height: 1.3em;
	text-align: justify;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #898792;
	background: #FFFFFF;
	text-align: center;
}
h2 {
	color: #97C5E6;
	text-align: center;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* ===============================ID selectors============================================= */

#container {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF center;
	padding: 5px;
	width: 650px;
	border: 3px solid #999999;
	position: absolute;
	left: 20px;
	top: 20px;
	color: #FFFFFF;
	text-align: justify;
	white-space: nowrap;
}
#navigation {
	color: #000000;
	background: #FFFFFF;
	padding: 3px;
}
#content {
	color: #000000;
	background: #FFFFFF;
	vertical-align: baseline;
	white-space: normal;
	padding: 5px;
	width: 575px;
	position: relative;
	left: 25px;
}
#subnav {
	font-size: 10px;
	font-weight: bold;
	background: #FFFFFF;
	position: relative;
	left: 15px;
	display: inline;
	color: #6699aa;
}
#navbar {
	border-collapse: collapse;
	background: #FFFFFF;
	position: relative;
	left: 25px;
	z-index: 5;
} 
#container #content table.sem {
	text-align: left;
	white-space: nowrap;
	margin: 2px;
	border: thin solid #CCCCCC;
}
#container #content ul.bullet {
	list-style: url(../images/bullet.gif) outside;
}
#container #content ol.upperRoman {
	list-style: upper-roman outside;
}
#container #content ol.numbers {
	list-style: decimal outside;
}
#container #content ol.lowerRoman {
	list-style: lower-roman outside;
}
#container #content ol.upperAlpha {
	list-style: upper-alpha outside;
}
#container #content ol.lowerAlpha {
	list-style: lower-alpha outside;
}

/* ======================== Class Selectors =================================== */

.logoMargins {
	padding: 0px;
	margin: 7px;
}
/*hr*/.gold_bar {
	height: 7px;
	width: 90%;
	position: relative;
	left: 25px;
}
.float_right {
	float: right;
}
.center {
	text-align: center;
}

.sections {
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
}
.underbold {
	font-weight: bold;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.days {
	font-size: 1.6em;
	font-style: italic;
	text-transform: capitalize;
}
.godsName {
	font: italic 200 14px Script, cursive, sans-serif;
}
.items {
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	padding: 1px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.scripture {
	font: italic bold 1.1em "Times New Roman", Times, serif;
}

.lgColortype {
	font: italic 2em "Times New Roman", Times, serif;
	color: #97C5E6;
}
.underline {
	text-decoration: underline;
}
.italized {
	font-style: italic;
}

.photoItem {
	margin: 2px;
	padding: 2px;
	float: left;
	border-width: 0px;
	border-style: none;
}
.tableTdBorder {
	white-space: nowrap;
	margin: 0px;
	border: 1px solid #97C5E6;
	border-collapse: collapse;
	padding: 3px;
}
.colorType {
	font: italic 1.3em "Times New Roman", Times, serif;
	color: #74B1DE;
}

/* =====================================Pseudo Class============================================ */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	color: #3388aa;
	text-decoration: none;
	line-height: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.lowerRoman {
	list-style: lower-roman outside;
}

/* ======================================events page--dates================================== */
#container #content #dates {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background: center top;
	margin: 5px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	width: 570px;
	position: relative;
}
#dates td {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#container #content #dates tr.header {
	font: bold 1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #9ACDEC;
	width: 500px;
}
/* =============================resource page=============================== */

#container #content #resources {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
	width: 100%;
	border: thin solid #ccc;
}

#container #content #resources td hr {
	color: #ccc;
}
/* ===============article pages-daily sacrific page sections==================== */
div.sections h3 {
	font-weight: bolder;
	text-transform: capitalize;
	text-decoration: underline;
}

