body {
	font-family: Arial, sans-serif;
	}
	
#container {
	width: 600px;
	margin: auto;
	}	
	
#logo {
	width: 600px;
	height: 116px;
	display: block;
	}
	
#content {
	width: 342px;
	padding: 20px 100px 33px 158px;
	
	}		

.text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #96B1D0;
	line-height: 180%;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	}
	
.bold {
	font-size: 11px;
	font-weight: bold;
	}
	
.heading {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	display: block;
	padding-bottom: 5px;
	}			
	
A {	
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
	
A:hover { 
	color: #FF6600; 
	text-decoration: none;
	}
	
.close {
	font-size: 10px;
	text-align: right;
	}
	
.closelink {
	background: url(../media/close_arrow.gif) no-repeat;
	padding-left: 23px;
	}		
