html, body { height: 100%; overflow: hidden; }
	body { margin: 0; padding: 0; font-size: 100%; color: #000000; background-color:#ffffff; font-family: helvetica, serif}

	img {
		border:none;
	}
	
	#flash  { background-color:#ffffff; position: relative; width:100%; height: 100%; min-height:100%;}
			
	.note {
		display:block;
		position:relative;
		background-color:#ffff99;
		width:402px;
		height:309px;
		margin:40px auto 100px auto;
		background:top left url(/_img/note-bg.gif) no-repeat;
	}
	
	.note dl {
		display:block;
		margin:0px;
		padding: 25px 35px 25px 35px
		
	}

    .note dl dt, .note dl dd {
		margin:0px;
		padding:0px;
	}
	
	
	.note dl dd {
		font-size:0.68em;
	}
	
	.note h1 {
		margin:0px;
		padding:0px;
		font-size:1.2em;	
	}
		
	.note #link a span {
		visibility:hidden;
	}
	
	.note a {
		text-decoration:underline;
		color:#000000;
	}
	
	.note a:hover {
		text-decoration:none;
		color:#000000;
	}
	
	.note #link a{
		display:block;
		line-height:12px;
		width:189px;
		height:12px;
		padding:0px;
		margin:0px;
		background:top left url(/_img/link.gif) no-repeat;
		text-decoration:none;
		color:#000000;
	}
	
	.note #link a:hover{
		background-position: bottom left;
	}
	
	#poletopole {
		margin-left:30px;
		margin-top:20px;
		width:189px;
		height:75px;
		border:none;
	}
	
	.footer-outer {
		display:block; position: absolute; bottom: 0px;
		width:100%;
		min-width:100%;
	}
	
	.footer {
		
		padding:30px;
		font-size:0.78em;
		width:920px; 
		min-width:920px;
		
		
	}
	
	#contactus {
	    float:left;
		display:block;
		text-decoration:none;
		
		color:#000;
		font-weight:bold;
		margin-top:20px;
	}
	
	#contactus:hover {
		color:#666;
	}
	
	.footer-spacer {
		display:block;
		float:left;
		margin-right:20px;
	}
	
	.clear {
		clear:both;
	}
	
	.footer-logo {
		float:left;
		display:block;
		font-weight:bold;
		text-decoration:none;
		color:#000;
		margin-left:55px;
	}
	
div.mediasupport {
	margin:10px;
	width:300px;
}

div.mediasupport dd {
	margin:0px;
	padding:0px;
	font-size:0.88em;
}

div.mediasupport dt.heading {
	font-weight:bold;
	font-size:1.2em;
}

div.mediasupport dt.subheading {
	font-weight:bold;
	font-size:0.88em;
}

div.mediasupport a {
	background: 3px left url(/_img/link-icon.gif) no-repeat;
	color:#000;
	padding-left:15px;
}

div.mediasupport a:hover {
}