@charset "utf-8";
/* CSS Document */

/* Sets it so the side scrollbar disappears and fixes an IE resizing of browser window issue */
html {
	overflow: auto;	
}

/* Sets the layout properties of the links */
ul.navigation li {	
	margin-top: 0px;
}

/* The dropdown menu beneath the main links */
li.navitem h2 div {
	margin-top: 2px;
}

/* Fixing the bottom of the menu */
.bottomleading {
	height: 0px;
}

.sidenav {
	position: relative;
	margin-left: 17px;
	margin-top: 20px;
	float: left;
}



/* Set the pointer to the hand for the side navigation */
.sidenav, .navlink, .navlink a {
	cursor: pointer;
	cursor: hand;
}

.innercontent {
	padding-bottom: 50px;
}

.footer {
	margin-top: -70px;	
}

.footerleft {
	float: left;
	margin-top: -2px;
}

.footermiddle {
	float: left;
	margin-top: 6px;
}

.donate{
	padding-right: 164px;
}

.footerright {
	float: left;
	margin-top: 0px;
}

/*NEW CSS STYLE */
.copyright {
	margin-top: 2px;
	clear:both;
}
/*NEW CSS STYLE */
.footermiddle {
	padding-top: 0px;	
}

.bodypage {
	padding-bottom: 20px;
}
