/* CSS Document */

body {
	background-color: #FFFFFF;
	/*background-image: url(imagesDir/tile.jpg);
	background-repeat: repeat-y;*/
	background-image: url(imagesDir/background-test.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

#container {
	position:absolute;
	width:100%;
	height:900;
	z-index:1;
	left: 0;
	top: 0;
	/*background-image: url(imagesDir/background.jpg);
	background-repeat: no-repeat;*/
	overflow:visible;
	/*text-align:right;*/
}

#navLayer {
	position:absolute;
	width:105px;
	height:325px;
	z-index:5;
	left: 20px;
	top: 75px;
}

#logoLayer {
	position:absolute;
	width:100%;
	height:220px;
	z-index:4;
	/*left: 420px;*/
	top: 35px;
	text-align:right;
}

#messageLayer {
	position:absolute;
	width:40%;
	height:450;
	z-index:6;
	left: 180px;
	top: 140px;
}

#messageLayer2 {
	position:absolute;
	width:40%;
	height:450;
	z-index:6;
	left: 180px;
	top: 150px;
}

#contentLayer {
	position:absolute;
	width:70%;
	height:800;
	z-index:3;
	left: 180px;
	top: 240px;
}

.headerStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}

.mainText {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
}

a.mainLink:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.mainLink:visited {
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a.mainLink:hover {
	text-decoration: underline;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
a.mainLink:active {
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

a.subLink:link {
	color: #0099FF;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.subLink:visited {
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
}
a.subLink:hover {
	text-decoration: underline;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A7C7E5;
}
a.subLink:active {
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A7C7E5;
}

.styleTextH
{
display:none;
}