@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #003366;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align:left;
}
#Logo {
	position:absolute;
	left:37px;
	top:22px;
	width:825px;
	height:160px;
	z-index:5;
}
#Navigation {
	position:absolute;
	left:37px;
	top:181px;
	width:825px;
	height:50px;
	z-index:7;
	background-image: url(Assets/Graphics/Button%20Background.png);
}
#White {
	position:absolute;
	width:825px;
	height:1220px;
	z-index:4;
	left: 37px;
	top: 233px;
	background-color: #FFFFFF;
	font-size: 14px;
}
#text1 {
	position:absolute;
	left:50px;
	top:50px;
	width:725px;
	height:1063px;
	text-align:justify;
	font-size:14px;
}
#text1 a {
	text-decoration:none;
}
.title1 {
	text-align:left;
	font-weight:bold;
	font-size:16px;
}
.title2 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.title3 {
	text-align:left;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
.list1 {
	margin-left:60px;
}
.list2 {
	margin-left:25px;
}
.businesstable {
	border-style:solid;
	border-width:1px;
	margin-left:auto;
	margin-right:auto;
}
.swottable {
	border-style:solid;
	border-width:1px;
	
	margin-left:auto;
	margin-right:auto;
}
.portersgraphic{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
.hml {
	padding:10px;
	border-style:solid;
	border-width:1px;
}
.action {
	padding:10px;
	border-style:solid;
	border-width:1px;
}
.bnavigation {
	text-align:center;
}
#copyright {
	position:absolute;
	left:37px;
	top:1453px;
	width:825px;
	height:40px;
	z-index:1;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	background-color: #003366;
}
