/*
 ----------------------------- 
main css
 -----------------------------
*/
body {
	font-family: "Arial Rounded MT Bold";
	color: #06223d;
	background-color: #102707;
	margin: 5px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 10px;
	border: double #7193a6;
}

.head {
	padding: 0px;
	text-align: left;
	background-color: #102707;
	height: auto !important;
	width: auto !important;
}
.head .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 10px #000;
}

.head .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	background-color: #112605;
}

.content-wrapper {
	margin: 40px;
	padding: 40px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #778f71;
}
.columns-wrapper {
	background-color: #FFF;
}
.content {
	padding: 30px;
	font-size: 1.6em;
	line-height: 1.5em;
	background: #FFF;
}
.footer {
	background-color: #102707;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	font-size: .7em;
	color: #fdfefd;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
}
p { 
  margin: 40px;
  font-weight: bold;
}
h1, h2, h3, h4 {
	margin: 0px;
}
h1 {
	font-size: 2.1em;
    font-family: "Monotype Corsiva", "Lucida Handwriting";
	text-align: center;
	line-height: 1.5em;
	color: #102707;
	background-color: #fff;
	padding-left: 15px;
}
h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: left;
}
h3 {
	font-size: 1.4em;
	font-family: "Monotype Corsiva", "Lucida Handwriting";
	text-align: center;
	line-height: 1.3em;
}
h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	color: #000;
}
h5 {
	font-size: 1em;
	line-height: 1.4em;
	color: #9bc8e8;
}
.page-topper {
	margin-top: 20px;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
img { 
	margin: 15px; 
}
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;

}
.table-container {
	width: 90%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
table {
	width: auto;
	margin: 0px auto;
	color: #102707;
	font-family: Tahoma, Geneva, sans-serif;
}
td {
	padding: 3px;
	margin: auto;
	font-size: 1.1em;
}
.content a {
	color: #4e4336;
	text-decoration: none;
}
.content a:hover, .content a:focus {
	color: #C30;
	text-decoration: underline;	
}
.footer a {
	color: #9bc8e8;
}
.footer a:hover, .footer a:focus {
	color: #9bc8e8;
	text-decoration: underline;
}
.menutop-wrapper {
	background-color: #6E6D68;
	border-bottom: 1px solid #778f71;
	position: relative;
	z-index: 10;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}
.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #23341c;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFF;
	background-color: #23341c;
	outline: 0;
}

@media only screen and (min-width: 0px) and (max-width: 780px) {
ul.menutop {
	display: block;
}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.content, .menutop-wrapper {
	padding: 10px !important;
	font-size: 1em;
}
.content-wrapper {
	margin: 0px;
}
}