/*stylesheet for wpt.org/60s*/	
		
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	margin:0px;
	background-color:#FFFFFF;
	/*background-image: url(background.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;*/
    }
		
h2 {
	font-size:13px;
	/*background:#eee;*/
	padding:2px 10px 0px 0px;
	
	width:500px;
	}

h3 {
	font-size:12px;
	padding:2px 10px 0px 0px;
	width:350px;
	}
		
#globalnav {/*this is the black field holding the wpt.org/what's on wpt/etc. content*/
	background-color:#000000;
	position: absolute;
	top: 0px;	
	left: 0px;
	width: 100%;
	height: 30px;
	}

#title {
   position:absolute;
   left:30px;
   top:50px;
   z-index:200;
   }
 
#signature {
   position:absolute;
   left:320px;
   top:40px;
   z-index:0;
   }  
	
#content {
	position:absolute;
	top:250px;
	left:30px;
	width:375px;/* correct width of 375px + 0 padding + 0 border = 170px*/
	z-index:1000;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:375px;
	}
/* Again, "be nice to Opera 5". */
body>#content {width:375px;
	}
	
#rightCol {
	position:absolute;
	top:80px;
	left:450px;
	width:320px;/* correct width of 375px + 0 padding + 0 border = 170px*/
	z-index:1000;
	line-height:17px;
	border-left:1px solid #C00;
	padding:10px;
	background-color:#FFFFFF;
	z-index:1000;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:300px;
	}
/* Again, "be nice to Opera 5". */
body>#rightCol {width:300px;
	}	

#logofest img{
	padding-right:20px;
	}

.intro {
width:375px;
padding-bottom:20px;
}	


table {
margin-bottom:15px;
}
		td,div {
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 17px;
        
        color: #000000;
		}
       p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        
        color: #000000;

        }

        .bodyTable {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        padding : 10px;
        font-weight : normal;

        }
				
   
        
        a { 
		color:#6991B6;
        text-decoration:underline;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 11px;
        line-height: 17px;
        }
        
        a:hover {
        color:#CCCC14;
        text-decoration: none
        }
		
		.input {
		font-size:10px;
		}
       
        .strong {  font-weight: bold}
        
		

/*.clear-both {
	clear:both;
	}

br.clear-both {
	display: block
	}	
	
div.broadcast p {
	margin-left: 220px;
	width:330px;
	}	
div.broadcast img {
	margin: 5px 0px 10px 0px;
	clear:both;
	float: left;

	}	*/
	
.broadcast td {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;      
        color: #000000;
		text-align:left;
		vertical-align:top;
		padding-bottom:20px;
		}
		
			
.broadcast img {	
		padding-right:20px;
		padding-bottom:20px;
		vertical-align:top;
		}
		
.errmsg {
font-size:9px;
font-weight:normal;
font-family:verdana, sans-serif;
color:#900;
}

.rule {
		border-top:1px solid #c00;
		}
