table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

th, td {
	padding: 15px;
}

table {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

#top { width:100%; white-space:nowrap; }
#top div { display:inline-block; width:33.3%;}
#logo-img { text-align:left; }
#top-title { 
	text-align:center; font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

body {
	background-image: url("../images/background.jpg");
	-webkit-background-size: 70% 70%;
	-moz-background-size: 70% 70%;
	-o-background-size: 70% 70%;
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center;
}

.logo {
	margin-top:20px;
	padding-left:50px;
	margin-left:35px;
}

a {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

.menu1 {
	text-align:  center;  
}

.buttontext {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

.buttontext-btm {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

.button {
	text-align: center;
	margin-right:1px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #E89917;
	width: 85px;
	height: 10px;
	padding: 10px;
	display: inline-block;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
}

.button-lg {
	text-align: center;
	margin-right:1px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #E89917;
	width: 130px;
	height: 10px;
	padding: 10px;
	display: inline-block;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
}

.button-btm {
	text-align: center;
	margin: 0 auto;
	background-color: #E89917;
	width: 60px;
	height: 10px;
	padding: 10px;
	display: inline-block;
}

.menu2 {
	min-width: 1000px;
	margin-top: 100px;
	margin-left: 35px;
}

.labelContainer {
    overflow: hidden;
    position: relative;
}

.labelContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.menu-cntainr {
	background-color: #E89917;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 10px;
}

.footer {
	font-size: 14px;
	margin-top: 100px;
	text-align:  center;    
}

.footer-link {
	font-size: 14px;
	text-align: center;
	color: black;
	margin-left: 20px;
}