@charset "UTF-8";
body ,td,th{
	padding: 0;
	text-align: center;
	font-family: Signika-Regular, Signika, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	background-position: center top;
	background-attachment: fixed;
	margin-top: 20px;
	bottom: 0px;
}
@font-face {
     font-family: Signika-Regular;
     src: local(Signika-Regular), url('font/Signika-Regular.otf'); 
}
div.addthis_toolbox {
width: 145px;
margin: 0 auto;
}
.oneColFixCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	padding-top: 40px;
}
.oneColFixCtrHdr #header {
	font-size: 13pt;
	background-image: url(pics/greysquare.png);
	background-repeat: repeat;
	position: fixed;
	width: 100%;
}
#buttons {
	font-family: Signika-Regular, Signika, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.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 {
	font-family: Signika, Signika-Regular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	width: 540px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 130px;
	padding-left: 30px;
	margin-top: 10px;
	background-image: url(pics/paperbg.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	font-family: Signika, Signika-Regular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-image: url(pics/footermrgd.png);
	background-repeat: no-repeat;
	height: 114px;
	bottom: 0px;
	position: fixed;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
}
.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: 98px 0;
	font-family: Signika, Signika-Regular, Verdana, Arial, Helvetica, sans-serif;
}
