body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/ic-web-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #002F3F;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#outer {
	width: 764px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#topnav {
	background-color: #07222B;
	width: 760px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	margin-top: 2px;
}
#cityscape {
	background-color: #07222B;
	margin: 0px;
	padding: 0px;
	width: 760px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 204px;
}
#breadcrumb {
	background-color: #07222B;
	margin: 0px;
	width: 750px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#breadcrumb a {
	background-color: #07222B;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#maincontent {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
#bottomtext {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.sector-security {
	background-color: #D92329;
}
.sector-talk {

	background-color: #E67718;
}
.sector-connectivity {


	background-color: #0094C0;
}
.sector-hosting {



	background-color: #824087;
}
.home-centreline {
	background-color: #003F53;
}
#topnav a {
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/topnav-separator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	height: 26px;
}
.sector-security-text {
	background-color: #D92329;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	line-height: 12px;
	font-weight: bold;
}

.sector-security-text a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.sector-connectivity-text {
	background-color: #0094C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 38px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	line-height: 12px;
	font-weight: bold;
}
.sector-connectivity-text a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.sector-talk-text {
	background-color: #E67718;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 38px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	line-height: 12px;
	font-weight: bold;
}
.sector-talk-text a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.sector-hosting-text {
	background-color: #814286;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	line-height: 12px;
	font-weight: bold;
}
.sector-hosting-text a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
#bottom-services {
	background-color: #07222B;
	width: 748px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #999999;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#topnav a:link {

	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/topnav-separator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	height: 26px;
}
#topnav a:active {

	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/topnav-separator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	height: 26px;
}
#topnav a:visited {

	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/topnav-separator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	height: 26px;
}
#topnav a:hover {
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/topnav-separator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 7px;
	height: 26px;
	background-color: #FFFFFF;
}
#maincontent-section {

	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
#maincontent-left {
	width: 466px;
	float: left;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#maincontent-right {
	width: 223px;
	float: right;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#maincontent-left h1 {
	font-size: 24px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#maincontent-left h2 {
	font-size: 16px;
	color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#maincontent-rightnav {
	width: 250px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	float: right;
	background-color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#maincontent-right h2 {
	font-size: 16px;
	color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#maincontent-right h3 {
	font-size: 14px;
	color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #3366CC;
	text-decoration: none;
}
hr {
	color: #6699CC;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
.partners-left {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 12px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-right: 0px;
	padding-left: 0px;
}
.partners-right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
#bottom-links {
	background-color: #07222B;
	width: 760px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #999999;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.sector-security-text a:hover {
	text-decoration: underline;
	color: #000000;
}
.sector-talk-text a:hover {
	text-decoration: underline;
	color: #000000;
}
.sector-connectivity-text a:hover {
	text-decoration: underline;
	color: #000000;
}
.sector-hosting-text a:hover {
	text-decoration: underline;
	color: #000000;
}
.home-centre-background {
	background-image: url(../img/home-centre-background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
