@charset "utf-8";
body  {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #726F60;
	margin: 0;
}

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
#container {
	width: 1000px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}  
#header {
	background-image: url(../images/logo1.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	height: 127px;
} 
#header h1 {
	margin: 0;
	padding: 0px;
}


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#wrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#utube {
	text-align:center;
	margin-top: 50px;
	margin-bottom: 20px;
}
#trailer {
	background-image: url(../images/forgiveFilm.jpg);
	text-align: center;
	height: 260px;
	width: 300px;
	margin-left: 100px;
	margin-top: 50px;
	margin-bottom: 25px;
	
}
#leftborder {
	background-image: url(../images/sidebar1border.jpg);
	background-repeat: repeat-y;
	width: 19px;
	height: 996px;
	float: left;
	margin-left: 22px;
}
#sidebar1 {
	width: 157px;
	background-image: url(../images/sidebar1bkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 996px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar1 p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}


#sidebar1 a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}

#sidebar1 a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1 #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1 a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}
#leftborderTimeline {
	background-image: url(../images/sidebar1border.jpg);
	background-repeat: repeat-y;
	width: 19px;
	height: 7000px;
	float: left;
	margin-left: 22px;
}
#sidebar1Timeline {
	width: 157px;
	background-image: url(../images/sidebarResourcesbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 7000px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar1Timeline p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}

#sidebar1Timeline a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1Timeline a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Timeline a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#leftborderContact {
	background-image: url(../images/sidebar1border.jpg);
	background-repeat: repeat-y;
	width: 19px;
	height: 535px;
	float: left;
	margin-left: 22px;
}
#sidebar1Contact {
	width: 157px;
	background-image: url(../images/sidebar1bkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 535px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar1Contact p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}
#mainContentHomepage #fb-root {
	padding-top: 15px;
	margin-left: 20px;
}



#sidebar1Contact a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}

#sidebar1Contact a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Contact #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1Contact a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#leftborderCurriculum {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 8725px;
	margin-left: 22px;
}
#sidebar1Curriculum {
	width: 157px;
	background-image: url(../images/sidebarCurriculumbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 8725px;
	margin: 0px;
	text-align: center;
}

#sidebar1Curriculum p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}


#sidebar1Curriculum a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}
#sidebar1Curriculum a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Curriculum a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#sidebar1Curriculum #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftborderOverview {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 2015px;
	margin-left: 22px;
}
#sidebar1Overview {
	width: 157px;
	background-image: url(../images/sidebarOverviewbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 2015px;
	margin: 0px;
	text-align: center;
}

#sidebar1Overview p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}
#sidebar1Overview a img  {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #472C1B;
}
#sidebar1Overview a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}
#sidebar1Overview a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#sidebar1Overview #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftborderSchedule {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 800px;
	margin-left: 22px;
}
#sidebar1Schedule {
	width: 157px;
	background-image: url(../images/sidebarOverviewbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 800px;
	margin: 0px;
	text-align: center;
}
#sidebar1Schedule p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}
#sidebar1Schedule a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}
#sidebar1Schedule a img  {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #472C1B;
}

#sidebar1Schedule a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#sidebar1Schedule #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftborderHistory {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 1680px;
	margin-left: 22px;
}
#sidebar1History {
	width: 157px;
	background-image: url(../images/sidebarHistorybkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 1680px;
	margin: 0px;
	text-align: center;
}
#sidebar1History p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}
#sidebar1History a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}
#sidebar1History a img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #472C1B;
}
#sidebar1History a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#sidebar1History #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftborderGeneration {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 1440px;
	margin-left: 22px;
}
#sidebar1Generation {
	width: 157px;
	background-image: url(../images/sidebarOverviewbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 1440px;
	margin: 0px;
	text-align: center;
}

#sidebar1Generation p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}


#sidebar1Generation a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar1Generation a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Generation a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#sidebar1Generation #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftborderParents {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 1625px;
	margin-left: 22px;
}
#sidebar1Parents {
	width: 157px;
	background-image: url(../images/sidebarOverviewbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 1625px;
	margin: 0px;
	text-align: center;
}

#sidebar1Parents p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}


#sidebar1Parents a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar1Parents a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Parents a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#sidebar1Parents #amazon {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftborderResources {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 775px;
	margin-left: 22px;
}
#sidebar1Resources {
	width: 157px;
	background-image: url(../images/sidebarResourcesbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 775px;
	margin: 0px;
	text-align: center;
}

#sidebar1Resources p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}

#sidebar1Resources a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1Resources a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Resources a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#leftborderPresidents {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 12075px;
	margin-left: 22px;
}
#sidebar1Presidents {
	width: 157px;
	background-image: url(../images/sidebarPresidentsbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 12075px;
	margin: 0px;
	text-align: center;
}

#sidebar1Presidents p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}

