body {
	text-align: center;
}

#logo {
	width: 160px;
	float: left;
}

#searchbox {
	text-align: right;
	width: 300px;
	float: right;
	margin-right: 50px;
}

img {
	border:0px;
}

#login {
	float: right;
	text-align: right;
}
#header {
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-align: left;
}

 #container
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	float: left;
}


#leftnav
{
	float: left;
	width: 150px;
	margin-top: 3px;
}

#rightnav
{
	float: right;
	width: 200px;
	margin: 0;
	margin-top: 3px;
}
#rightnav2 #rightcontent {
	margin-top: 27px;
	margin-right: 12px;
	margin-left: 5px;
	height: 380px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: auto;
}


#content
{
	margin-left: 160px;
	margin-right: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	min-width: 600px;
	max-width: 640px;
	position: relative;
	width: 640px;
	display: block;
}

#editor
{

	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#666666;
}

#content a:link {
	color: #666666;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #999999;
}
.calendardatePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.calendartimePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.calendarsubjectPrint {
	font-size: 10pt;
	color: #666666;
}
.calendarlocationPrint {
	font-size: 10pt;
	color: #999999;
}
#pop {
	font-family: Arial, Helvetica, sans-serif;
}
#container #content p, li {
	margin-top: 0px;
	font-size:10pt;
}
#printcontainer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	display: inline;
	margin-left: 0px;
}
#container #content #searchresulttext {
	font-size: 9pt;
	color: #999999;
}
#container #content #article {
	margin-right: 160px;
}
#container #content #sidebox .classday {
	font-weight: bold;
	text-align: center;
}

#container #content #sidebox {
	float: right;
	width: 150px;
	background-color: #EEEEEE;
}

#container #content #banner {
	background-image:url(/images/content/blankbanner_625x90.gif);
	width:625px;
	height:92px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 0px;
	vertical-align: top;
	position:relative;
}

#content h1 {
	font-size: 18pt;
}

#content h2 {
	font-size: 14pt;
}

#content h3 {
	font-size: 12pt;
	margin-bottom:0px;
}

#content h4 {
	font-size: 10pt;
	margin-bottom:0px;
}

#content h5 {
	font-size: 8pt;
	margin-bottom:0px;
}

#content h6 {
	font-size: 6pt;
	margin-bottom:0px;
}


#content #banner h1 {
	text-transform: lowercase;
	margin-left: 10px;
	letter-spacing: -1pt;
	text-align: left;
	position: relative;
	bottom: -50px;
	font-weight: bolder;
}



#container #content #minicontainer {
	margin-top: 5px;
}
#containerfront {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 95%;
}
#container #footer a {
	color: #999999;
}
#rightnav2 {

	float: right;
	width: 211px;
	margin: 0;
	margin-top: 3px;
	height: 422px;
	background-image: url(/images/2007/headlines.jpg);
}
#content_devotional {
	margin-left: 160px;
	margin-right: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top: -17px;
	padding-top: 0px;
	margin-bottom: 5px;
	min-width: 450px;
	max-width: 479px;
}
#sidebar_devotional {
	float: right;
	width: 150px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#content_devotional a {
	color: #333333;
}
#sidebar_devotional a {
	color: #333333;
}


#container_sidebar #sidebar1 #sidebartext {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
	overflow: auto;
	height: 355px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.noborder {
	border:0px;
}

#container_sidebar {
	width: 640px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;

}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 202px;
	background-image: url(/images/content/sidebg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 404px;
	background-position: 0px 0px;
}
#mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 430px;
	margin-right: 210px;
}
/*
#container_sidebar #mainContent img {
	position: relative;
	top: 15px;
}*/

#sidebar1 #sidebarheader {
	height: 25px;
	position: relative;
	padding-left: 10px;
}
#sidebar1 #sidebarheader #sidebarheadertext {
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	font-size:10pt;
}
#prayertable {
	width: 100%;
}
#prayertable p {
	line-height: 1pt;
}
#returnlink {

}
#returnlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #content #container_sidebar #mainContent img {
}

#tricalendar {
	margin-top: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#container #content #contentfooter {
	position: relative;
	width: 640px;
}

#content p {
	margin-top:0px;
}
.regtext {
	display:none;
}
#weekendfree ol li{
	margin-top: 12px;
}
#weekendfree ol li ul li {
	list-style-type:disc;
	margin-left: -25px;
	margin-top: 0px; }