@charset "utf-8";
/* CSS Document */

body {
	background-color: rgb(231, 217, 170);
	text-align: center;
}
ul {
	display: inline;
}
li {
	list-style-type: none;
	margin-left: 15px;
}
footer {
	background-color: rgb(231, 217, 170);
	width: 100%;
	display: inline-block;
}
article {
	width: 49%;
	height: 150px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: rgb(154, 80, 69);
}
article p {
	padding: 0px 30px 0px 30px;
}
article:hover {
	transition: all ease 2s;
	background-color: rgb(120, 169, 183);
	color: rgb(30, 35, 29);
}
h6 {
	margin-top: -30px;
}

#Banner #BannerNav li {
	font-size: 22px;
    display: inline;
}
#CopyRight {
	background-color: rgb(101, 132, 64);
	margin: 0 auto;
	width: 80%;
	text-align: left;
	padding: 5px 5px 5px 15px;
}
#Banner {
	color: rgb(30, 35, 29);
	background-color: rgb(231, 217, 170);
	font-size: 48px;
	width: 80%;
	padding: 5px 5px 5px 20px;
	margin: auto;
	height: 100px;
}
#BannerTitle {
	width: 600px;
	text-align: left;
	float: left;
	font-weight: bold;
}
#SubTitle {
	font-size: 18px;
	margin-top: -15px;
	font-style: oblique;
}
#BannerNav {
	float: right;
}
#BannerNav ul li a {
	text-decoration: none;
	color: rgb(30, 35, 29);
}
#BannerNav div {
	margin-bottom: -20px;
}
#BannerNav ul li a:hover {
	transition: all ease 0.25s;
	color: rgb(96, 135, 164);
	text-decoration: underline;
}
#BlogTitle {
	margin: 0 auto;
	width: 80%;
	background-color: rgb(101, 132, 64);
	color: whitesmoke;
	font-size: 48px;
	padding: 10px;
	border-bottom: solid thick rgb(205, 156, 90);
	display: inline-block;
}
#R1Img {
	width: 100%;
	height: 175px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.9;
	background-size: contain;
}
#PageContainer {
	width: 75%;
	margin: 0 auto;
}
#MainBlog {
	width: 65%;
	height: auto;
	float: left;
	text-align: justify;
	font-size: 20px;
	color: rgb(30, 35, 29);
}
#MainBlog a {
	text-decoration: none;
	color: rgb(154, 80, 69);
}
#RightSideBar {
	width: 30%;
	float: right;
	border-left: solid rgb(101, 132, 64);
}
#RightSideBar {
	padding-top: 20px;
}
#RightSideBar ul li {
	text-align: left;
	font-size: 20px;
    display: block;
}
#RightSideBar ul li a {
	text-decoration: none;
	color: rgb(154, 80, 69);
}
#RightSideBar ul li a:hover {
	transition: all ease 0.25s;
	color: rgb(30, 35, 29);
	text-decoration: underline;
}
#StoryImage {
	width: 100%;
	height: 150px;
}
#BlogEnd {
	display: block;
	text-align: center;
}
#ChooseAdv {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	background-color: rgb(30, 35, 29);
	color: white;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
}
#Donate {
	float: left;
}
#JoinUs {
	float: right;
}
#SmallPic {
	width: 100%;
	height: 75px;
	margin: 0px 15px 15px 15px;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#Forwards {
	text-align: right;
}

#R20Table th {
    text-align: center;
}
#R20Table .RowTitle {
    width: 250px; 
    vertical-align: top;
    font-weight: bold;
}
#R20Table tr {
    background-color: burlywood;
}
