/* CSS Document */

h1{
font-size:100%;
}
A:hover {
	color: #003399;
	text-decoration: underline;
}

A {
	color: #000066;	
}

A:link { 
color: #000066;	
}
 
A:visited {
color: #000066;	
}

A:active {
color: #000066;	
}

H5{
	color: #003366;
	font-size: 13pX;
}

#container {
	position:absolute;
	width:750px;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
}
#header {
	background-image:url(/images/ChurchEditbanner.gif);
	height:100px;
	position:relative;
	top:0px;
	left:0px;
	width: 750px;
	background-color:#666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;

	padding:0px;
}

#toprow {
	width:750px;
	height:22px;
	background-image:url(/images/topbarBG.gif);
	background-repeat:repeat-x;	
}

#toprowtext {
	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;
	color: #000033;
	text-align: right;
	width: 700px;
	right: 10px;
	padding-right:10px;
	font-weight: bold;
}
#corner {
	background-image:url(/images/Corner.gif);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width:40px;
	height:40px;
}

#corner160 { 
	background-image:url(images/Corner160.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	position:relative;
	top:0px;
	left:0px;
	
}
.headertext {
	position:relative;
	top:0px;
	left:0px;
	font-size:140%;
	color:#000033;
	height:30px;
	padding-top: 6px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;}

#sidebar {
	position:relative;
	top:0px;
	left:0px;
	background-color:#D3D5D7;
	width:140px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right:0px;
	padding-top:0px;
}
#mainnav {
	margin: 0px;
	padding: 0px;
	background-color: #CFD1D3;
	color: #000000;
	width:140px;
}
		
#mainnav a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 6%;
	background-color: #CFD1D3;
	color: #000;
	text-decoration: none;
	width: 100%;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;	font-size:80%;
	}

#mainnav a:hover {
	background-color: #BCC4CF;
	color: #000;
	}
	
.subnav {
	margin: 0px;
	list-style: none;
	padding-left:13px;
	border: 0px solid pink;
	font-family: Arial, Helvetica, sans-serif;	font-size:80%;
	color: #000000;
	padding-bottom:4px;
	}
	
.subnav A:hover {
	color: #000033;
	width: 100%;
	border-width: 0px;
	border-style: solid;
	border:0 solid 000;
	background-color: #BCC4CF;
	}

.subnav A:visited {
	font-family: Arial, Helvetica, sans-serif;	color: #000000;
	}

.subnav A:link {
	font-family: Arial, Helvetica, sans-serif;	color: #000000;
	}
	
#content {
	position:RELATIVE;
	top:0px;
	left:0px;
	width:596px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;
	line-height: 160%;
}

.input {
background-color:#E9EDEF;
font-size:92%;

}

.table {
}
.effectTable {  //this is used for thin borders around content
	border-width: 1px;
	border-color: #990000;
	border-style: dashed;
	border-width: 1px;
	padding:4px;
}
#button {
	padding: 1px;
	font: bold small verdana, sans-serif;
	color: #FFFFFF;
	background-color: #488FA4;
	border: 1px solid #000;
	font-size: 11px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	}


