html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #E6F2FF;
	font-family: "baskerville old face", 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, -280px);
	font-family: "perpetua titling mt";
	font-size: 48px;
	font-weight: bold;
	color: #0000CC;
}

.tagline
{
	position: absolute;
	width: 100%;
	transform: translate(0px, -200px);
	font-family: "baskerville old face";
	font-size: 42px;
	color: #0000CC;
}

/* the navbar */
ul.navbar
{
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0;
	text-align: left;
	overflow: hidden;
	background-color: #D9D9D9;
	box-sizing: border-box;
}

/*li.navbaritem
{
	float: left;
}*/

li.navbaritem a
{
	display: inline-block;
	color: #333333;
	text-align: left;
	padding: 14px 16px;
	text-decoration: none;
	width: 100%;
	border-style: outset;
	border-width: 2px;
	border-color: #FFFFFF;
}

li.navbaritem a:hover
{
	background-color: #CCEEFF;
}

.currentmenuitem
{
	display: inline-block;
	background-color: #333333;
	color: #FFFFFF;
	text-align: left;
	padding: 14px 16px;
	width: 100%;
	border-style: inset;
	border-width: 2px;
	border-color: #FFFFFF;
}

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

.sidebar
{
	padding: 20px;
	box-sizing: border-box;	
	width: 35%;
	float: left;
	text-align: left;
}

.maincontent
{
	padding: 20px;
	box-sizing: border-box;
	width: 65%;
	float: left;
	text-align: left;
}

/* the page elements */
h1
{
	text-align: center;
	color: #0000FF;
	font-size: 36px;
}

h2
{
	text-align: center;
	color: #0080FF;
	font-size: 28px;
}

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

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

/* links */
a:link
{
	color: #0080FF;
}

a:visited
{
	color: #0080FF;
}

a:hover
{
	background-color: #0080FF;
	color: #FFFFFF;
}

a:active:
{
	background-color: #0080FF;
	color: #FFFFFF;
}

.footer
{
	text-align: center;
}
