@charset "utf-8";


body  {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	background-color: #ecce9c;
	margin: 0;
}
h1, h2, h3 {
	font-weight: bold;
	color: #000080;
}
.paragraph_red_italics {
	font-style: italic;
	color: #900;
	font-weight: bold;
}

label {
	display:block
}

 #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/wcologo.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;
}
#centerMenuVideo3 {
	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-bottom: 0px;
	margin-left: 150px;
} 
#mainContent p, #sidebar1 p, #footer p {
	font-size: 100%;
	color: #000080;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2;
	background-color: #FFF;
}
#column1index {
	float: left;
	width: 120px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#column2index {
	width: 340px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: justify;
	line-height: 1.2px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#column3index {
	float: right;
	width: 120px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#column1contact {
	float: left;
	width: 210px;
	margin: 0px;
	padding-left: 105px;
}
#column2contact {
	text-align: left;
	width: 295px;
	float: right;
}
#column1new_ageCenter {
	width: 600px;
	float: left;
}
#column1new_age {
	float: left;
	width: 280px;
	margin: 0px;
}
#column2new_age {
	text-align: left;
	width: 300px;
	float: right;
}


.h2 {
	font-size: 110%;
	font-weight: bold;
}
.h1 {
	font-size: 115%;
	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;
}
.bold_text_underline {
	font-weight: bold;
	text-decoration: underline;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 115%;
	font-weight: bold;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 105%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.center_bold {
	font-weight: bold;
	text-align: center;
}
#table li a {
	font-size: 100%;
	color: #000080;
	display: block;
	background-color: #FFF;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #435f8b;
	font-family: "Times New Roman", Times, serif;
}
#list li a {
	font-size: 100%;
	color: #000080;
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5173AA;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
a:link {
	text-decoration: none;
	color: #000080;
}
a:visited {
	text-decoration: none;
	color: #435f8b;
}
a:hover {
	text-decoration: underline;
	color: #435f8b;
}
a:active {
	text-decoration: none;
	color: #435f8b;
}
.underline_italic {
	font-style: italic;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}

.center_bolder {
	font-weight: bolder;
	text-align: center;
}
#rowDIV1Jesus {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000080;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV2Jesus {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rowDIV3Jesus {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV4Jesus {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV5Jesus {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV6Jesus {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV7Jesus {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV1JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV2JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV3JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV4JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV5JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV6JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV7JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV8JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV9JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV10JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rowDIV11JesusVerses {
	float: left;
	width: 600px;
	color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bold_bold_text_pink {
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	color: #ff9c9c;
}
#rowDIV8JesusText {
	float: left;
	width: 600px;
	color: #000080;
	vertical-align: text-top;
	font-weight: bold;
	text-align: left;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
