@charset "UTF-8";
/* Tarvu CSS */

body {
	font-size:80%;
	color:#222222;
	background:#fff;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container, .footer {
	text-align: left;
	width:870px;
	margin:0px auto;
	height: auto;
}
.container {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
.leftcontent {
	width:550px;
	float: left;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: 666;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
.rightcontent {
	width:270px;
	float: right;
	padding-left: 20px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .8em;
	color: #999999;
	}
.clearfloat {
	clear:both;
}
p {
	margin:0 0 .6em;
	line-height: 1.6em;
}


a:visited, a:link {
	color: #090;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #3c3;
	text-decoration: underline;
}

h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #036;
	letter-spacing: -.05em;
	margin-top: 0;
	margin-bottom: .6em;
	}
h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	}
h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	}
h4 {
	font-size: 1.2em;
	line-height: 1em;
	}
#tarvuhead {
	margin-bottom: 0;
	}

#tarvuhead h4 {
	margin-top: 0;
	}
#tarvuistsbelieve, #tarvusprayer {
	background-color: #fff;
	border: 1px dotted #666;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#tarvuistsbelieve h4, #tarvusprayer h4 {
	background-color: #ED9A1E;
	color: #222;
	font-size: 1.4em;
	margin-top: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: .4em;
	padding-left: .4em;
}
#tarvuistsbelieve li {
	color: #036;
}
#tarvuistsbelieve li span {
	color: #000;
	padding-right: 10px;
}
	

#tarvuquestions li {
	list-style-type:none;
	font-weight: bold;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 666;
	}
	
#tarvuquestions p {
	padding-left: 2em;
	padding-top: .5em;
	}

#otherlinks {
	margin-bottom: 2em;
	}
#otherlinks h4 {
	color: #036;
	}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	background-color: #036;
	color: #CF0;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.4em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #CF0;
color: #036;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	}



--> 
</style>