		body {
			margin:0px;
			padding:0px;
			text-align:center;
			background: #fff url(/images/home/background_gradient.jpg) repeat-x 0px 170px;
			font-family: Arial;
			width: 99.9%
		}
		
		#main_body {
			width: 892px;
			margin-left: auto;
			margin-right: auto;
			background-color: #fff;
			text-align: left;
		}
		
		#header {
			height: 60px;
			width: 892px;
			position: relative;
		}
		
		#flash_splash {
			width: 892px;
			height: 280px;
		}
		
		#secondary_body {
			padding-bottom: 25px;
		}
		
		#video_strip {
			height: 100px;
			width: 100%;
			padding-top: 15px;
		}
		#action_strip {
			width: 100%;
			clear: both;
		}
		
		#news_columns {
			position: relative;
			padding: 0px 20px;
		}
		
		#news_column_analysis {
			width: 250px;
			float: left;
			background-color: #fff;
			padding: 2px;
		}

		#news_column_news {
			width: 250px;
			float: left;
			background-color: #fff;
			margin-left: 40px;
			padding: 2px;
		}

		#news_column_quotes {
			width: 250px;
			float: left;
			background-color: #fff;
			margin-left: 40px;
			padding: 2px;
		}
		
		#footer {
			height: 40px;
			width: 100%;
			background-color: #fff;
			position: relative;
			color: #666;
			font-family: Arial;
			font-size: 12px;
			padding-bottom: 10px;
		}
		
		#divider_line {
			width: 850px;
			margin-left: 20px;
		}
		
		#footer_divider_line {
			width: 100%;
		}
		
		#footer a {
			color: #333;
			text-decoration: none;
			padding: 0px 5px;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}
		
		.column_header {
			font-family: Arial;
			font-weight: bold;
			font-size: 18px;
			color: #335;
		}
		
		#topnav_buttons {
			position: absolute;
			top: 17px;
			right: 5px;			
		}
		
		#topnav_buttons ul {
			list-style: none;
			white-space: nowrap;
			line-height: 30px;
			margin: 0px;
			padding: 0px;
		}
		
		#topnav_buttons li {
			font-size: 12px;
			text-align: center;
			list-style-type: none;
			display: inline;
			padding: 0px;
		}
		
		#topnav_buttons li a {
			margin: -1px;
			padding: 4px 15px;	
			text-decoration: none;
			color: #444;
		}
		
		#topnav_buttons li a:hover {
			background: url(/images/home/menu_background.gif) repeat-x;
			text-decoration: none;
			color: #000;
		}

		.action_area {
			float: left;
			cursor: pointer;
			border: 1px #fff solid;			
		}
		
		.action_area:hover {
			border: 1px #FF9830 solid;
		}		

		#area_watch {
			background: transparent url(/images/home/watch.png) no-repeat center;
			height:144px;
			width:444px;
		}
		
		#area_try {
			background: transparent url(/images/home/trial.png) no-repeat center;
			height:144px;
			width:444px;
		}

		.video_thumb_section {
			float: left;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			padding: 0px 60px;
			cursor: pointer;
			border: 1px #fff solid;
		}
		
		.video_thumb_section:hover {
			border: 1px #FF9830 solid;
		}
		
		.quote_section ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		.quote_section li {
			padding: 20px 0px;
			list-style-type: none;
		}
		
		.quote {
			color: #557;
			font-size: 12px;
		}
		
		.attribution {
			font-size: 12px;
			float: right;
			color: #000;
			font-weight: bold;
		}
		
		.news_section ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		.news_section li {
			padding: 10px 0px;
			list-style-type: none;
		}		
		
		.news_item {
			color: #000;
			font-size: 12px;
			font-weight: bold;
		}
		
		.vthumb {
			padding-bottom: 7px;
		}

		#overlay
		{
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 2001;
			width: 100%;
			height: 100%;
		}

		#overlay .internal
		{
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			/*
			background-color:#000;
			opacity: 0.3;
			filter:Alpha(Opacity=30) ;
			*/
		}

		.exampleexpand
		{
			position: absolute;
			top:10px;
			left:1px;
			padding: 20px 20px;
			border: 10px solid #555;
			background: #fff;
			z-index: 999;
			visibility: hidden;
		}
		.exampleexpand h1
		{
			font-size: 22px;
			margin-top: 30px;
		}
		.exampleexpand ul
		{
			border-top: 3px solid #FF9830;
			border-bottom: 3px solid #FF9830;
			margin: 20px 20px 20px 20px;
		}
		.exampleexpand li
		{
			line-height: 25px;
			list-style-position: inside;
			text-align:left;
		}
		.exampleexpand_close
		{
			position: absolute;
			top: 10px;
			right: 15px;
			font-weight: bold;			
		}
		.exampleexpand_close a
		{
			color:#000;
			cursor: pointer;
			font-size: 22px;
		}
		.exampleexpand_close a:hover
		{
			color:#FF9830;
			text-decoration: underline;
		}		

