html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	}

.contentLayout
	{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align: center;
	}

.contentContainer
	{
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*	
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	*/
	height: 100%; 
	}

.pageContent
	{
	margin-top: 49px;
	}

.mainPageBanner
	{
	position: relative;
	width: 100%;
	height: 230px;
	background-color: #ffffff;
	color: #4A78B3;
	background-image: url('banner.gif');
	background-repeat: no-repeat;
	background-position: center middle;
	border-bottom: solid 1px #4A78B3;
	}

.welcomeText
	{
	position: absolute;
	top: 48px;
	left: 260px;
	font-size: 19pt;
	font-weight: bold;
	}

.descriptionText
	{
	color: ##0A2833;
	position: absolute;
	top: 110px;
	left: 260px;
	font-size: 10pt;
	font-weight: bold;
	}

.domainName
	{
	color: #000000;
	}

.pageContent p
	{
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	}

.pageContent li
	{
	padding: 2px;
	}

.iconsArea
	{
	padding-top: 20px;
	text-align: center;
	valign: center
	}

.iconsArea a,
.iconsArea a:link,
.iconsArea a:visited,
.iconsArea a:hover
	{
	color: #000000;
	text-decoration: none;
	margin-right: 25px;
	white-space: nowrap;
	}

.icon
	{
	float: right;
	position: relative;
	display: block;
	width: 230px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 45px;
	cursor: hand;
	}

#kt
	{
	background-image: url('logokt.gif');
	}

#jet	
	{
	background-image: url('logojet.png');
	}