.backgroundgrey {
	background-color: #ebebeb;
}

/* Header CSS //////////////////////////////////////////// */
.header {
	background-color: #000000;
	border: 0.5em solid #000000;
	height:9em;
	width:50em;
	margin: auto;
	border-radius: 0.3em;
	margin-bottom: 0.3em;
	box-shadow: 0.1em 0.1em 0.1em 0.1em #bcbcbc;
}

#logo {
	height: 7em;
	width: 40em;
	margin-left:4.3em;
}

.menu {
	margin-bottom: 0.3em;
	background-color: transparent;
}

#black {
	background-color: #000000;
}

.menutd {
	margin:auto;
	border: #000000 0.5px solid;
	width:7em;
	text-align: center;
	margin-left:1.5em;
}

.button1 {
	text-decoration: none;
	color: #ffdc4a;
	background-color: #000000;
	font-family: "Segoe", cursive, sans-serif;
}

.button1:hover {
	font-weight: 600;
}
/* //////////////////////////////////////////////////////////// */

/* Body CSS /////////////////////////////////////////////////// */
.bodyindex {
	background-color: #ffffff;
	width:50em;
	height:auto;
	border: solid #ffffff 0.5em;
	margin: auto;
	border-radius: 0.3em;
	box-shadow: 0.1em 0.1em 0.1em 0.1em #bcbcbc;
	
}
/* Contact Page //////////////////////////////////// */
.bodycontact {
	background-color: #ffffff;
	width:50em;
	height:25em;
	border: solid #ffffff 0.5em;
	margin: auto;
	border-radius: 0.3em;
	box-shadow: 0.1em 0.1em 0.1em 0.1em #bcbcbc;
}

.contacttable {
	background-color:#ffffff;
}

.contactrow {
	background-color:#ffffff;
}

.contactdata {
	background-color:#ffffff;
	border: none;
	text-align: left;
	font-size: 0.84em;
	font-family:"Segoe", cursive, sans-serif;
}
/* /////////////////////////////////////////////////// */

h2 {
	background-color: #ffffff;
	margin-bottom: 0;
	margin-left: 1em;
	font-family: "Segoe", cursive, sans-serif;
}

.article {
	border: 0.1em solid #e1e1e1;
	border-radius: 0.4em;
	width: 30em;
	height:auto;
	background-color: #ffffff;
	margin-left: 1em;
}

#article {

	font-family: "Segoe", cursive, sans-serif;
	background-color: #ffffff;
	border-radius: 0.4em;
	padding:0.5em;
	font-size: 0.9em;
	margin-top:0.1em;
	margin-bottom:0.1em;
}

#heading {
	font-size: 0.84em;
	font-family:"Segoe", cursive, sans-serif;
	background-color:#ffffff;
	font-weight: bold
}

ul {
	margin-top:0.1em;
	background-color: #ffffff;
}

li {
	 font-family: "Segoe", cursive, sans-serif;
	 background-color:#ffffff;
	 padding:0.5em;
	 font-size: 0.84em;
	 margin-top:0.1em;
	 margin-bottom:0.1em;
 }

.datatable {
	background-color:#ffffff;
	width: 30em;
}

.datarow {
	background-color:#ffffff;
	border: none;
}

.data {
	background-color:#ffffff;
	border: none;
	text-align: left;
	width: 4em;
	vertical-align: top;
	padding-left: 0em;
}

td ul {
	margin: 0em;
}

td ul li {
	font-size: 0.84em;
	font-family:"Segoe", cursive, sans-serif;
	padding: 0em;
	margin: 0em;
}

.span {
	font-size: 0.84em;
	font-family:"Segoe", cursive, sans-serif;
	background-color:#ffffff;
	font-weight: bold
}

.sidebar {
	border: 0.1em solid #e1e1e1;
	border-radius: 0.4em;
	width: 16em;
	height:auto;
	background-color: #ffffff;
	margin-left: 1em;
	float: right;
	margin-right: 0.5em;
	margin-top: 1em;
}

.lightimg {
	display: inline-block;
	margin-left: 0.6em;
}

#img {
	width: 7em;
	height: 7em;
}







.bodyfooter {
	background-color: #ffffff;
	border: 0.1em solid #ffffff;
	height: 4em;
}
.footer {
	font-size: 0.6em;
	font-family:Times, serif;
	text-align: center;
}