﻿@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif; /* 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-image: url('mediumparchment.jpg'); /*background in back of main container*/
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #990000;
	text-align: left;
	background-image: url('lightparchmenttile.jpg');
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 110px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #header h1 {
	font-size: 48px;
	text-align: center;
	font-weight: normal;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtrHdr #mainContenttest {
	border: 1 #990000 solid;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
	width: 650;
}

.oneColFixCtrHdr #mainContentleft {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 300px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContentright {
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	width: 300px;
	margin-right: 0px;
}

.oneColFixCtrHdr #footer {
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 955px;
}
hr {
	color: #990000;
	font-size: 2px;
}

.oneColFixCtrHdr #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 */
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #FFDA6A; /*gold color of navigation bar*/
	color: white;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: normal;/* fixes Firefox 0.9.3 */
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black; /*black color of text*/
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #990000;
color: white; /*white color of text on hover*/
}

#navcontainer #active { border-left: 1px solid #fff; }
.style2 {color: #990000}
}

.style5 {
	color: #990000;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}
.img_right {
	float: right;
	clear: both;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 10px;
}
.img_right_border {
	float: right;
	clear: both;
	padding: 5px;
	border: 1px solid #999999;
	margin-left: 10px;
}
.img_left {
	margin: 6px 10px 0px 5px;
	padding: 5px;
	float: left;
	border: thin solid #C78E49;
	background-color: #C0C0C0;
}
title {
	font-weight: bold;
}
/*Drop Shadow Begin*/
/*Hide entire CSS code from IE6*/
<![if !IE 6]>

<style type="text/css">

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	width: 650px; /* container width*/
	background-color: #d1cfd0;
	margin-right: auto;
	margin-left: auto;
}

.shadowcontainer .innerdiv{
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
	background-image: none;
	background-color: #FFFFFF;
}

</style>

<![endif]>
/*Drop Shadow End*/
.offeringscontainer {
	margin-right: auto;
	margin-left: auto;
	border: thin solid #990000;
	padding-left: 10px;
	width: 600px;
	line-height: 100%;
	font-size: 100%;
}
.heading {
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #000000;
	font-weight: bold;
	background-image: none;
	background-color: #990000;
}

