﻿body{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:gray;
background-color:black;
}

#wrapper{
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:95%;
}
#pageBanner{
clear:both;
}

/* --------- Top Navigation section --------- */ 

.topNav_npld{
display:block;
background-color:#dfdfdf;
padding-top:0px;
}

.topNavWrapper{
display:block;
/*width:82%;*/
margin-left:0px;
padding-top:0px;
background-color:#dfdfdf;
}

.topNav_npld li{
display:inline;
font-size:10pt;
text-decoration:none;
list-style-image:none;
color:#000;
margin-top:8px;
vertical-align:bottom;
}

.topNav_npld li a {
display:inline;
text-decoration:none;
list-style-image:none;
font-size:8pt;
color:#424242;
font-weight: bold;
font-family: tahoma;
padding:6px 8px 6px 8px;
margin-top:1px;
border-right:1px solid gray;
}

.topNav_npld_Current a{
text-decoration:none;
list-style-image:none;
color:#000;
padding:5px 8px 11px 8px;
background-color:silver;
line-height:15pt;
}


.topNav_npld li a:hover {
color:#fff;
}

.topNav_npld ul {
display:block;
background-color:#dfdfdf;
line-height:20pt;
/*padding-top:5px;*/
padding-bottom:0px;
padding-top:8px;
margin-top:0px;
/*background-color:#dfdfdf;*/
}

/* --------- Breadcrumbs section --------- */ 

#breadcrumbs{
display:block;
padding:0px;
width:100%;
background-color:silver;
}

#breadcrumbs p{
font-size:8pt;
color:dfdfdf;
margin-left:30px;
}

/* --------- Left Navigation section --------- */ 

.leftNav_npld{
display:block;
float:left;
width:22%;
padding:0px;
}

#search{
width:180px;
float:right;
text-align:right;
margin-bottom:5px;
margin-right:2px;
border:none;
}

/* --------- Content section --------- */ 

#content{
display:block;
width:70%;
float:left;
margin-left:15px;
margin-bottom:20px;
margin-top:20px;
}

#content p{
font-size:10pt;
line-height:150%;
}

.hr{
	background-color:silver;
	color:silver;
}

.column{
	width:20%;
}

.NavigationMenu{
display:block;
float:left;
	background-color:#f1f1f1;
	margin:10px;
	border:1px solid #dbdbdb;
	padding:0px;
	vertical-align:top;
	width:22%;
}

ul{
	margin:0px;
}

.NavigationNode{
	font-size:8pt;
	color:#424242;
	font-weight: bold;
	font-family: tahoma;
	list-style-type:none;
	list-style-image:none;
	text-decoration:none;
	text-align:left;
	margin-left:0px;
}

.NavigationMenu ul{
	
}
.NavigationNode a{
	display:block;
	color:#424242;
	text-decoration:none;
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:5px 5px 5px 10px;
	width:inherit;
}

.NavigationNode_Current{
	font-size:8pt;
	font-weight: bold;
	font-family: tahoma;
	list-style-type:none;
	list-style-image:none;
	text-decoration:none;
}

.NavigationNode_Current a{
	display:block;
	background-color:silver;
	text-decoration:none;
	font-size:8pt;
	color:#fff;
	font-weight: bold;
	margin:0px;
	padding:5px 5px 5px 10px;
}


.NavigationNode a:hover{
	background-color:gray;
	color:white;
}



#footer{
display:block;
clear:both;
text-align:center;
padding-top:5px;
margin-bottom:20px;
border-top:1px gray;
}

#text1{
	display:block;
	width:70%;
	font-size:10pt;
	color:grey;

}

#text2{
	display:block;
	width:70%;
	font-size:10pt;
	color:grey;
}

.header {
	float:left;
}

.mainContent table.cbq-layout-main div.link-item a {
	font-size:12pt;
}