body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #11568B;
	letter-spacing: 1px;	
	}
	
#container {
	width: 780px;
	margin: auto;
	}
	
#column1 {
	width: 240px;
	float: left;
	clear: none;
	}
	
#navigation {
	width: 140px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
* html li {
	height: 25px;
	margin-bottom: -3px;
	}	
	
#navigation li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #96B1D0;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
	border-right: solid 1px #96B1D0;	
	border-left: solid 1px #C0D0E3;
	border-bottom: solid 1px #96B1D0;
	}		
		
#navigation li a:hover {
	color: #E68033;
	text-decoration: none;
	background: #F4F7FA url(../media/blue-arrow.gif) no-repeat 0px 2px;
	border-left: solid 1px #C0D0E3;
	}	

#main {
	width: 540px;
	float: left;
	clear: none;
	}
	
#main .title {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 5px 10px;
	}
	
#main .subtitle {
	font-size: 12px;
	font-weight: bold;
	display: block;
	}	
	
#main .text {
	padding: 0px 10px;
	}
	
#main ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px 10px;
	margin: 0px;
	}	
	
#expert {
	width: 240px;
	height: 60px;
	display: block;
	}		
	
#author {
	width: 120px;
	height: 80px;
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	color: #FFFFFF;
	background: url(../media/bluestripeback.gif) no-repeat;
	padding: 5px 10px;
	margin: 0px;
	}	
	
.return {
	height: 20px;
	text-align: right;
	margin-top: 15px;
	padding-top: 7px;
	border-top: solid 1px #11568B;
	clear: both;
	}	
	
a:link, a:visited {
	font-size: 11px;
	color: #5000BF;
	font-weight:bold;
	text-decoration: none;
	padding: 3px;
	}	
		
a:hover {
	color: #C3B818;
	text-decoration: none;
	}	