body {
	background-color: lightblue;
}

.maintext {
	font-family: helvetica;
	width: 850px;
}

.sidenav {
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: black;
	overflow-x: hidden;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.sidenav a {
	padding: 6px 6px 6px 6px 6px 6px 6px 6px;
	text-decoration: none;
	font-size: 20px;
	font-family: helvetica;
	color: lightblue;
	display: block;
}

#header{
	background: url(WebsiteBackground2.jpg);
	height: 310px;
	padding-top: 0px;
 }
  
#logo h1, #logo h2 { 
	font: normal 300% 'century gothic', arial, sans-serif;
	border-bottom: 0;
	text-transform: none;
	margin: 0;
 }
  
#footer{ 
	width: 100%;
	font: normal 100% 'helvetica', arial, sans-serif;
	text-transform: uppercase;
	height: 3em;
	text-align: center; 
	padding: 20px 15px 0px 15px;
	background: #2980b9;
	color: white;
	position:fixed;
	left:0;
	bottom:0;
	display: inline-block;
}

#breadcrumb {
  list-style: none;
  display: inline-block;
  position: center;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #2980b9;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb li a:hover {
  background-color: #58ACFA;
}
#breadcrumb li a:hover:before {
  border-color: #58ACFA;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #58ACFA;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
} 