@font-face
{
	font-family: urwwoodtype;
	src: url('fonts/urw_wood_type_w01_d.woff2');
}

html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFCE6;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
}

.maindiv
{
	margin: 60px auto 0px auto;
	padding: 20px;
	width: 1200px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #000000;
	
}

.logo
{
	text-align: center;
	position: relative;
}

.sitename
{
	position: absolute;
	width: 100%;
	transform: translate(0px, -340px);
	font-family: "urwwoodtype";
	font-size: 72px;
	font-weight: bold;
	color: #804000;
}

.tagline
{
	position: absolute;
	width: 100%;
	transform: translate(0px, -230px);
	font-family: "urwwoodtype";
	font-size: 40px;
	color: #FFFFFF;
}

/* the navbar */
ul.navbar
{
	list-style-type: none;
	margin-top: 10px;
	padding: 0;
	width: 439px; /* change this to make your menu wider or narrower */
	text-align: center;
	overflow: hidden;
	background-color: #CC6600;
	float: left;
	box-sizing: border-box;
}

li.navbaritem
{
	float: left;
}

li.navbaritem a
{
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-weight: normal;
}

li.navbaritem a:hover
{
	background-color: #FFA64D;
	font-style: normal;
}

.currentmenuitem
{
	display: inline-block;
	background-color: #804000;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
}

/* the two column main part of the page */
.clearfix::after
{
	content: "";
	clear: both;
	display: table;
}

.sidebar
{
	padding: 0px 20px 20px 20px;
	box-sizing: border-box;
	width: 50%;
	float: left;
	text-align: left;
	margin-top: -10px;
}

.maincontent
{
	padding: 0px 20px 20px 20px;
	box-sizing: border-box;
	width: 50%;
	float: left;
	border-right: 1px solid #804000;
	text-align: left;
	margin-top: 30px;
}

/* the page elements */
h1
{
	text-align: center;
	color: #339933;
	margin: 50px auto 20px auto;
	width: 500px;
	padding: 10px;
	border: 6px double #994D00;
	font-size: 36px;
	font-weight: bold;
}

h2
{
	text-align: center;
	color: #339933;
	border: 3px double #994D00;
	margin: 40px auto 20px auto;
	width: 300px;
	font-size: 24px;
	font-weight: bold;
}

/*h2.sidebarheader
{
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
}*/

/*h3
{
	text-align: center;
	color: #E67300;
	font-size: 24px;
}*/

.date
{
	 color: #339933;
	 font-weight: bold;
}

/*img.product
{
	float: left;
	margin-right: 15px;
}*/

p.firstpara
{
	margin-top: -10px;
}

 p.firstpara::first-letter
 {
	color: #804000;
	font-size: 28px;
	font-weight: bold;
	font-family: urwwoodtype;
 }
 
/* links */
a:link
{
	color: #339933;
	font-weight: bold;
}

a:visited
{
	color: #339933;
	font-weight: bold;
}

a:hover
{
	 color: #339933;
	 font-style: italic;
}

a:active:
{
	color: #339933;
	font-style: italic;
}
 
 a.navbaritem:link
 {
	font-weight: normal;
 }
 
 a.navbaritem:visited
 {
	font-weight: normal;
 }
 
 a.navbaritem:hover
 {
	font-style: normal;
 }
 
 a.navbaritem:active
 {
	font-style: normal;
 }
 
.footer
{
	text-align: center;
	margin-top: 30px;
}
