body{
	width: 1920px;
}
#header {
	margin: 0px;
	padding: 0px;
	background-color: #17375E;
	width: 100%;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
#header img {
	width: 100%;
}
#banner {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	width: 1920px;
	height: 885px;
}
#application-link{
	margin-top: 500px;
	margin-right: 75px;
	float: right;
}

#tagline{
	font-family: Arial;
	font-size: 18pt;
	background-color: #17375E;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	width: 100%;
}

h1{
	font-family: Calibri;
	font-size: 88pt;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
}

h2{
	font-size: 36pt;
	font-weight: normal;
}

#content-top{
	background-image: url(../images/background-top.png);
	height: 200px;
}

#content {
	border: 1px solid white;
	border-image: url(../images/background-mid.png);
	margin: 0px;
	font-family: Arial;
	font-size: 14pt;
	color: #17375E;
	padding-left: 200px;
	padding-right: 200px;
	line-height: 120%;
	background-image: url(../images/background-mid.png);
}

#content-bottom{
	background-image: url(../images/background-bot.png);
	height: 200px;
}

h2 {
	font-size: 18pt;
	color: #17375E;
	text-decoration: underline;
}

.highlighted {
	color: #3366FF;
	font-weight: bold;
	font-size: 20pt;
	line-height: 120%;
}
#footer {
	background-color: #17375E;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24pt
}
#footer-portrait {
	padding: 25px;
	float: left;
}

#footer-contact-details{
	float: left;
	padding-top: 50px;
	margin-left: 80px;
}

#contact-number {
	font-size: 36pt;
}

.clear{
	clear: both;
}