@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-color: #999;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 910px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../assets/Calvary_logo_Glow_Main_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.thrColAbsHdr #header {
	padding-top: 75px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 865px;
	top: 50px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: auto;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d8f0fb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: auto;
	right: 20px;
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #d8f0fb;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .875em;
	line-height: 1.3em;
}
.thrColAbsHdr #mainContent {
	top: auto;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 80px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFF;
}
.thrColAbsHdr #footer {
	background-color: #d8f0fb;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	top: auto;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#top_nav {
	position:absolute;
	top:155px;
	width:779px;
	height:25px;
	background-color: #4D318B;
	padding-right: 10px;
	padding-left: 10px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
a:link {
	color: #492f92;
	text-decoration: none;
	margin-top: 3px;
}
a:visited {
	color: #9283bd;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #999;
	font-size: 1em;
}
h1 {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.75em;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #492f92;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	color: #000;
	margin-top: 5px;
	margin-bottom: 3px;
}
h3 {
	font-size: 1.25em;
	color: #5D42A4;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 1.25em;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;;
}
h5 {
	font-size: 1.125em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 2px;;
}.thrColAbsHdr #container #mainContent table {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	vertical-align: text-top;
}
.left_table {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .85em;
	color: #000;
	text-align: center;
	vertical-align: top;
}
.left_table2 {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.95em;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.left_table3 {
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .85em;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #666;
}
.left_table4 {
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #666;
}
