/*CSS for 3.0 php site */
html,body{
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	align: center;
}

#wrapper {
	/*text-align:left;*/
	margin:auto;
	margin-top:0;
	padding:0;
	border:0;
	width:960px;
}

#header {
  	margin: 0;
  	padding: 0;
	width: 100%;
	background:white;
}

#left-menu{
	float: left;
	text-align: left;
	width: 120px;
	height:100%;
	padding:5px 0 0 0px;	
}

#right-extras{
		float: right;
		width: 141px;
		padding-top:5px;
}

#main {
	font-size:12.5px;
	float:left;
	width:640px;
	margin-left:45px;
	margin-top:15px;
}

#footer {
	clear:both;
	padding:0px 10px;
	background:#A2A2A2;
	color:red;
}

div.box{
padding:5px;
border:2px solid #660099;
background-color:#D9E4F8;
margin:0px;
}

div.bluebox{
border:1px soliod #79A3EB;
background-color:#DCE7F9;
width:300px;
padding:5px;
margin:0px;
}

#sec_header{
width:640px;
background-color: #3573B5;
color: white;
font-size:100%;
font-weight: bold;
margin: 3px 0px;
padding:2px 8px;
}

.sec_header{
background-color: #3573B5;
color: white;
font-size:100%;
font-weight: bold;
margin: 3px 0px;
padding:2px 8px;
}

.txt{
	text-align:center;
	color:green;
}

.indent{
	text-align:left;
	text-indent:20px;
	margin-left:6px;
	margin-bottom:10px;
	color:#312d24;
	font-size:12px;
}

.left{
	text-align:left;
	margin-left:10px;
	margin-bottom:15px;
	color:#312d24;
}

.center
{
	text-align:center;
}

.quote {
	font-family: 'Comic Sans MS', cursive, sans-serif;
	text-align:left;
	text-indent:20px;
	margin-left:12px;
	margin-right:30px;
	margin-bottom:10px;
	color:#312d24;
	font-size: 13px;
	line-height: 130%;
}

.quote-indent{
	font-style: strong;
	text-align:left;
	text-indent:20px;
	margin-left:62px;
	margin-right:30px;
	margin-bottom:10px;
	color:#312d24;
	font-size: 13px;
	line-height: 150%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000CD;
	line-height: 130%;
}

h2{
	font-size: 15px;
	font-weight:bold;
	line-height:105%;
	margin-top:-7px;
	color: #006E2F; /*green*/
	color:#000066;
	font-family: 'Comic Sans MS', cursive;
)

h3{
	text-align: center;
	font-size: 15px;
	font-weight:bold;
	line-height:100%;
	/*margin-bottom:-7px;*/
	color: #006E2F; /*green*/
	color:#000066;
	font-family: 'Comic Sans MS', cursive;
)

a{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}

a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#660099;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

.active {
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
}

a:visited{	

/* CSS inserted from existing 2.5 website */

.date {
	font-size:12px;
	color:#0000CC;
}

.title {
	height:15px;
	background-color: #b3caf4;
	padding:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-transform:capitalize;
}
.title a:hover{
	background-color: #b3caf4;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color: #0066CC;
	text-transform:capitalize;
}

.for {
	font-size:12px;
	padding:5px;
}

.forname {
	color:#003399;
	font-weight:bold;
}

.peacependant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.peacependant a {
	color:#FFE4B5;
	text-decoration: underline;
}

.script {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #996600;
}

.accent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 130%;
	margin-left:35px;
}

.sold {
	font-family: "Arial Black";
	font-size: 15px;
	font-weight: normal;
	color: #990000;
	line-height: 130%;
	margin-bottom: -11px;
}

.request {
	padding:10px;
	border:#CCCCCC 1px solid;
	width:600px;
	text-indent:20px;
}

.datesub {
	text-align:right;
	font-size:10px;
}


.prayerbox {
	border:#003366 1px solid;
}

.sname {
	font-size:14px;
	padding:5px;
	
}

.requestrandom {
	padding:5px;
	border:#CCCCCC 1px solid;
	width:200px;
	text-indent:20px;
}

.paa {
	color:#999999;
	background-color:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#pray a:hover{
     color:#0099FF;}







