@charset "utf-8";
/* CSS Document */
html, body {
	background:#a7a8ac;
	}
div, object {
	background:none;
	}
html, body, div, object, h1, h2, h3, h4, h5, h6, p, b {
	margin:0;
	padding:0;
	display:block;
	/*overflow:hidden;*/ /*if set hidden, tern off scroll bars*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
h2 {
	margin:0;
	padding:0;
	margin-left: 4px;
	/*overflow:hidden;*/ /*if set hidden, tern off scroll bars*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
img {
	margin:0;
	padding:0;
	/*overflow:hidden;*/ /*if set hidden, tern off scroll bars*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

html, body {
	width:100%;
	/*height:100%;*/
	margin-top: 20px;
	/*border:#0f0 1px solid; /*just for testing*/
	}
.centered {
	width:993px;
	height:auto;
	margin:auto auto auto auto;
	vertical-align:middle;
	/*border:#f00 1px solid; /*just for testing*/
	background:#a7a8ac url(../images/shadow2_03.jpg) top right no-repeat;
	}
.centered, .centered *{
	position:relative;
	overflow:hidden;
	}
.surface,
.footter {
	width:980px;
	height:100%;
	float:left;
	margin:0;
	background:#fff;
	/*border:#0f0 1px solid; /*just for testing*/
	}
.footter {
	height:27px;
	/*border:#0f0 1px solid; /*just for testing*/
	}
.footter h6 {
	float:left;
	width:auto;
	margin: 0 0 16px 414px; 
	color:#97989c;
	font-size:6pt;
	/*border:#f00 1px solid; /*just for testing*/
	}
	
.footerText{
	float:left;
	width:auto;
	margin: 0 0 16px 414px; 
	color:#97989c;
	font-size:9px;
	line-height:12px;
	/*border:#f00 1px solid; /*just for testing*/
}

.footerText a{
	color:#7eade2;
	font-size:9px;
	text-decoration:none;
}

.footerText a:hover{
	color:#7eade2;
	font-size:9px;
	text-decoration:none;
}

.footerText a:visited{
	color:#7eade2;
	font-size:9px;
	text-decoration:none;
}

.footerText a:visited{
	color:#7eade2;
	font-size:9px;
	text-decoration:none;
}

.left_col,
#right_col {
	height:100%;
	background:#fff;
	}
.left_col {
	clear:both;
	width:410px;
	float:left;
	/*border:#09c 1px solid; /*ju	for testing*/
	}
#right_col {
	width:570px;
	/* width:take rest space after .left_col because it has float:left*/
	/*border:#f00 1px solid; /*just for testing*/
	}
#right_col * {
	color:#97989c;
	}
#content {
	background:#fff;
	height:auto;
	/* for IE */
	filter:alpha(opacity=0);
	/* CSS3 standard */
	opacity:0;
	/*border:#09c 1px solid; /*ju	for testing*/
}
#content * {
	clear:both;
	text-align:left;
	font-style:normal;
	}
#content h1 {
	font-size:12pt;
	color:#7eade2;
	margin:10px 0 0 4px;
	}
#content p {
	font-size:10pt;
	margin:10px 70px 20px 4px;
	}
#shield {
	z-index:100;
	top:-100px;
	left:50px;
	}
.bottom_links,
.bottom_links p{
	width:100%;
	color:#fff;
	text-align:left;
	}
.bottom_links {
	clear:both;	/*important for Safari, makes div really start from new line*/
	margin:0 auto 0 auto;
	height:30px;
	background:#a7a8ac url(../images/shadow_04.jpg) top right no-repeat;
	/*border:#0f0 1px solid; /*just for testing*/
	}
.bottom_links p{
	margin:5px auto 0 414px;
	/*border:#0f0 1px solid; /*just for testing*/
	}
a,
a:visited,
a:active {
	color:#fff;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
a:hover {
	color:#5C5C5C;
	text-decoration:none;
	}
#content a,
#content a:visited,
#content a:active {
	color:#7eade2;
	}
