html,body{
	margin: 0;
	padding: 0;
}
body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
table {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p{
	margin: 0 10px 10px;
}
a{
	color: #6495ED;
	font-weight: bold;
	text-decoration: none; 
	padding: 10px;
}
#extra a {
	color: #6495ED;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
div#header h2{
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
	background: #B0C4DE;
	color: White;
	font-weight: bolder;
}
div#container{
	text-align: left;
	border-right: 1px dotted Silver;
	border-left: 1px dotted Silver;
}
div#content p{
	line-height: 1.4;
	padding: 10px;
}
div#navigation{
	background: White;
}
div#extra{
	background: #F5F5F5;
	border-top: 1px dotted Silver;
}
div#footer{
	background: #333;
	color: #FFF;
}
div#footer p{
	margin: 0;
	padding: 5px 10px;
}

div#container{
	width: 765px;
	margin: 0 auto;
}
div#content{
	float: left;
	border-right: 1px dotted Silver;
	width: 520px;
}
div#navigation{
	float: right;
	width: 200px;
}
div#extra{
	float: left;
	width: 520px;
}
div#footer{
	clear: both;
	width: 100%;
}
div#logo {
	position: relative;
	float: right;
	top: 5px;
	right: 145px;
	z-index: 999;
	width: 98px;
	height: 145px;
	background: url(../Images/nea-logo-gold.gif) no-repeat;
}
.showred {
	color: Red;
	font-style: italic;
	font-weight: bold;
}