/* CSS Document */

BODY{
	font: 12pt "Times New Roman", Times, serif;
	color: #000000;
}
	
td {
	font: 12pt "Times New Roman", Times, serif;
	color: #000000;
}

hr {height: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;}
	
a {
	text-decoration: underline;
}
	
.heading1 {color: #CC0000;font: bold 24px "Times New Roman", Times, serif;}
.heading2 {background: #DEFED5;	padding-top: 2px;	padding-bottom: 2px;	color: #006600;
	display: block;	font: bold 16px "Trebuchet MS", Verdana;}
	
.heading3 {	background: #f5f5f5;	padding-top: 2px;	padding-bottom: 2px;
	color: #333333;	display: block;	font: bold 16px "Trebuchet MS", Verdana;	text-transform: uppercase;}

.fieldstyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #999999;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #bbbbbb;
	padding-left: 3px;
	background: #f5f5f5;
	height: 18px;}
	
.fbutton {
	font: bold 10px Arial, Helvetica, sans-serif;
	cursor: pointer;}
	
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	border: 3px solid #cccccc;}
	
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 1px;
	border: 3px solid #cccccc;}
	
.scripture {
	font-style: italic;
	font-weight: bold;
	color: #990000;}
	
.picframe {
	padding: 1px;
	border: 3px solid #cccccc;}
	
#logo {display:block}
#nav, #nav1, #sides, #sub, #copyright{display:none}