/* CSS Document */
body,html{
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
	font-family:"Trebuchet MS", Tahoma, "Lucida Sans", sans-serif;
	font-size:11px;
	line-height:15px;
	color:#FFF;
}
a{
	color:#FFF;
	}

h1{
	font-size:12px;
	color:#AAD2FF;
	}

h2{
	font-size:11px;
	}
	
h3{
	margin-top:13px;
	font-size:11px;
	}
	
ul{
	margin:0;
}
	
	
#footer{
	width:934px; 
	height:40px; 
	background-color:#000000;
	margin:0 auto;
}

#footer_centered{
	width:934px; 
	height:20px; 
	background-color:#000000;
	margin:0 auto;
}

#form_div{
	margin:0; 
	padding:0;
	float:left;
}

#form_submit{
	width:400px;
	height:20px;
	margin:0 0 0 50px;
}

.emailfield{
	width:135px;
	height:12px;
	font-size:9px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#email_label{
	float:left;
	margin-right:10px;
}

#email_field{
	float:left;
	margin-top:3px;
}

#email_button{
	float:left;
	margin:3px 0 0 10px;
}

#disclaimer{
	font-size:9px;
	margin-top:10px; 
	padding:0;
	color:#8A8B8E;
}

#footer_links{
	margin-top:0px; 
	padding:0;
	float:right;
	color:#2C2D2D;
}

a{
	text-decoration:none;
	color:#2C2D2D;
}

a:hover{
	text-decoration:none;
	color:#AAD2FF;
}

.popup { 
	margin: 8%; 
	line-height: 20px;
	text-align: justify;
}

.popup #title { 
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: groove;
}

.podcast {
	color: #000000;
	margin: 25px;
	padding-top: 110px;
	line-height: 20px;
	text-align: justify;
	width:390px;
}

.podcast #title { 
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color:#FFF;
}

