@charset "UTF-8";

html, body {
	background-color: #0D174C;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
}

a:link {
	color: #666;
}
a:visited {
	color: #039;
}
a:hover {
	color: #09C;
}

#wrapper {
	display: table;
	min-width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #666;
	border-left-color: #666;
	min-height:100%;
}
.page_heading {
	margin: 0px;
	padding: 0px;
}

#appTitle{
	position: absolute;
	top:90px;	
	margin-left:400px;
	color:#444;
	width:500px; 

}

.content_body {
	width: 97%;
	min-height: 425px;
	margin: 15px;
	padding: 0px;
}

#text_content {
	display:block;
	width: 345px;
	color: #333;
	margin: 3px;
	height: 125px;
	position: absolute;
	z-index: 5;
	top: 120px;
	right: 10px;
	font-size: 12px;
	text-align: left;
}

#text_contentII {
	display:block;
	width: 500px;
	color: #333;
	margin: 3px;
	height: 100px;
	position: absolute;
	z-index: 5;
	top: 122px;
	right: 0px;
	font-size: 12px;
	text-align: left;
}

#navigate {
	background-image: url(../images/nav_bg.jpg);
	width: 100%;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
    padding: 0px;
	text-align:left;
	text-indent:10px;
}

#headr {
	width: 100%;
/* 	height: 112px; */
}

#floatr {
	z-index: 6;
	position: absolute;
	top:145px;
	right: 25px;
}

.site_map {
	bottom: 30px;
	width: 100%;
	font-size: 10px;
	color: #333;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.footr {
	background-color: #000;
	width: 100%;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #039;
	height: 20px;
}

a.roll_home {
	display: inline-block;
/*	width: 100px;*/
	height: 14px;
	text-decoration: none;
}

a.roll_home:hover {
	background-color:#039;
	text-decoration: none;
}
	
a.roll_link {
	display: inline-block;
/*	width: 130px;*/
	height: 16px;
	color:#039;
	margin-top: 1px;
	text-decoration: none;
	padding-right:10px;
	
}

a.roll_link:hover {
	background-color:#039;
	height: 16px;
	color:#E7E7E7;
	margin-top: 1px;
	text-decoration: none;
}

.displace {
	position: absolute;
	left: -5000px;
}

