@charset "utf-8";
#column1AfricanMinistries {
	float: left;
	width: 210px;
	padding-left: 105px;
	text-align: center;
}
#column2AfricanMinistries {
	text-align: center;
	width: 295px;
	float: right;
}



body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000050;
	background-color: #ecce9c;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}
#center_pic {
	text-align: center;
}

.paragraph_red_italics {
	font-style: italic;
	color: #900;
}
 #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000040;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	top: 3px;
	right: 3px;
	background-color: #FFF;
	height: auto;
} 
 #header {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(images/wcoamlogo.jpg);
	background-position: center center;
	height: 100px;
	width: auto;
} 
#top_rule {
	height: 2px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
.underline_bold {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	color: #000080;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #8BA0DA;
	border-right-color: #5173AA;
	border-bottom-color: #5173AA;
	border-left-color: #8BA0DA;
	background-color: #E7E8F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 10px;
	height: auto;
	margin-bottom: 10px;
}
#menuClock {
	color: #FFF;
	background-color: #435F8B;
	height: 25px;
	width: auto;
	font-size: 80%;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #8BA0DA;
}
ul#nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav li a {
	font-size: 80%;
	text-decoration: none;
	color: #000080;
	display: block;
	background-color: #E7E8F5;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#centerMenuVideo {
	text-align: center;
	width: auto;
}
.centerImage {
	text-align: center;
}

#centerMenuVideo2 {
	text-align: center;
	width: auto;
}
#PayPal {
	text-align: center;
}
#nav li a:hover, #nav li active, #nav li focus {
	color: #28201A;
	background-color: #D7CEC6;
}
 #mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 150px;
	margin-bottom: 0px;
} 
#mainContent p, #sidebar1 p, #footer p {
	font-size: 100%;
	color: #000080;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2;
	text-align: left;
}
#column1CenterPlanLandOrphanages {
	text-align: center;
	width: 600px;
	float: left;
	font-weight: bolder;
}

#column1PlanLandOrphanages {
	float: left;
	width: 520px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
#column2PlanLandOrphanages {
	width: 80px;
	float: right;
	vertical-align: top;
	text-align: center;
}
#column3PlanLandOrphanages {
	text-align: left;
	width: 520px;
	float: left;
}
h1 {
	font-size: 115%;
	font-weight: bold;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 105%;
}

h1, h2, h3 {
	font-weight: bold;
	color: #000080;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.h1 {
	font-size: 115%;
	font-weight: bold;
}
.h2 {
	font-size: 110%;
	font-weight: bold;
}

.italics {
	font-style: italic;
}
 #footer {
	background-color: #FFF;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	line-height: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.bold_text {
	font-weight: bolder;
}

.center_bold {
	font-weight: bold;
	text-align: center;
	line-height: 115%;
}
#column1CenterEvangelists {
	text-align: center;
	width: 610px;
	float: left;
	font-weight: bolder;
	text-decoration: underline;
	color: #000080;
}
.pink {
	color: #FF8080;
}


#column1Evangelists {
	float: left;
	width: 200px;
	margin: 0px;
	text-align: center;
	color: #000080;
}
#column2Evangelists {
	width: 200px;
	float: left;
	text-align: center;
	color: #000080;
}
#column3Evangelists {
	text-align: center;
	width: 200px;
	float: right;
	color: #000080;
}
.light_blue_text {
	color: #69F;
}
.underline {
	text-decoration: underline;
}