#sidebar1Presidents a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1Presidents a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Presidents a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#leftborderForgive {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 1890px;
	margin-left: 22px;
}
#sidebar1Forgive {
	width: 157px;
	background-image: url(../images/sidebarResourcesbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 1890px;
	margin: 0px;
	text-align: center;
}

#sidebar1Forgive p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}

#sidebar1Forgive a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1Forgive a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Forgive a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}
#leftborderVote {
	background-image: url(../images/sidebar1border.jpg);
	width: 19px;
	background-repeat: repeat;
	float: left;
	height: 2040px;
	margin-left: 22px;
}
#sidebar1Vote {
	width: 157px;
	background-image: url(../images/sidebarResourcesbkg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	float: left;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #EFCC64;
	height: 2040px;
	margin: 0px;
	text-align: center;
}

#sidebar1Vote p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 19px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
}

#sidebar1Vote a {
	color: #3A2516;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1Vote a img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #472C1B;
}

#sidebar1Vote a:hover {
	color: #F0D289;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContentHomepage {
	background-repeat: no-repeat;
	height: 996px;
	width: 525px;
	background-color: #FBF3D9;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
} 


#mainContentHomepage p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 18px;
	font-style: normal;
	text-align: left;
}


#mainContentHomepage h1  {
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #50382C;
	font-weight: lighter;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContentHomepage h4 a {
	color: #331F13;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
}
#mainContentHomepage h4 {
	padding-right: 55px;
	padding-left: 55px;
}

#mainContentHomepage h4 a:hover {
	color: #DFCF91;
}


#homepageImg  {
	text-align: center;
}


#homepageQuote {
	background-color: #D3BEA0;
	margin-top: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
}


#mainContent {
	background-repeat: no-repeat;
	height: 996px;
	background-color: #FBF3D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	width: 525px;
} 
#mainContent img {
	margin-left: 40px;
}



#mainContent p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
#mainContent ul {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#mainContentTimeline {
	background-repeat: no-repeat;
	height: 7000px;
	background-color: #FBF3D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	width: 525px;
} 
#mainContentTimeline p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 10px;
	padding-left: 25px;
}

#mainContentContact {
	background-repeat: no-repeat;
	height: 535px;
	background-color: #FBF3D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	width: 525px;
}
#mainContentContact img {
	margin-left: 40px;
}
#mainContentContact p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
#mainContentContact ul {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#mainContentQuote {
	background-color: #D3BEA0;
	margin-top: 50px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#mainContentCurriculum {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 8725px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentCurriculum p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

#mainContentOverview {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 2015px;
	margin: 0px;
	background-color: #FBF3D9;
	width: 525px;
}

#mainContentOverview p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

#mainContentSchedule {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 800px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentSchedule p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

#mainContentHistory {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 1680px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentHistory p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
#mainContentHistory h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4A2528;
	text-align: center;
}
#mainContentHistory ul {
	color: #412718;
}
#mainContentGeneration {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 1440px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentGeneration p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
#mainContentParents {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 1625px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentParents p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

#mainContentResources {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 775px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentResources p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 10px;
	padding-left: 25px;
}

#mainContentResources h4 a img {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#mainContentPresidents {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 12075px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentPresidents p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 10px;
	padding-left: 25px;
}

#mainContentPresidents h4 a img {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#mainContentForgive {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 1890px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentForgive p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

#mainContentForgive h2 {
	text-align:center;
}

#mainContentForgive h4 a img {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainContentVote {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 2040px;
	margin: 0px;
	width: 525px;
	background-color: #FBF3D9;
}

#mainContentVote p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A2516;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

#mainContentVote h2 {
	text-align:center;
}

#mainContentVote h4 a img {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#mainContent h4 a {
	color: #1E1913;
	text-decoration: underline;
}
#mainContent h4 a:hover {
	color: #F6E5A0;
	text-decoration: underline;
}

h1  {
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #472C34;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #472C34;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}

h3 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C1B;
	font-size: 14px;
	padding-right: 7px;
}

h4 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #472C1B;
}
h5 {
	font-size: 12px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 12px;
	color: #472C34;
}
h6 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #472C34;
}
a {
	color: #472C1B;
	font-weight: bold;
}
a:hover {
	color: #B88A4C;
}



#asWeForgive {
	padding:0px;
}
#sidebar2 {
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 15px;
	height: 980px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 248px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #47332C;
	text-decoration: none;
	background-position: left top;
	margin-right: 22px;
}
#sidebar2Inside {
	width: 230px;
	text-decoration: none;
}
#sidebar2 p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-left: 25px;
}
#sidebar2 p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2 p a:hover {
	color: #B78B4A;
}
#sidebar2 h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2 h3 a:hover {
	color: #B88A4C;
}
#sidebar2Timeline {
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 15px;
	height: 6985px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 248px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #47332C;
	text-decoration: none;
	background-position: left top;
	margin-right: 22px;
}
#sidebar2Timeline p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Timeline p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Timeline p a:hover {
	color: #B78B4A;
}
#sidebar2Timeline h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Timeline h3 a:hover {
	color: #B88A4C;
}

