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;
	}
.screenLayout {
  position: relative;
  min-height: 100%;
}
* html .screenLayout {
  height: 100%;
}

.contentLayout
	{
	text-align: center;
  	padding-bottom: 120px;
	}

.contentContainer
	{
	width: 620px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*	
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	*/
	}

.pageContent
	{
	margin-top: 49px;
	}

.mainPageBanner
	{
	position: relative;
	width: 100%;
	height: 230px;
	background-color: #ffffff;
	color: #4A78B3;
	background-image: url('../img/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;
	}

