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;
	}

.headerContainer
	{
	position: absolute;
	z-index: 200;
	height: 50px;
	width: 100%;
	background-image:  url('../images/common/top_bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FEFEFE;
	margin: 0px;
	}

.pageHeader
	{
	background-image:  url('../images/common/bg_ts.jpg');
	background-position: top right;
	background-repeat:  no-repeat;
	text-align: left;
	margin: 0px;
	height: 50px;
	}

.pageHeader images 
	{
	margin-left: 0px;
	margin-top: 0px;
	}

.contentLayout
	{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align: center;
	}

.contentContainer
	{
	width: 620px;
	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('../images/common/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: orange;
	}

.pageContent p
	{
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	}

.pageContent li
	{
	padding: 2px;
	}
a images
	{
	border-width: 0px;
	}
a,
a:link,
a:visited,
a:active,
a:hover
	{
	text-decoration: underline;
	color: #324290;
	}

a:hover
	{
	color: #6F85F0;
	}