	/*  general layout */
	
body	{
	background: #8a9eb6;
	color: #243954;
	margin: 30px;
	padding: 0;
	border: 0;
	}


#pagebody	{ 
	position: absolute;
	top: 60px;
	left: 300px;
	width: 600px;
	background: white;
	color: black;
	text-align: left;    
	height: auto;
	border:  1px solid #cccccc;    
	padding: 2em 2em 1em 2em;    
	margin-bottom: 40px;
}

.video {
	position: absolute;
	left: 106px;
	top: 105px;
	width: 65px;
	height: 54px;
	background: url(/2006/images/video.gif) no-repeat; 
}

#left-col {
	position: absolute; 
	left: 10px;
	top: 280px;
	width: 220px;

}

	
#footer {
	color:  #666666;
	padding-top: 20px;
	}
	
#footer p {
	font-size: xx-small;
}

	/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-size: large;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold; 
	margin-top: .5em;
	margin-bottom: .5em;
	letter-spacing: .2em;

	}      
	
h1 {font-size:  large;}

p, ol, ul, li, td, dd, dl, dt, dd, form {
	font-size: medium;
	font-family: helvetica, arial, sans-serif;
	border: 0;
}





.info-box {
	border-left: 1px solid #ddd;
	padding: 5px;
}


	
#left-col h3	{
	margin-top: 0;
	font-size: x-small;
	font-weight: bold;
	voice-family: "\"}\"";   
    voice-family: inherit;       
	font-size: small;  
	}

html> h3 	{
	font-size: small;  
	} 


p	{
	line-height: 140%;
	margin-top: 0;
	padding-bottom: 5px;
	}
	
	/* General links */

a {
	font-family: helvetica, arial, sans-serif;
}

a:link, a:visited {
	color: #243954;
	background: transparent; 
	}

a:hover {  
	color: #243954;
	background: transparent; 
	}

a:active {
	color: #243954;
	background: transparent;  
	}
	
img.left {float: left; margin: 2px 10px 5px 0; border: 0;}
img.right {float: right; margin: 2px 0 5px 10px; border: 0;}