#sidebar2Timeline #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#sidebar2 #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#sidebar2Contact {
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 15px;
	height: 520px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 248px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #47332C;
	text-decoration: none;
	background-position: left top;
	margin-right: 22px;
}
#sidebar2InsideContact {
	width: 230px;
	text-decoration: none;
}
#sidebar2Contact p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-left: 25px;
}
#sidebar2Contact p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Contact p a:hover {
	color: #B78B4A;
}
#sidebar2Contact h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Contact h3 a:hover {
	color: #B88A4C;
}

#sidebar2Contact #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2Curriculum {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 8710px;
	padding-right: 22px;
}
#sidebar2Curriculum p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Curriculum p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Curriculum p a:hover {
	color: #B88A4C;
}
#sidebar2Curriculum h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Curriculum h3 a:hover {
	color: #B88A4C;
}
#mainContentCurriculum #amazon {
	text-align: center;
}


#sidebar2Curriculum #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2Overview {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 2000px;
	padding-right: 22px;
}
#sidebar2Overview p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Overview p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Overview p a:hover {
	color: #B88A4C;
}
#sidebar2Overview h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Overview h3 a:hover {
	color: #B88A4C;
}

#sidebar2Overview #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2Schedule {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 785px;
	padding-right: 22px;
}
#sidebar2Schedule p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Schedule p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Schedule p a:hover {
	color: #B88A4C;
}
#sidebar2Schedule h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Schedule h3 a:hover {
	color: #B88A4C;
}

#sidebar2Schedule #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2Generation {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 1425px;
	padding-right: 22px;
}
#sidebar2Generation p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Generation p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Generation p a:hover {
	color: #B78B4A;
}
#sidebar2Generation h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Generation h3 a:hover {
	color: #B88A4C;
}
#sidebar2Generation #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#sidebar2Parents {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 1610px;
	padding-right: 22px;
}
#sidebar2Parents p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Parents p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Parents p a:hover {
	color: #B78B4A;
}
#sidebar2Parents h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Parents h3 a:hover {
	color: #B88A4C;
}
#sidebar2Parents #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2Resources {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 760px;
	padding-right: 22px;
}
#sidebar2Resources p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Resources p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Resources p a:hover {
	color: #B78B4A;
}
#sidebar2Resources h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Resources h3 a:hover {
	color: #B88A4C;
}

#sidebar2Resources #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2Presidents {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 12060px;
	padding-right: 22px;
}
#sidebar2Presidents p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Presidents p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Presidents p a:hover {
	color: #B78B4A;
}
#sidebar2Presidents h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Presidents h3 a:hover {
	color: #B88A4C;
}

#sidebar2Presidents #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2Forgive {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 1875px;
	padding-right: 22px;
}
#sidebar2Forgive p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Forgive p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Forgive p a:hover {
	color: #B78B4A;
}
#sidebar2Forgive h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Forgive h3 a:hover {
	color: #B88A4C;
}

#sidebar2Forgive #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#sidebar2Vote {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 2025px;
	padding-right: 22px;
}
#sidebar2Vote p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar2Vote p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#sidebar2Vote p a:hover {
	color: #B78B4A;
}
#sidebar2Vote h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2Vote h3 a:hover {
	color: #B88A4C;
}

#sidebar2Vote #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#sidebar2History {
	width: 248px;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4B2E1E;
	padding-top: 15px;
	height: 1665px;
	padding-right: 22px;
}
#sidebar2History p {
	color: #472C1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}

#sidebar2History p a {
	color: #472C1B;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar2History p a:hover {
	color: #B88A4C;
}
#sidebar2History h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#sidebar2History h3 a:hover {
	color: #B88A4C;
}

#sidebar2History #christianBook {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#sidebar2Inside img  {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#sidebar2Inside a img {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#sidebar2Inside h1 a {
	font-size: 14px;
	text-align: center;
	padding-left: 10px;
	color: #472C34;
	padding-top: 0px;
	margin: 0px;
	line-height: 15px;
}
#sidebar2Inside p a {
	text-align: center;
	text-decoration: none;
}
#sidebar2Inside h5 a {
	font-size: 12px;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#footer {
	background-color: #726F60;
	padding: 0;
	clear: both;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #472C1B;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
} 
#footer p {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #472C1B;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer p a {
	color: #E9D99B;
}
#mainContent #quote {
}
#mainContentQuote h4 {
	color: #472C1B;
}
#mainContentOverview ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #472C34;
}
#mainContentOverview ul li p {
	margin-left: -25px;
}
#mainContentContact table {
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3A2516;
	width: 375px;
	text-align: left;
	font-weight: bold;
}

