/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
}
#container {
/*	background-color: #707356; */
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#mainbody {
	width:600px;
	margin-top:10px;
	float:left;
	margin-left: 20px;
}
#mainright {
	width: 150px;
	margin-top:10px;
	float:left;
	margin-left: 20px;
}
#bannerbox {
	height: 70px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image:  url("graphics/banner2.jpg");
}
#searchbox {
 	height: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:right;
}
#hmenubox {
	background-color: #990000;
	height: 26px;
	/*clear:both;*/
	margin: 0px;
}
#flashbox {
	background-color: #ffffff;
	height: 220px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#vmenubox {
	/*height: 180px;*/
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align:left;
	padding-top:10px;
	background-color: #ddf1fb;
}
#vmenuboxfrontpage {
	height: 180px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align:left;
	padding-top:10px;
}
#newsimagebox {
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#newstextbox {
	width: 380px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005588;
}
#buttonbox {
clear:both;
	/*background-color: #245EDC;*/
	height: 80px;
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sitetoolsbox {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align:center;
}
#searchbox p {color:#FFFFFF;}
.congregationslist {width:280px; 
	margin-right:10px; float:left;}
.congregationshead {
	width:580px;
	clear:both;
	border-top: 1px solid #990000;
	margin-top:15px;
}
.twocolumnleft {width:47%; margin-right:10px; float:left; border-right:1px solid #CCCCCC; margin-top:5px; padding-right:10px;}
.twocolumnright {width:47%; margin-right:10px; float:left; margin-top:5px;}
.pictureboxes {
	margin-left:10px;
	margin-bottom:5px;
	float:right;
	color:#006AB2;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

