body {
	background-color: #fed;
	color: black;
}

#content {
	width: 100%;
	margin-top: 75px;
	margin-left: 135px;
}

.hrenclosed {
	width: 90%;
}

.halfsize {
	font-size: 0.75em;
}

.mainpagetext {
	padding-top: 1em;
	width: 80%;
}

.employee {
	padding: 10px;
}

.employeename {
	color: #d62;
	font-family: Arial, serif;
	font-weight: bold;
}

.employeetitle {
	color: #d62;
	font-family: Arial, serif;
	font-weight: bold;
}

.employeedescription {
	padding-top: 5px;
	padding-bottom: 5px;
}

.itpair {
	width: 100%;
	clear: both;
	margin: 10px;
}

.itlocation1 {
	float: left;
	color: black;
	width: 45%;
}

.itlocation2 {
	float: right;
	color: black;
	width: 45%;

}

.itcity {
	font-weight: bold;
}

.clearboth {
	clear: both;
}

.profilesection {
	width: 95%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: black;
	background: #fb7;
}

.profilepicture1 {
	float: left;
	margin-right: 10px;
}

.profilepicture2 {
	float: right;
	margin-left: 10px;
}

hr {
	width: 90%;
	color: #d62;
	margin-top: 1em;
}

p {
	text-align: justify;
}

strong {
	font-weight: bold;
}

.standout {
	color: red;
}

.siteinfo {
	text-align: center;
}

.noborders {
	border-width: 0px;
}

.center {
	text-align: center;
	padding: 5px;
}

.bold {
	font-weight: bold;
}

h1 {
	color: #d62;
	text-align: center;
}

.passportcolor {
	color: #d62;
}

.button {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.header {
	text-align: center;
	padding: 3px;
}


#menu {
	background-color: white;
	color: white;
	position: absolute;
	width: 130px;
	left: 10px;
	top: 75px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#banner {
	position: absolute;
	width: 100%;
	top: 5;
	font-family: Impact;
	background-color: white;
        color: black;
	text-align: center;
	margin: 0px;
	font-size: 2em;
	font-weight: bold;
}


.menulink {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.menulink:hover {
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.menuheader {
	padding-left: 2px;
	padding-right: 0px;
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.menuheader a:link {
	color: white;
	text-decoration: none;
}

.menuheader a:visited {
	color: white;
	text-decoration: none;
}

.menuheader a:hover {
	text-decoration: underline;
}

.menulink a:link {
	color: white;
	text-decoration: none;
}

.menulink a:visited {
	color: white;
	text-decoration: none;
}

.menulink a:hover {
	color: white;
	background-color: black;
}

.lastline {
	clear: both;
}
