/*** CSS 2.0 Style Sheet for the Healing Miracles ***/

/*** HTML Tags ***/

body {
	margin: 0px;
	padding: 5px 0px 0px 0em;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	width: 760px;
}

/*** Page Layout ***/

#header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#headerbox {
	background-color: #FF9933;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


#footer {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	clear: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Columns is a wrapper for Columns 1 and 2 */
/* Column 1 contains Nav Menu, Column 2 contains content */

#columns {
	margin-bottom: 5px;
}

#column1 {
	margin-top: 0px;
	margin-right: 79%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#column2 {
	float: right;
	width: 79%;
	margin-top: 0px;
	padding-top: 0px;
}


#content {
	padding-left: 2em;
}

/*** Navigation ***/

#navbar {
	border: thin solid #666666;
	padding-left: 15px;
	margin-left: 10px;
	width: 70%;
	margin-top: 10px;
}

#navlinks {
	line-height: 200%;
	vertical-align: middle;
}

#navlinks a:link {
	background-color: #CCCCCC;
	border: thin solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	color: #000000;
	text-decoration: none;
}

#navlinks a:hover {
	background-color: #CCCCCC;
	font-weight: bold;
	border: thin solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 2px;
	color: #FF9900;
	text-decoration: none;
}

#navlinks a:visited {
	background-color: #CCCCCC;
	font-weight: bold;
	border: thin solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 2px;
	text-decoration: none;
}

/*** Text Formatting ***/

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.initcap {
	font-weight: bold;
	color: #FF9900;
	background-color: #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
	border: thin solid #666666;
}

#logotext {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}

#logotext2 {
	font-size: 100%;
}

#pageheader {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#slogan {
	font-style: italic;
	font-weight: bold;
	font-size: large;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #000000;
}

#slogan2 {
	font-style: italic;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: small;
	color: #000000;
}

#partof {
	font-size: small;
	border-top-width: thin;
	border-top-style: solid;
	background-color: #FF9933;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: #666666;
}
.time {
	font-variant: small-caps;
}
.schedulelist {
	margin-top: 0px;
	padding-left: 1em;
}

.lgheading {
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.indent {
	text-indent: 1em;
}
.indent1 {
	padding-left: 1em;
}
.underline {
	text-decoration: underline;
}
.comingsoon {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FF0033;
	text-align: center;
}
