body { 
	background-color: white; 
	font-family: verdana,arial,serif; 
	font-size: 8pt; 
	color: black; 
	margin: 0 auto;
	width: 900px;
	}

a { 
	font-family: arial,verdana,serif; 
	color: black; 
	font-weight: normal; 
	}
	
a img {
	border: none;
	}

	
	
#pagefootercredits{
	clear: both;
	margin: 15px 0 0 0;
	}

#nelogo{
	float: left;
	}
#sitelegal{
	float: left;
	width: 75%;
	text-align: center;
	font-size: 7pt;
	margin: 0 15px 0 25px;
	}
#sitelegal ul {
	margin: 10px 0 0 0;
	}
#sitelegal ul li {
	display: inline;
	text-decoration: none;
/*	border-left: 1px solid #747474;*/
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sitelegal ul li a {
	color: #747474;
/*	font-size : 8pt;*/
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
/*	font-weight: bold;*/
	margin: 0px;
	padding: 0 6px;
	text-decoration: none;
}


#sflogo{
	float: right;
	}
	
	

#headernavbar {
	/*position: absolute;*/
	float: right;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 20px;
	background-color: #484848;
	padding: 4px 5px 0 0;
	margin: 0px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-family: arial;
	text-align: right;
	}

.headnav {
	margin: 3px;
	display: inline;
	}
	
.headnav  ul {
	font-weight: normal;
	display: inline;
	padding: 0 0 0 0px;
	}
	
	
.headnav  ul  li {
	font-weight: normal;
	display: inline;
	}
	
.headnav ul li a, .headnav ul li a:hover, .headnav ul li a:visited {
	border-left: 1px solid #DFDFDF;
	text-decoration: none;
	padding: 0 3px 0 6px;
	color: #DFDFDF;
	font-size: 8pt;
	}
	
.headnav ul li.active a, .headnav.active ul li a:hover, .headnav.active ul li a:visited {
	border-left: 1px solid #DFDFDF;
	text-decoration: none;
	padding: 0 3px 0 6px;
	color: #4D89F9;
	font-size: 8pt;
	}

	
	
.contentpage{
	font-size: 10pt;
	font-family: arial,verdana;
	width: 770px;
	padding: 0px;
	margin: 0px;
	}
.contentleft{
	float: left;
	margin: 0 10px 0 0;
	/*border: 1px solid red;*/
	width: 520px;
	}
.contentleft br{
	clear: both;
	}
.contentright{
	float: right;
	width: 235px;
	/*border: 1px solid orange;*/
	}
	
.contentsectiontext{	
	float: left;
	margin: 5px 0 15px 0;
	width: auto;
	}
.contentsectionimage{
	float: right;
	margin: 15px 0 25px 0;
	}
	
.contentsection {
	}
	
.contentsection h2{
	margin: 15px 0px 5px 0;
	}

.contentsectionbar{
	border:3px solid #c9c9c9;
	background:#c9c9c9;
	margin: 0px;
	}
