/* CSS Document */
/**WEA Interviews CSS 2007-02-12****/

body {
	margin:0;
	font-size:9pt;
	font-family:Trebuchet MS;
	color:#6A6A6A;
	background:url(/images/bg.gif) repeat-x top;
	}
a {
	text-decoration:none;
	color: #6A6A6A;
	}
a:visited {
	text-decoration:none;
	color: #6A6A6A;
	}

a:hover {
	text-decoration:underline;
	color: #6A6A6A;
	}
img {
	border-style:none;
	}
h1,h2,h3,h4,h5,h6{
	font-size:9pt;
	margin:0;
	padding:0;
	}

ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}

li {
	margin:0px;
	padding:0px;
	}
.non_dis{
	display:none;
	}

#wrapper {
	width:830px;
	margin:0 auto;
}
/***Header****/
	#header{
		float:left;
		}
		#header h1{
			float:left;
			width:170px;
			height:83px;
			}
		#logo a{
			display:block;
			width:165px;
			height:54px;
			margin:20px 0 0 20px;
			background:url(/images/logo.gif) no-repeat 0 0;
			}
			#top_link{
				font-weight:bold;
				float:right;
				width:208px;
				}
			#top_link a{
				color:#D78337;
				}
				#top_link ul{
					margin-top:48px;
					}
				#top_link ul li{
					float:left;
					}
					.link_mid{
						border:1px solid #D78337;
						border-width:0px 1px;
						padding:0 10px;
						margin:0 10px;
						}
			#top_img{
				margin:0;
				clear:both;
				background:url(images/top_bg.jpg) no-repeat 0 0;
				height:95px;
				}
/***Contents****/
	#contents_box{
		margin:0px;
		float:left;
		border-bottom:1px solid #DAD9DA;
		border-left:1px solid #DAD9DA;
		border-right:1px solid #DAD9DA;
		}
	/***Left contents****/
		#left{
			margin:0px;
			float:left;
			width:198px;
			min-height:470px;
			background-color:#FAFAF7;
			border-right:1px solid #DAD9DA;
			}
			#left h3{
				height:40px;
				}
			#left ul{
				background-color:#FFFFFF;
				margin:0;
				padding:0;
				}
				#left ul li{
					height:23px;
					border-bottom:1px dashed #E9E8E9;
					background:url(images/dot_black.gif) no-repeat 15px 50%;
					padding-left:28px;
					margin-top:4px;
					}
					#left ul li a{
						color:#202020;
						font-weight:bold;
						}
				#banner_box{
					background-color:#FAFAF7;
					height:200px;
					padding:33px 11px 0 11px;
					}
					#search_box{
						color:#333333;
						font-family:Arial, Helvetica, sans-serif;
						}
						#search_box input{
							font-size:8pt;
							margin:0;
							padding:0;
							}
						#search_box img{
							margin-left:20px;
							margin:5px 0 5px 30px;
							}
					#search{
						width:170px;
						}	
						.radio{
							padding-left:5px;
							}
					.left_bn{
						margin-top:15px;
						}
							
							
	/***Right Contents*****/						
		#contents{
			float:right;
			padding-right:10px;
			width:600px;
			}
			#media{
				float:left;
				}
				#audio{
					background:url(images/audioplayer1.gif) no-repeat 0 0;
					width:314px;
					height:204px;
					float:left;
					}
				#audio2{
					background:url(images/audioplayer2.gif) no-repeat 0 0;
					width:316px;
					float:right;
					height:204px;
					}
			#latest{
				border-right:1px solid #DAD9DA;
				}
				#latest h3{
					background:url(images/tle_latest.gif) no-repeat 0 0;
					height:27px;
					padding:12px 0 0 510px;
					}
					#latest h3 a{
						color:#856413;
						}
				#latest ul{
					width:100%;
					font-weight:bold;
					}
					#latest ul li{
						float:left;
						}
					.latest_li1,.latest_li2{
						height:20px;
						padding-top:6px;
						}
					.latest_li2{
						background-color:#F8F8F6;
						}
					.date{
						width:80px;
						padding-left:50px;
						}
					.latest_tle,.latest_tle a{
						color:#5B79A4;
						}
					.speaker{
						color:#AB5509;
						width:143px;
						}
					.video{
						margin: -10px 150px 10px 150px;
					}
					.prev_page{
						color:#8D8D8D;
						width:150px;
						padding-left:170px;
					}
					.next_page{
						color:#8D8D8D;
						width:150px;
						padding-left:50px;
					}
					
/***Footer******/
	#footer{
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		color:#797979;
		margin-bottom:10px;
		}
		#footer ul{
			border-bottom:1px solid #cccccc;
			border-right:1px solid #cccccc;
			border-left:1px solid #cccccc;
			float:left;
			width:828px;
			height:24px;
			}
			#footer ul li{
				float:left;
				padding:3px 8px;
				}	

		#footer_copy{
			float:left;
			width: 830px;
			border-bottom:1px solid #cccccc;
			height:24px;
			padding-top:5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:8pt;
			}
			#copy{
				float:left;
				width:485px;
				}
				.copy_wea{
					color:#CB8B34;
					}
			#textonly{
				float:right;
				width:220px;
				}	
			#textonly a{
				color:#CB8B34;
				}