/*<!-- Mr E.L Setlaba -->
<!-- 2017428588 -->
<!-- CSIS1664 (2021) - Practical 5 -->
<!-- File name: EtrainStyle.css -->*/

*{margin: 0;padding: 0;}
body{
	background-color:#ffffff;
	color:#888888;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
h1,h2,h3,h4,h5,h6{
	color: #0c2e60;	
}
h1,h2{
	padding: 20px 0 10px;
}
h5{
	font-size: 18px;
	line-height: 22px;
}
p{
	margin-bottom: 16px;
}
ol,ul{
	margin-left: 15px;
}
#Container{
	max-width: 950px;
	padding: 0 40px;
	margin: 0 auto !important;
}
#Header{
	padding-top: 10px;
}
#Nav{
	width: 525px;
	padding: 2px;
}
#Nav a:link{
    color: #c0bbb5;
	font-weight: bold;
	text-decoration: none;
}
#Nav a:visited{
	color: #c0bbb5;
	font-weight: bold;
	text-decoration: none;
}
#Nav a.current, div #Nav:hover{
	color: #f0ac3e;
}
div #Banner{
	height: 340px;
	padding: 20px;
	font-size: 150%;
	line-height: 200%;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
div #Banner .breadcrumb{
	height: 200px;
	background-image: url("../images/breadcrumb.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}
div #Banner h2.breadcrumb {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 10px;
}
div #Banner p.breadcrumb{
    font-size: 15px
}
div #Banner .breadcrumb span{
	margin: 0 5px;
	font-size: 12px;
}
#Content{
	min-height: 300px;
	margin-bottom: 20px;
	padding: 20px;
}
#Content ul{
	margin-left: 40px;
	padding-bottom: 5px;
}
#Content .right img{
	float: right;
}
#Footer{
	background-color: #f7f7f7;
	padding: 20px 0;
}
#Footer a:link{
	color: #888888;
	text-decoration: none;
}
#Footer a:hover{
	color: #ff663b;
}