body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #8c8c8c;
	font-weight: bold;
	font-size: 18px;
	background-color: #454444;
	margin: auto;
	padding: 10px
}

.head {
	padding: 0;
	text-align: center;
	background-color: #8c8c8c;
}
.head .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0 0 20px #000
}
.head .banner img {
	height: auto!important;
	width: auto!important;
	max-width: 100%
}
.content-wrapper {
	margin: 0;
	overflow: hidden
}

.columns-wrapper { background-color: #f9f9f3 }

.content {
	padding: 20px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #151515
}

p { padding: 25px; font-size: 1.3em;  }

.footer {
	background-color: #222;
	box-shadow: inset 0 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #FFF;
	text-align: center;	
}
h1, h2, h3, h4 { margin: 30px 0 0 0 }
h1 {
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
	color:#151515;
}
h2 { font-size: 1.4em }
h3 {
	font-size: 1.3em;
	text-align: left;
	line-height: 1.5em
}
h4 { font-size: 1.2em }
h5 { font-size: .9em; color: #FFF; }
img.scalable {
	height: auto!important;
	width: auto!important;
	max-width: 100%
}
img {
	padding: 5px;
	width: auto;
	text-align: center
}
.imglft {
	padding: 5px 10px 5px 0;
	float: left
}
.imgrgt {
	padding: 5px 0 5px 10px;
	float: right
}
.imgctr {
	display: block;
	margin: 0 auto
}

table, td {
    text-align: left;
	width: 90%;
}

table {
	table-layout: fixed;
	border: thin solid;
	color: #0b2639;
	font-family: Tahoma, "Century Gothic";
	font-size: 1em;
	padding: 10px;
	margin: 0 auto;
}

tr:nth-child(odd) { background: #dcd8d4; }
tr:nth-child(even) { background: #f6f2ed; }

td {
	border: thin solid #48566d;
	text-decoration: none;
	padding: 15px;
	margin: 5px;
}

a:link {
	text-decoration: none;
	color: #122b3a;
}
a:visited { text-decoration: none }
a:hover { text-decoration: underline; color: #122b3a }
a:active { text-decoration: none }

.menutop-wrapper {
background-color: #6e6d68;
border-bottom: 1px solid #FFF;
box-shadow: 0 0 30px #999;
position: relative;
z-index: 10;
padding: 10px;
overflow: hidden;
text-align: center;
}

#ul {
padding:20;;
margin: 0px 0px 0px 40px;
line-height: 1.5em;
color:#000;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type: disc;
}

.menutop {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom
}
.menutop li
{
	list-style-type: none;
	margin-right: 5px;
	float: left
}
.menutop li:last-child { margin-right: 0 }
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0 12px 6px rgba(255,255,255,.15), 0px 0 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: #FFF;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s
}
.menutop a:hover, .menutop a:focus {
	color: #FFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0
}


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