/* CSS Document */
.flyOver {cursor : pointer;cursor : hand;}
.flyOut {cursor : auto;}

#textColumn{
	width: 450px;
	float:right;	
}
#textColumn p a{
	text-decoration:underline;
}
#textColumn p a:hover{
	text-decoration:none;
}
#textColumn li a{
	color:#FFFFFF;
	font-size: 12px;
}
#textColumn ul{
	margin-top:8px;
}
#textColumn p a{
	color:#FFFFFF;
}
#textColumn h3 a:link, a:visited{
	color: #ff8800;
}
#textColumn h3 a:hover{
	text-decoration:none;
}
#picColumn{
	width:161px;
	margin-top:45px;
	float: left;
}
#fullColumn{
	width: 720px;
}
