body {
    background-color: #41393d;
	font-family: "tk-athelas", "Majesti Banner Light";
	color: #d7e4c2;
	font-weight: 700;

}
h1,h2,h3,h4,h5 {
    color: #8a8c8f;
	font-family: "tk-athelas", "Majesti Banner Book";
}

a:link {
	color: #8a8c8f;
	text-decoration: none;
}

a:visited {
	color: #ef4e22;
	text-decoration: none;
}

a:hover {
	color: #ef4e22;
	text-decoration: none;
}

.main_container {
	max-width: 100%;
	max-height: 100%;
	text-align: center;

}

.contentM {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	margin-top: auto;
}

.head_container {
	max-height: 70%;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	
}

.headerM {
	width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.navBarCon {
	width: 650px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
}

ul.mainNavBar {
	list-style:none;
	padding: 0;
}

ul.mainNavBar li {
	display: inline;
	text-align: center;
}

ul.mainNavBar li a {
	display: inline;
	padding: 18px 0;
	float: left;
	text-align: center;
	text-decoration: none;
	width: 120px;
	background: #000000;
	color: #ffffff;
	border-right:1px solid #be1e2d;
	border-left: 1px solid #be1e2d;
	
}

ul.mainNavBar li a:hover {
	box-shadow: 1px 1px 12px #ef4e22;
	background: #ef4e22;
	color: #000000;

}

.contact {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 5px;
    padding: 0px;
}

input[type=submit] {
    width: 10%;
    background-color: #000;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ef4e22;
	color: #000;
}

input[type=text] {
	width: 13%;
	height: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

label {
	display: inline;
	
}


.textbox {
	width: 25%;
	height: 150px;
}

table {
	text-align: center;
	width: 100%;
	height: 150px;
}

.tableC {
	max-height: 70%;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	
}

