@charset "utf-8";
/* CSS Document */ 

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../Graphics/You%20Reaching%20BkGrd%20A.jpg);
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #FFFFFF;
}
body .popup {	
	background: #FFFFFF;
}
.oneColFixCtr #container {
	width: 775px;  /* using 25px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1033px;
	background: url(../Graphics/BelieversWorld%20Home1B.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 210px;
	padding-left: 15px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent table, .oneColFixCtr #footer {
	clear: both;
}
.oneColFixCtr #footer {
	padding-left: 35px;
	padding-right: 40px;
	text-align: center;
	color: #FFCF7D;	
}
.oneColFixCtr .VandP li {
	list-style: none;
	text-align: left;
}
.oneColFixCtr .VandP pre {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr #mainContent h3 {
	text-align: center;
}
.oneColFixCtr #mainContent .small {
	font-size: 14px;
}
.oneColFixCtr #mainContent .large {
	font-size: 24px;
}
.oneColFixCtr .georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.oneColFixCtr .VandP {
	padding-left: 20px;
	padding-right: 40px;
	color: #FFCF7D;
	font-size: 16px;
}
.oneColFixCtr #ital {
	font-style:italic;
}
.oneColFixCtr p#address {
	font-family: "Monotype Corsiva";
	font-size:17px;
	
	
}
.oneColFixCtr .button {
	padding-left: 20px;
	padding-right: 75px;
	padding-top: 20px;
}

.oneColFixCtr .button img { 
	border: 0;
	
}
.oneColFixCtr #none {
	list-style: none;
}
.r {
	text-align: right;
}	
.red { color: red;
}
.avail {
	color: lime;
	width: 150px;
}
.lime { color: lime;
}
.i { font-style: italic;
}
.bi {
	font-weight:bold;
	font-style: italic;
}
.u { text-decoration: underline;
}
.c { text-align: center;
}
.j { text-align: justify;
}
.jb { text-align: justify;
	  font-weight: bold;
}
.b { font-weight: bold;
}
.bc { 
	font-weight:bold;
	text-align: center;
}
.error {
	color: #FF0033;
}
.black {
	color: #000000;
}  
.white {
	color: #FFFFFF;
}
.gold {
	color: #ECDA93;
}    
.ltd {
	text-align: left;
}
.jtd {
	text-align: justify;
}
.ctd {
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.l { 
	text-align: left;
	padding-left: 20px;
	width: 60%;
}
.lc { 
	text-align: left;
	padding-left: 250px;
}
.oneColFixCtr hr {
	 height: 1px;
	 width: 75%;
}
.oneColFixCtr .tabtop {
	padding-top: 8px;
}
.oneColFixCtr .tabtopc {
	padding-top: 8px;
	text-align: center;
}
.oneColFixCtr .tabtopbc {
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}
.caltest {
	background-color: #050E93;
	color:#FFFFFF;
	text-align: center;
	width: 14%;
	font-weight: bold;
	font-size: 12px;
}
div.date {
	float: right;
	background-color: #CCCCCC;
	border: 1px solid gray;
	text-align: center;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	padding: 0.125em 0.25em 0 0.25em;
	margin: 0;
	color: #0000FF;
}
div.date a {
	text-decoration: none;
	
}
.bottom_nav a {
	font-size: 10px;
}
