@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	color: #000;
	
}

.gridContainer {
	max-width: 1232px;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 10px;
	color: #000000;
}

h1 {
	display: block;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #000033;
	}


#header {
	background-color: #d2d2b7;
	height: 100px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#topmenu {
	padding-bottom: 5px;
	padding-top: 20px;
	background-color: #d2d2b7;
	margin-top: auto;
	margin-left: auto;
}


#footer {
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topcontent {
	text-align: center;
}

#sidebar {
	background-color: #ffff;
}
#MenuBar1 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.button {
   border-top: 1px solid #78d661;
   background: #7bd665;
   background: -webkit-gradient(linear, left top, left bottom, from(#469c3e), to(#7bd665));
   background: -webkit-linear-gradient(top, #469c3e, #7bd665);
   background: -moz-linear-gradient(top, #469c3e, #7bd665);
   background: -ms-linear-gradient(top, #469c3e, #7bd665);
   background: -o-linear-gradient(top, #469c3e, #7bd665);
   padding: 6.5px 13px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #211321;
   font-size: 15px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
 .button:hover {
	border-top-color: #FF00FF;
	background: #2c9feb;
	color: #23DBDB;
   }
 .button:active {
	border-top-color: #AECA27;
	background: #37a7bd;
   }


	.table {
	float: none;
	width: 80%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	background-color: #A7B533;
	border: 1px solid #2C450E;
	padding: 5px;
	display: block;
	color: #FFF;
	font-variant: small-caps;
}

.fb-like {
	margin-left: auto;
	margin-right: auto;
	width: 97.3913%;
	padding-left: 1.3043%;
	padding-right: 1.3043%;
	color: #FFFFFF;	
}

 
