@charset "utf-8";
/* CSS Document */


* {
	border:0;
	margin:0;
	padding:0;
	outline:none;
}
html, body {
	width:100%;
	height:100%;
	/*overflow:hidden;*/
	background:#000;
	/*font-family: NuvoWeb-Medi, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666;
	background:url(/images/backgrounds/index.jpg);
	background-repeat:repeat;
}
div.wrapper {
	position:relative;
	/*width:100%;*/
	height:auto;
	padding-bottom:50px;
	padding-top:30px;
	width: 990px;
}
div.textHeaderContent {
	font-size:12px;
	line-height:16px;
	margin-left:480px;
	margin-right:0;
	display:block;
	width:460px;
	padding:20px;
	min-height:80px;
	height:auto;
	text-align:justify;
	/*background:#fff;*/
	color:#EDDFCD;
	/*border-width:1px;
	border-color:#fff;
	border-style:solid;*/
	margin-bottom:45px;
	padding-top: 50px;
}
div.logo {
	width:399px;
	height:110px;
	background:#fff;
	float:left;
	margin-top:180px;
	padding:0 !important;
	/*background-image:url(../images/logo_index2.gif);
	background-repeat:no-repeat;*/
}
.logo h1 {
	font-size:10px;
	color:#FFF;
	display:none;
}
/*global*/
 h2 , h2 a{
	font-size:21px;
	line-height:24px;
	font-weight:400;
	color:#fff;
	/*padding-bottom:10px;
	border-bottom-color:#006DB3;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	margin-bottom:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 a, h2 a, a {
	color:#fff;
	text-decoration:none;

}
.h2NoBorder {
	border-bottom:none !important;
	margin-bottom:4px!important;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:900;
	margin-bottom:8px;
	color:#006DB3;
}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:400;
	margin-bottom:8px;
	/*color:#006DB3;*/
	color:#006DB3;
}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	font-weight:400;
	margin-bottom:8px;
	/*color:#006DB3;*/
	color:#006DB3;
}
ul {
	margin-left:14px;
	margin-bottom:16px;
}
li {
	list-style:square;
	line-height:18px;
}
p {
	padding-bottom:12px;
}
hr {
	color: #006DB3;
	background-color: #006DB3;
	height: 1px;
	margin-bottom:20px;
}
.hrG {
	color: #ccc;
	background-color: #ccc;
}
div.topNavigationWrapper {
	height:40px;
	width:100%;
	background-color:#fff;
}

