body  {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
}


#headcont {
	width: 100%;
	margin: 0 auto;
}

#header { 
	width:100%;
	text-align:center;
	background: #FFFFFF;
	border-bottom:1px solid #a2a4a6;
	height:46px; 
} 

#identity {
	float:left;
	width:418px;
	margin-left:10px;
}

#pressroom {
	float:left;	
	width:310px;
	margin-top:11px;
	text-align: right;	
	font-size: 18px;
	color:#005288;
	font-weight: bold;
}


#side {
	width: 190px;
	float: left;
	padding: 8px 0px 8px 8px;
	margin-left: 0px;		 	
}
	
	
.content {		
	padding: 8px 8px 8px 12px;
	border-left: 0px solid #666;		
	border-left: 1px solid #666;
	height: 360px; 
	overflow: auto;	
}
/*
#header {
	background-color: #fff;
	color: #999;
	border-bottom: 1px solid #999;
	margin-bottom: 1px;
}
*/
	
#footer {
	background-color: #fff;
	color: #999;
	border-top: 1px solid #999;
	text-align: right;
	padding: 10px 0px 0 0;
	clear: both;
}


.spacer {
	clear: both;
}
	
p 
{
	padding: 0;
	margin-top: 0px;
}

.ruledivider 
{
	border-top: 1px solid #DADCDF; margin-top:8px; margin-bottom:8px;
}