﻿body
{
	text-align: left;
	background-color: #CCCCCC;
	color: black;
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border:0px;
}
a
{
	text-decoration: none;
}
#box
{
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#top
{
	background-image: url('images/header.jpg');
	width: 979px;
	height: 251px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #003192;
}
#menu
{
	background-image: url('images/nav_bg.jpg');
	background-repeat: repeat-x;
	line-height: 39px;
}
#content
{
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position:top;
}
.Left
{
	width:235px;
	float:left;
}
.Center
{
	width:489px;
	float:left;
	padding:10px;
}
.Right
{
	width:235px;
	float:left;
}
.clear
{
	clear:both;
}



.main_menu
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
.LeftImage
{
	
	float:left;
	background-image:url('images/left_focus.jpg');
	background-repeat:no-repeat;
	width:8px;
	height:36px;
}
.RightImage
{
	background-image:url('images/right_focus.jpg');
	background-repeat:no-repeat;
	background-position:right;
	width:8px;
	height:36px;
	float:right;
}
.main_menu a
{
	color: #371C00;
	text-decoration: none;
}
.main_menu .Selected
{
	color:#7e6501;
}
.main_menu li
{
	list-style-type: none;
	display: inline;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #371C00;
	font-size: 13px;
	font-weight: bold;
	background-image:url('images/divid.png');
	background-repeat:no-repeat;
	background-position:right;
}

.bottom_menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	color: #666666;
}
.bottom_menu
{
	text-align: center;
	margin: 0px;
}
#PrayerForm
{
	
}
#NameBoxes
{
	margin-bottom:15px;
}
#NameBoxes div
{
	margin-bottom:10px;
}
#NameBoxes input
{
	margin-top:2px;
	margin-bottom:2px;
	width:120px;
}
#NameBoxes select
{
	width:80px;
}
#NameBoxes .NameInput
{
	margin-left:4px;
}
#NameBoxes .RequestInput
{
	width:423px;
}
.PrayerForm .FieldName
{
	width:95px;
	display:inline-block;
	margin-bottom:3px;
}
.PrayerForm .FieldBox
{
	display:inline-block;
	margin-bottom:3px;
}
.PrayerForm .FieldBox input
{
	width:300px;
}
.PrayerForm .TotalBox
{
	margin-left:95px;
}
.PrayerForm .PrayerFormButton
{
	margin-left:95px;
	width:70px;
}